Package org.eclipse.jetty.io
Class ClientConnector.Configurator.ChannelWithAddress
- java.lang.Object
-
- org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
-
- Enclosing class:
- ClientConnector.Configurator
public static class ClientConnector.Configurator.ChannelWithAddress extends java.lang.Object
A pair/record holding a
SelectableChannel
and aSocketAddress
to connect to.
-
-
Constructor Summary
Constructors Constructor Description ChannelWithAddress(java.nio.channels.SelectableChannel channel, java.net.SocketAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.channels.SelectableChannel
getSelectableChannel()
java.net.SocketAddress
getSocketAddress()
-