| Interface | Description |
|---|---|
| SSLSupport | |
| TcpConnectionHandler |
This interface will be implemented by any object that
uses TcpConnections.
|
| Class | Description |
|---|---|
| PoolTcpEndpoint |
Handle incoming TCP connections.
|
| ServerSocketFactory |
This class creates server sockets.
|
| SSLImplementation | |
| SSLSupport.CipherData |
Simple data class that represents the cipher being used, along with the
corresponding effective key size.
|
| TcpConnection | |
| URL |
URL is designed to provide public APIs for parsing
and synthesizing Uniform Resource Locators as similar as possible to the
APIs of
java.net.URL, but without the ability to open a
stream or connection. |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.