Uses of Class
org.jgrapes.net.events.Accepted
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Networking related I/O classes.
-
Uses of Accepted in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpServer.onAccepted
(Accepted event, IOSubchannel netChannel) Creates a new downstream connection asLinkedIOSubchannel
of the network connection, aHttpRequestDecoder
and aHttpResponseEncoder
. -
Uses of Accepted in org.jgrapes.net
Modifier and TypeMethodDescriptionvoid
SslCodec.onAccepted
(Accepted event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannel
of the network connection together with anSSLEngine
.