Package org.eclipse.jetty.io
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.
A pair/record holding a SelectableChannel
and a SocketAddress
to connect to.
-
Constructor Summary
ConstructorDescriptionChannelWithAddress
(SelectableChannel channel, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ChannelWithAddress
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSelectableChannel
Deprecated, for removal: This API element is subject to removal in a future version. -
getSocketAddress
Deprecated, for removal: This API element is subject to removal in a future version.
-
Transport