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 subsystem
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
NegotiatingClientConnection |
Modifier and Type | Class and Description |
---|---|
class |
SslConnection
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data
and another consumer of an EndPoint (typically an
Connection like HttpConnection) that
wants unencrypted data. |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnection
A
Connection that handles the HTTP protocol. |
class |
NegotiatingServerConnection |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
SslConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
protected AbstractConnection |
AbstractConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
protected abstract AbstractConnection |
NegotiatingServerConnectionFactory.newServerConnection(Connector connector,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine,
java.util.List<java.lang.String> protocols,
java.lang.String defaultProtocol) |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
SslConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
protected AbstractConnection |
AbstractConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
Copyright © 1995–2021 Webtide. All rights reserved.