Interface CloseNotifyInputStream.CloseMethod

Enclosing class:
CloseNotifyInputStream

public static interface CloseNotifyInputStream.CloseMethod
A callback that allows notifications of the close method
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the stream closed
  • Method Details