Interface BytestreamRequest

All Known Implementing Classes:
InBandBytestreamRequest, Socks5BytestreamRequest

public interface BytestreamRequest
BytestreamRequest provides an interface to handle incoming bytestream requests.

There are two implementations of the interface. See Socks5BytestreamRequest and InBandBytestreamRequest.

  • Method Summary

    Modifier and Type
    Method
    Description
    Accepts the bytestream open request and returns the session to send/receive data.
    Returns the sender of the bytestream open request.
    Returns the session ID of the bytestream open request.
    void
    Rejects the bytestream request by sending a reject error to the initiator.