Uses of Class
org.eclipse.jetty.io.ClientConnector
Packages that use ClientConnector
Package
Description
Jetty Proxy : Async Proxy Support
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ClientConnector in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return ClientConnectorConstructors in org.eclipse.jetty.client with parameters of type ClientConnectorModifierConstructorDescriptionprotected
-
Uses of ClientConnector in org.eclipse.jetty.client.transport
Constructors in org.eclipse.jetty.client.transport with parameters of type ClientConnectorModifierConstructorDescriptionHttpClientTransportDynamic
(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
Methods in org.eclipse.jetty.ee10.proxy that return ClientConnectorModifier and TypeMethodDescriptionprotected ClientConnector
AbstractProxyServlet.newClientConnector()
Methods in org.eclipse.jetty.ee10.proxy with parameters of type ClientConnectorModifier and TypeMethodDescriptionprotected HttpClient
AbstractProxyServlet.newHttpClient
(ClientConnector clientConnector) -
Uses of ClientConnector in org.eclipse.jetty.fcgi.client.transport
Constructors in org.eclipse.jetty.fcgi.client.transport with parameters of type ClientConnectorModifierConstructorDescriptionHttpClientTransportOverFCGI
(ClientConnector connector, String scriptRoot) -
Uses of ClientConnector in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client that return ClientConnectorConstructors in org.eclipse.jetty.http2.client with parameters of type ClientConnector -
Uses of ClientConnector in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client that return ClientConnectorConstructors in org.eclipse.jetty.http3.client with parameters of type ClientConnectorModifierConstructorDescriptionHTTP3Client
(ClientQuicConfiguration quicConfiguration, ClientConnector connector) -
Uses of ClientConnector in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return ClientConnectorModifier and TypeMethodDescriptionstatic ClientConnector
ClientConnector.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 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
Methods in org.eclipse.jetty.quic.client with parameters of type ClientConnectorModifier 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.Constructors in org.eclipse.jetty.quic.client with parameters of type ClientConnectorModifierConstructorDescriptionClientQuicConnection
(ClientConnector connector, EndPoint endPoint, Map<String, Object> context)
Transport.TCPUnix