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.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Method and Description |
---|---|
protected SslConnection |
HttpClient.newSslConnection(HttpClient httpClient,
EndPoint endPoint,
SSLEngine engine) |
Modifier and Type | Method and Description |
---|---|
SslConnection |
SslConnection.DecryptedEndPoint.getSslConnection() |
Modifier and Type | Method and Description |
---|---|
protected SslConnection |
SslConnectionFactory.newSslConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.