Uses of Class
org.eclipse.jetty.io.ClientConnector
Package
Description
Jetty Proxy : Async Proxy Support
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ClientConnector in org.eclipse.jetty.client
ModifierConstructorDescriptionprotected
-
Uses of ClientConnector in org.eclipse.jetty.client.transport
ModifierConstructorDescriptionHttpClientTransportDynamic
(ClientConnector connector, ClientConnectionFactory.Info... infos) Creates a dynamic transport with the givenClientConnector
and the given protocols, in order of preference (first the most preferred).HttpClientTransportOverHTTP
(ClientConnector connector) -
Uses of ClientConnector in org.eclipse.jetty.ee10.proxy
Modifier and TypeMethodDescriptionprotected ClientConnector
AbstractProxyServlet.newClientConnector()
Modifier and TypeMethodDescriptionprotected HttpClient
AbstractProxyServlet.newHttpClient
(ClientConnector clientConnector) -
Uses of ClientConnector in org.eclipse.jetty.fcgi.client.transport
ModifierConstructorDescriptionHttpClientTransportOverFCGI
(ClientConnector connector, String scriptRoot) -
Uses of ClientConnector in org.eclipse.jetty.http2.client
-
Uses of ClientConnector in org.eclipse.jetty.http3.client
ModifierConstructorDescriptionHTTP3Client
(ClientQuicConfiguration quicConfiguration, ClientConnector connector) -
Uses of ClientConnector in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionstatic ClientConnector
ClientConnector.forUnixDomain
(Path path) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionboolean
ClientConnector.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 givenSocketAddress
is 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 newSocketChannel
to connect to aSocketAddress
derived 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. -
Uses of ClientConnector in org.eclipse.jetty.quic.client
Modifier and TypeMethodDescriptionboolean
QuicClientConnectorConfigurator.isIntrinsicallySecure
(ClientConnector clientConnector, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.QuicClientConnectorConfigurator.newChannelWithAddress
(ClientConnector clientConnector, SocketAddress address, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.QuicClientConnectorConfigurator.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.QuicClientConnectorConfigurator.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.ModifierConstructorDescriptionClientQuicConnection
(ClientConnector connector, EndPoint endPoint, Map<String, Object> context)
Transport.TCPUnix