Module org.eclipse.jetty.io
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.ObjectA pair/record holding a
SelectableChanneland aSocketAddressto 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.SelectableChannelgetSelectableChannel()java.net.SocketAddressgetSocketAddress()
-