Class DisconnectCallback
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.io.DisconnectCallback
-
- All Implemented Interfaces:
org.eclipse.jetty.util.Callback
,org.eclipse.jetty.util.thread.Invocable
public class DisconnectCallback extends java.lang.Object implements org.eclipse.jetty.util.Callback
-
-
Constructor Summary
Constructors Constructor Description DisconnectCallback(LogicalConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
failed(java.lang.Throwable x)
void
succeeded()
-
-
-
Constructor Detail
-
DisconnectCallback
public DisconnectCallback(LogicalConnection connection)
-
-