Interface StreamConnection.DoneCallback

Enclosing class:
StreamConnection

public static interface StreamConnection.DoneCallback
Invoked when server closes the connection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Throwable finalStatus)
     
  • Method Details