Uses of Class
org.eclipse.jetty.io.WriteFlusher.State
Packages that use WriteFlusher.State
-
Uses of WriteFlusher.State in org.eclipse.jetty.io
Subclasses of WriteFlusher.State in org.eclipse.jetty.ioModifier and TypeClassDescriptionprivate static classIn CompletingState WriteFlusher is flushing buffers that have not been fully written in write().private static classIn FailedState no more operations are allowed.private static classIn IdleState WriteFlusher is idle and accepts new writesprivate classIn PendingState not all buffers could be written in one go.private static classIn WritingState WriteFlusher is currently writing.Fields in org.eclipse.jetty.io declared as WriteFlusher.StateModifier and TypeFieldDescriptionprivate static final WriteFlusher.StateWriteFlusher.__COMPLETINGprivate static final WriteFlusher.StateWriteFlusher.__IDLEprivate static final WriteFlusher.StateWriteFlusher.__WRITINGFields in org.eclipse.jetty.io with type parameters of type WriteFlusher.StateModifier and TypeFieldDescriptionprivate final AtomicReference<WriteFlusher.State> WriteFlusher._stateMethods in org.eclipse.jetty.io with parameters of type WriteFlusher.StateModifier and TypeMethodDescriptionprivate 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.