org.apache.geronimo.gshell.whisper.transport.ssl
Class SslTransportFactory
java.lang.Object
org.apache.geronimo.gshell.whisper.transport.base.BaseTransportFactory
org.apache.geronimo.gshell.whisper.transport.tcp.TcpTransportFactory<SslTransport,SslTransportServer>
org.apache.geronimo.gshell.whisper.transport.ssl.SslTransportFactory
- All Implemented Interfaces:
- TransportFactory
@Component(role=TransportFactory.class,
hint="ssl")
public class SslTransportFactory- extends TcpTransportFactory<SslTransport,SslTransportServer>
Produces TCP+SSL transport instances.
- Version:
- $Rev: 579828 $ $Date: 2007-09-26 15:15:42 -0700 (Wed, 26 Sep 2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEME
public static final String SCHEME
- See Also:
- Constant Field Values
SslTransportFactory
public SslTransportFactory()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.