Interface StreamConnection.DoneCallback
-
- Enclosing class:
- StreamConnection
public static interface StreamConnection.DoneCallback
Invoked when server closes the connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Throwable finalStatus)
-
-
-
Method Detail
-
run
void run(Throwable finalStatus)
-
-