Package | Description |
---|---|
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 |
---|---|
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. |