Uses of Class
org.jgrapes.net.events.Accepted
Packages that use 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
Methods in org.jgrapes.http with parameters of type AcceptedModifier 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
Methods in org.jgrapes.net with parameters of type AcceptedModifier and TypeMethodDescriptionvoid
SslCodec.onAccepted
(Accepted event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannel
of the network connection together with anSSLEngine
.