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) Creates a ClientConnector configured to connect via Unix-Domain sockets to the given Unix-Domain pathMethods in org.eclipse.jetty.io with parameters of type ClientConnectorModifier and TypeMethodDescriptionbooleanClientConnector.Configurator.isIntrinsicallySecure(ClientConnector clientConnector, SocketAddress address) Returns whether the connection to a givenSocketAddressis intrinsically secure.ClientConnector.Configurator.newChannelWithAddress(ClientConnector clientConnector, SocketAddress address, Map<String, Object> context) Creates a newSocketChannelto connect to aSocketAddressderived from the input socket address.ClientConnector.Configurator.newConnection(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) ClientConnector.Configurator.newEndPoint(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey)