Holger's
Java API

Uses of Class
com.antelmann.net.SSLSocketConnection

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)
           
 



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