Uses of Class
org.jgrapes.io.events.IOError
Packages that use IOError
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.
Networking related I/O classes.
-
Uses of IOError in org.jgrapes.http
Methods in org.jgrapes.http with parameters of type IOError -
Uses of IOError in org.jgrapes.io.events
Subclasses of IOError in org.jgrapes.io.eventsModifier and TypeClassDescriptionclass
Indicates a problem while opening a network connection.class
Indicates a problem while starting a process.Constructors in org.jgrapes.io.events with parameters of type IOError -
Uses of IOError in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type IOErrorModifier and TypeMethodDescriptionvoid
SslCodec.onIOError
(IOError event, IOSubchannel encryptedChannel) Handles anIOError
event from the encrypted channel (client) by sending it downstream.