Class AbstractWebSocketConnection.Flusher
- java.lang.Object
-
- org.eclipse.jetty.util.IteratingCallback
-
- org.eclipse.jetty.websocket.common.io.FrameFlusher
-
- org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Flusher
-
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback
,org.eclipse.jetty.util.thread.Invocable
- Enclosing class:
- AbstractWebSocketConnection
private class AbstractWebSocketConnection.Flusher extends FrameFlusher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.IteratingCallback
org.eclipse.jetty.util.IteratingCallback.Action
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.websocket.common.io.FrameFlusher
FLUSH_FRAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCompleteFailure(java.lang.Throwable failure)
-
Methods inherited from class org.eclipse.jetty.websocket.common.io.FrameFlusher
enqueue, getBytesOut, getMessagesOut, notifyCallbackFailure, notifyCallbackSuccess, process, succeeded, terminate, toString
-
Methods inherited from class org.eclipse.jetty.util.IteratingCallback
close, failed, isClosed, isFailed, isSucceeded, iterate, onCompleteSuccess, reset
-
-
-
-
Constructor Detail
-
Flusher
private Flusher(org.eclipse.jetty.io.ByteBufferPool bufferPool, Generator generator, org.eclipse.jetty.io.EndPoint endpoint)
-
-
Method Detail
-
onCompleteFailure
public void onCompleteFailure(java.lang.Throwable failure)
- Overrides:
onCompleteFailure
in classFrameFlusher
-
-