Uses of Class
org.jgrapes.net.events.ClientConnected
Packages that use ClientConnected
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Networking related I/O classes.
- 
Uses of ClientConnected in org.jgrapes.http
Methods in org.jgrapes.http with parameters of type ClientConnectedModifier and TypeMethodDescriptionvoidHttpConnector.onConnected(ClientConnected event, SocketIOChannel netConnChannel) Called when the network connection is established. - 
Uses of ClientConnected in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type ClientConnectedModifier and TypeMethodDescriptionvoidSslCodec.onConnected(ClientConnected event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannelof the network connection together with anSSLEngine.