Class DisconnectCallback
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.io.DisconnectCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.Nested
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Constructor Description DisconnectCallback(LogicalConnection connection)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
failed(java.lang.Throwable x)
Deprecated.Callback invoked when the operation fails.void
succeeded()
Deprecated.Callback invoked when the operation completes.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.thread.Invocable
getInvocationType
-
-
-
-
Constructor Detail
-
DisconnectCallback
public DisconnectCallback(LogicalConnection connection)
Deprecated.
-
-
Method Detail
-
failed
public void failed(java.lang.Throwable x)
Deprecated.Description copied from interface:Callback
Callback invoked when the operation fails.
-
succeeded
public void succeeded()
Deprecated.Description copied from interface:Callback
Callback invoked when the operation completes.
- Specified by:
succeeded
in interfaceCallback
- See Also:
Callback.failed(Throwable)
-
-