| org.w3c.jigsaw.http.socket.SocketClient org.w3c.jigsaw.https.socket.SSLSocketClient
SSLSocketClient | public class SSLSocketClient extends SocketClient (Code) | | author: Thomas Kopp, Dialogika GmbH version: 1.1, 6 February 2004 version: This class extends a Jigsaw SocketClient designed for the version: http protocol version: in order to supply a SocketClient for the https protocol including version: client authentication in accordance with the JSSE API. |
Method Summary | |
public SSLSession | getSession() Supplies the ssl session associated with the underlying socket. |
SSLSocketClient | protected SSLSocketClient(httpd server, SocketClientFactory pool, SocketClientState state)(Code) | | Creates an empty client.
Parameters: server - the target http(s( daemon Parameters: pool - the client factory in use Parameters: state - the socket cliente state in use |
getSession | public SSLSession getSession()(Code) | | Supplies the ssl session associated with the underlying socket.
the associated ssl session or null |
|
|