Uses of Interface
org.eclipse.jetty.io.ClientConnectionFactory
-
Packages that use ClientConnectionFactory Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
-
Uses of ClientConnectionFactory in org.eclipse.jetty.client
Subinterfaces of ClientConnectionFactory in org.eclipse.jetty.client Modifier and Type Interface Description interface
HttpClientTransport
HttpClientTransport
represents what transport implementations should provide in order to plug-in a different transport forHttpClient
.Classes in org.eclipse.jetty.client that implement ClientConnectionFactory Modifier and Type Class Description class
AbstractConnectorHttpClientTransport
class
AbstractHttpClientTransport
static class
Socks4Proxy.Socks4ProxyClientConnectionFactory
Constructors in org.eclipse.jetty.client with parameters of type ClientConnectionFactory Constructor Description Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory)
-
Uses of ClientConnectionFactory in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement ClientConnectionFactory Modifier and Type Class Description class
HttpClientTransportOverHTTP
-
Uses of ClientConnectionFactory in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ClientConnectionFactory Modifier and Type Class Description class
NegotiatingClientConnectionFactory
Methods in org.eclipse.jetty.io that return ClientConnectionFactory Modifier and Type Method Description ClientConnectionFactory
NegotiatingClientConnectionFactory. getClientConnectionFactory()
Constructors in org.eclipse.jetty.io with parameters of type ClientConnectionFactory Constructor Description NegotiatingClientConnection(EndPoint endp, java.util.concurrent.Executor executor, javax.net.ssl.SSLEngine sslEngine, ClientConnectionFactory connectionFactory, java.util.Map<java.lang.String,java.lang.Object> context)
NegotiatingClientConnectionFactory(ClientConnectionFactory connectionFactory)
-
Uses of ClientConnectionFactory in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement ClientConnectionFactory Modifier and Type Class Description class
SslClientConnectionFactory
Constructors in org.eclipse.jetty.io.ssl with parameters of type ClientConnectionFactory Constructor Description SslClientConnectionFactory(SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory)
-