|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSocketConnection | |
|---|---|
| com.antelmann.net | The classes in this package are designed to provide convenient access to Internet related functionality. |
| Uses of SSLSocketConnection in com.antelmann.net |
|---|
| Methods in com.antelmann.net that return SSLSocketConnection | |
|---|---|
static SSLSocketConnection |
SSLSocketConnection.createSSLConnection(SSLHelper helper,
String hostname,
int port,
Handshake handshake)
returns a SocketConnection provided there is a Server listening at the specified location with the specified signature; note that this method is blocking. |
static SSLSocketConnection |
SSLSocketConnection.createSSLServerConnection(SSLHelper helper,
int port,
Handshake handshake)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||