Interface RawDataChannel

  • All Superinterfaces:
    Channel

    public interface RawDataChannel
    extends Channel
    Represents a channel that sends and receives raw data. This channel has two sub-channels, RawHandshakeDataChannel which can be used during the handshake phase and RawPlayDataChannel which can be used during the play phase.