Uses of Class
org.jgrapes.io.events.Closed
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides the events used by the I/O related components.
Classes for managing processes.
Networking related I/O classes.
-
Uses of Closed in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpConnector.onClosed
(Closed<?> event, SocketIOChannel netConnChannel) Called when the network connection is closed.void
HttpServer.onClosed
(Closed<?> event, IOSubchannel netChannel) Forwards aClosed
event to the application channel. -
Uses of Closed in org.jgrapes.io.events
-
Uses of Closed in org.jgrapes.io.process
-
Uses of Closed in org.jgrapes.net
Modifier and TypeMethodDescriptionvoid
SslCodec.onClosed
(Closed<Void> event, IOSubchannel encryptedChannel) Handles a close event from the encrypted channel (client).