Interface StreamReceiverMessage

  • All Superinterfaces:
    AdvancedMessage<java.io.InputStream>, Message<java.io.InputStream>
    All Known Implementing Classes:
    ClientStreamReceiverMessage

    public interface StreamReceiverMessage
    extends AdvancedMessage<java.io.InputStream>
    A specialized Message type that represents a streamed delivery possibly spanning many incoming Transfer frames from the remote peer. It is possible for various calls in this StreamReceiverMessage to block while awaiting the receipt of sufficient bytes to provide the result.