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 TypeMethodDescriptionvoidHttpServer.onAccepted(Accepted event, IOSubchannel netChannel) Creates a new downstream connection asLinkedIOSubchannelof the network connection, aHttpRequestDecoderand aHttpResponseEncoder. -
Uses of Accepted in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type AcceptedModifier and TypeMethodDescriptionvoidSslCodec.onAccepted(Accepted event, IOSubchannel encryptedChannel) Creates a new downstream connection asLinkedIOSubchannelof the network connection together with anSSLEngine.