Interface RemotingServer

All Superinterfaces:
Endpoint, IdleSensible, Resetable
All Known Subinterfaces:
ExchangeServer
All Known Implementing Classes:
AbstractPortUnificationServer, AbstractServer, ExchangeServerDelegate, HeaderExchangeServer, ServerDelegate

public interface RemotingServer extends Endpoint, Resetable, IdleSensible
Remoting Server. (API/SPI, Prototype, ThreadSafe)

Client/Server

See Also:
  • Method Details

    • isBound

      boolean isBound()
      is bound.
      Returns:
      bound
    • getChannels

      Collection<Channel> getChannels()
      get channels.
      Returns:
      channels
    • getChannel

      Channel getChannel(InetSocketAddress remoteAddress)
      get channel.
      Parameters:
      remoteAddress -
      Returns:
      channel
    • reset

      @Deprecated void reset(Parameters parameters)
      Deprecated.