Uses of Class
org.jgrapes.io.events.Closed
Packages that use 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
Methods in org.jgrapes.http with parameters of type ClosedModifier 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
Subclasses of Closed in org.jgrapes.io.events -
Uses of Closed in org.jgrapes.io.process
Methods in org.jgrapes.io.process with parameters of type Closed -
Uses of Closed in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type ClosedModifier and TypeMethodDescriptionvoid
SslCodec.onClosed
(Closed<Void> event, IOSubchannel encryptedChannel) Handles a close event from the encrypted channel (client).