Package org.eclipse.jetty.io
Class WriteFlusher.PendingState
java.lang.Object
org.eclipse.jetty.io.WriteFlusher.State
org.eclipse.jetty.io.WriteFlusher.PendingState
- Enclosing class:
- WriteFlusher
In PendingState not all buffers could be written in one go. Then write() will switch to PendingState() and
preserve the state by creating a new PendingState object with the given parameters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.io.WriteFlusher.State
getType, toString
-
Field Details
-
_callback
-
_buffers
-
-
Constructor Details
-
PendingState
-
-
Method Details
-
getBuffers
-
getCallbackInvocationType
Invocable.InvocationType getCallbackInvocationType()
-