Uses of Class
org.jgrapes.net.events.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
Modifier and TypeMethodDescriptionvoid
HttpConnector.onConnected
(ClientConnected event, SocketIOChannel netConnChannel) Called when the network connection is established. -
Uses of ClientConnected in org.jgrapes.net
Modifier and TypeMethodDescriptionvoid
SslCodec.onConnected
(ClientConnected event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannel
of the network connection together with anSSLEngine
.