Uses of Class
org.jgrapes.io.events.OpenSocketConnection
-
Uses of OpenSocketConnection in org.jgrapes.net
Modifier and TypeMethodDescriptionSocketConnectionManager.SocketChannelImpl.openEvent()
Returns the event that caused this connection to be opened.Modifier and TypeMethodDescriptionvoid
SocketConnector.onOpenConnection
(OpenSocketConnection event) Opens a connection to the end point specified in the event.void
SslCodec.onOpenConnection
(OpenSocketConnection event) Forward the connection request to the encrypted network.ModifierConstructorDescriptionSocketChannelImpl
(OpenSocketConnection openEvent, SocketChannel nioChannel) -
Uses of OpenSocketConnection in org.jgrapes.net.events
Modifier and TypeMethodDescriptionClientConnected.openEvent()
Returns the event that caused this connection to be established.ModifierConstructorDescriptionClientConnected
(OpenSocketConnection openEvent, SocketAddress localAddress, SocketAddress remoteAddress) Creates a new instance.