Uses of Class
org.jgrapes.io.events.Purge
Packages that use 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
Methods in org.jgrapes.http with parameters of type PurgeModifier and TypeMethodDescriptionvoid
HttpServer.onPurge
(Purge event, IOSubchannel netChannel) Forwards aPurge
event to the application channel. -
Uses of Purge in org.jgrapes.io
Methods in org.jgrapes.io with parameters of type PurgeModifier and TypeMethodDescriptionvoid
PurgeTerminator.onPurge
(Purge event, IOSubchannel channel) -
Uses of Purge in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type PurgeModifier and TypeMethodDescriptionvoid
SslCodec.onPurge
(Purge event, IOSubchannel encryptedChannel) Forwards aPurge
event downstream.