Uses of Class
org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
-
Packages that use ClientConnector.Configurator.ChannelWithAddress Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of ClientConnector.Configurator.ChannelWithAddress in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ClientConnector.Configurator.ChannelWithAddress Modifier and Type Method Description ClientConnector.Configurator.ChannelWithAddressClientConnector.Configurator. newChannelWithAddress(ClientConnector clientConnector, java.net.SocketAddress address, java.util.Map<java.lang.String,java.lang.Object> context)Creates a newSocketChannelto connect to aSocketAddressderived from the input socket address.
-