Package org.eclipse.jetty.io
Interface ClientConnectionFactory
- All Known Subinterfaces:
HttpClientTransport
- All Known Implementing Classes:
AbstractConnectorHttpClientTransport
,AbstractHttpClientTransport
,HttpClientTransportOverHTTP
,NegotiatingClientConnectionFactory
,ProxyProtocolClientConnectionFactory
,ProxyProtocolClientConnectionFactory.V1
,ProxyProtocolClientConnectionFactory.V2
,Socks4Proxy.Socks4ProxyClientConnectionFactory
,SslClientConnectionFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Factory for client-side
Connection
instances.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Connection
customize
(Connection connection, Map<String, Object> context) Deprecated.newConnection
(EndPoint endPoint, Map<String, Object> context) Deprecated.
-
Field Details
-
CONNECTOR_CONTEXT_KEY
Deprecated.- See Also:
-
-
Method Details
-
newConnection
Deprecated.- Parameters:
endPoint
- theEndPoint
to link the newly created connection tocontext
- the context data to create the connection- Returns:
- a new
Connection
- Throws:
IOException
- if the connection cannot be created
-
customize
Deprecated.
-