Uses of Class
org.eclipse.jetty.io.ClientConnector
Packages that use ClientConnector
-
Uses of ClientConnector in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ClientConnectorModifier and TypeMethodDescriptionstatic ClientConnectorClientConnector.forUnixDomain(Path path) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.io with parameters of type ClientConnectorModifier and TypeMethodDescriptionbooleanClientConnector.Configurator.isIntrinsicallySecure(ClientConnector clientConnector, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.Returns whether the connection to a givenSocketAddressis intrinsically secure.ClientConnector.Configurator.newChannelWithAddress(ClientConnector clientConnector, SocketAddress address, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.Creates a newSocketChannelto connect to aSocketAddressderived from the input socket address.ClientConnector.Configurator.newConnection(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.ClientConnector.Configurator.newEndPoint(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) Deprecated, for removal: This API element is subject to removal in a future version.
Transport.TCPUnix