Uses of Class
org.jgrapes.io.events.Purge
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
I/O related components built on top of the core package.
Networking related I/O classes.
-
Uses of Purge in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpServer.onPurge
(Purge event, IOSubchannel netChannel) Forwards aPurge
event to the application channel. -
Uses of Purge in org.jgrapes.io
Modifier and TypeMethodDescriptionvoid
PurgeTerminator.onPurge
(Purge event, IOSubchannel channel) -
Uses of Purge in org.jgrapes.net
Modifier and TypeMethodDescriptionvoid
SslCodec.onPurge
(Purge event, IOSubchannel encryptedChannel) Forwards aPurge
event downstream.