Class ClientConnector.Configurator.ChannelWithAddress

java.lang.Object
org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
Enclosing class:
ClientConnector.Configurator

@Deprecated(since="12.0.7", forRemoval=true) public static class ClientConnector.Configurator.ChannelWithAddress extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
replaced by Transport

A pair/record holding a SelectableChannel and a SocketAddress to connect to.

  • Constructor Details

    • ChannelWithAddress

      public ChannelWithAddress(SelectableChannel channel, SocketAddress address)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSelectableChannel

      public SelectableChannel getSelectableChannel()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSocketAddress

      public SocketAddress getSocketAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.