Uses of Class
org.eclipse.jetty.io.WriteFlusher.State
-
Packages that use WriteFlusher.State Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of WriteFlusher.State in org.eclipse.jetty.io
Subclasses of WriteFlusher.State in org.eclipse.jetty.io Modifier and Type Class Description private static classWriteFlusher.CompletingStateIn CompletingState WriteFlusher is flushing buffers that have not been fully written in write().private static classWriteFlusher.FailedStateIn FailedState no more operations are allowed.private static classWriteFlusher.IdleStateIn IdleState WriteFlusher is idle and accepts new writesprivate classWriteFlusher.PendingStateIn PendingState not all buffers could be written in one go.private static classWriteFlusher.WritingStateIn WritingState WriteFlusher is currently writing.Fields in org.eclipse.jetty.io declared as WriteFlusher.State Modifier and Type Field Description private static WriteFlusher.StateWriteFlusher. __COMPLETINGprivate static WriteFlusher.StateWriteFlusher. __IDLEprivate static WriteFlusher.StateWriteFlusher. __WRITINGFields in org.eclipse.jetty.io with type parameters of type WriteFlusher.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<WriteFlusher.State>WriteFlusher. _stateMethods in org.eclipse.jetty.io with parameters of type WriteFlusher.State Modifier and Type Method Description private booleanWriteFlusher. isTransitionAllowed(WriteFlusher.State currentState, WriteFlusher.State newState)private booleanWriteFlusher. updateState(WriteFlusher.State previous, WriteFlusher.State next)Tries to update the current state to the given new state.
-