Uses of Class
org.eclipse.jetty.io.ClientConnector
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty Proxy : Async Proxy Support
-
Uses of ClientConnector in org.eclipse.jetty.client
ModifierConstructorDescriptionprotected
-
Uses of ClientConnector in org.eclipse.jetty.client.dynamic
ModifierConstructorDescriptionHttpClientTransportDynamic
(ClientConnector connector, ClientConnectionFactory.Info... factoryInfos) Creates a transport with the givenClientConnector
and the given application protocols. -
Uses of ClientConnector in org.eclipse.jetty.client.http
-
Uses of ClientConnector in org.eclipse.jetty.fcgi.client.http
ModifierConstructorDescriptionHttpClientTransportOverFCGI
(ClientConnector connector, String scriptRoot) -
Uses of ClientConnector in org.eclipse.jetty.http2.client
-
Uses of ClientConnector in org.eclipse.jetty.http3.client
-
Uses of ClientConnector in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionstatic ClientConnector
ClientConnector.forUnixDomain
(Path path) Creates a ClientConnector configured to connect via Unix-Domain sockets to the given Unix-Domain pathModifier and TypeMethodDescriptionboolean
ClientConnector.Configurator.isIntrinsicallySecure
(ClientConnector clientConnector, SocketAddress address) Returns whether the connection to a givenSocketAddress
is intrinsically secure.ClientConnector.Configurator.newChannelWithAddress
(ClientConnector clientConnector, SocketAddress address, Map<String, Object> context) 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) ClientConnector.Configurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) -
Uses of ClientConnector in org.eclipse.jetty.proxy
Modifier and TypeMethodDescriptionprotected ClientConnector
AbstractProxyServlet.newClientConnector()
Modifier and TypeMethodDescriptionprotected HttpClient
AbstractProxyServlet.newHttpClient
(ClientConnector clientConnector) -
Uses of ClientConnector in org.eclipse.jetty.quic.client
Modifier and TypeMethodDescriptionboolean
QuicClientConnectorConfigurator.isIntrinsicallySecure
(ClientConnector clientConnector, SocketAddress address) QuicClientConnectorConfigurator.newChannelWithAddress
(ClientConnector clientConnector, SocketAddress address, Map<String, Object> context) QuicClientConnectorConfigurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) QuicClientConnectorConfigurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) ModifierConstructorDescriptionClientQuicConnection
(ClientConnector connector, EndPoint endPoint, Map<String, Object> context)