Holger's
Java API

Uses of Class
com.antelmann.net.SSLHelper

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)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads