Interface IPBabelChannel

All Superinterfaces:
BabelChannel
All Known Subinterfaces:
BroadcastIPBabelChannel
All Known Implementing Classes:
AbstractTCPBabelChannel, LegacySimpleServerBabelChannel, QUICBabelChannel, TCPBabelChannel, TLSBabelChannel, UDPBabelChannel

public interface IPBabelChannel extends BabelChannel
Interface representing a Babel channel operating over IP network protocols (TCP, TLS, UDP, QUIC).

Provides access to the local socket address to which the channel is bound.

  • Method Details

    • getBindingAddress

      InetSocketAddress getBindingAddress()
      Returns the local IP socket address to which this channel is bound.
      Returns:
      the local binding InetSocketAddress