| |
|
| java.lang.Object java.lang.Thread org.w3c.jigsaw.http.socket.DebugThread org.w3c.jigsaw.https.socket.SSLSocketClientFactory
SSLSocketClientFactory | public class SSLSocketClientFactory extends SocketClientFactory (Code) | | author: Thomas Kopp, Dialogika GmbH version: 1.1, 27 December 2000, 6 February 2004 version: This class extends a Jigsaw SocketClientFactory designed for the version: http protocol version: in order to supply a SocketClientFactory for the https protocol version: in accordance with the JSSE API. version: Three legal tricks are applied for working around if required: version: Proxy classes are used for addressing multiple inheritance and version: non-official api. version: Non-static access via introspection provides for addressing static api. version: The java.lang.Object type is used for mapping non-official types. |
PROTOCOL_HANDLER_S | final public static String PROTOCOL_HANDLER_S(Code) | | The property key for the system protocol package lookup
|
createClient | protected SocketClient createClient(httpd server, SocketClientState state)(Code) | | Factory for creating a new client for this pool.
Parameters: server - the target http daemon Parameters: state - the client state holder a new socket client |
initialize | public void initialize(httpd server)(Code) | | method for intializing this factory
Parameters: server - the daemon of this factory |
propertyChanged | public boolean propertyChanged(String name)(Code) | | method for handling a dynamic property modification
Parameters: name - the name of the property modified true if and only if the modification has been handled successfully |
Methods inherited from org.w3c.jigsaw.http.socket.DebugThread | public void run()(Code)(Java Doc)
|
|
|
|