Uses of Class
org.jgrapes.io.events.OpenSocketConnection
Packages that use OpenSocketConnection
-
Uses of OpenSocketConnection in org.jgrapes.net
Methods in org.jgrapes.net that return types with arguments of type OpenSocketConnectionModifier and TypeMethodDescriptionSocketConnectionManager.SocketChannelImpl.openEvent()Returns the event that caused this connection to be opened.Methods in org.jgrapes.net with parameters of type OpenSocketConnectionModifier and TypeMethodDescriptionvoidSocketConnector.onOpenConnection(OpenSocketConnection event) Opens a connection to the end point specified in the event.voidSslCodec.onOpenConnection(OpenSocketConnection event) Forward the connection request to the encrypted network.Constructors in org.jgrapes.net with parameters of type OpenSocketConnectionModifierConstructorDescriptionSocketChannelImpl(OpenSocketConnection openEvent, SocketChannel nioChannel) -
Uses of OpenSocketConnection in org.jgrapes.net.events
Methods in org.jgrapes.net.events that return OpenSocketConnectionModifier and TypeMethodDescriptionClientConnected.openEvent()Returns the event that caused this connection to be established.Constructors in org.jgrapes.net.events with parameters of type OpenSocketConnectionModifierConstructorDescriptionClientConnected(OpenSocketConnection openEvent, SocketAddress localAddress, SocketAddress remoteAddress) Creates a new instance.