Package org.eclipse.jetty.io
Jetty IO : Core classes for Jetty IO subsystem
-
Interface Summary Interface Description ByteBufferPool AByteBufferpool.ClientConnectionFactory Factory for client-sideConnectioninstances.Connection AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.Connection.Listener A Listener for connection events.Connection.UpgradeFrom Connection.UpgradeTo EndPoint A transport EndPointManagedSelector.Selectable AManagedSelector.Selectableis anEndPointthat wish to be notified of non-blocking events by theManagedSelector.ManagedSelector.SelectorUpdate A selector update to be done when the selector has been woken.NetworkTrafficListener A listener for raw network traffic within Jetty.QuietException A Quiet Exception.SelectorManager.AcceptListener A listener for accept events.WriteFlusher.Listener A listener ofWriteFlusherevents. -
Exception Summary Exception Description EofException A Jetty specialization of EOFException.RuntimeIOException Subclass ofRuntimeExceptionused to signal that there was anIOExceptionthrown by underlyingWriter