Uses of Class
org.jgrapes.net.events.Connected
Packages that use Connected
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Networking related I/O classes.
-
Uses of Connected in org.jgrapes.http
Methods in org.jgrapes.http with parameters of type ConnectedModifier and TypeMethodDescriptionvoid
HttpConnector.onConnected
(Connected<?> event, SocketIOChannel netConnChannel) Called when the network connection is established. -
Uses of Connected in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type ConnectedModifier and TypeMethodDescriptionvoid
SslCodec.onConnected
(Connected<?> event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannel
of the network connection together with anSSLEngine
. -
Uses of Connected in org.jgrapes.net.events
Subclasses of Connected in org.jgrapes.net.eventsModifier and TypeClassDescriptionclass
This event signals that a new connection has been made by a client.