|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLHelper | |
|---|---|
| com.antelmann.net | The classes in this package are designed to provide convenient access to Internet related functionality. |
| Uses of SSLHelper in com.antelmann.net |
|---|
| Methods in com.antelmann.net that return SSLHelper | |
|---|---|
SSLHelper |
CGI.getSslHelper()
|
SSLHelper |
Spider.getSSLHelper()
|
| Methods in com.antelmann.net with parameters of type SSLHelper | |
|---|---|
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)
|
void |
CGI.setSslHelper(SSLHelper sslHelper)
|
void |
Spider.setSSLHelper(SSLHelper helper)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||