org.apache.geronimo.gshell.whisper.transport.ssl
Class SslTransport
java.lang.Object
org.apache.geronimo.gshell.whisper.transport.base.BaseService
org.apache.geronimo.gshell.whisper.transport.base.BaseTransport<org.apache.mina.transport.socket.nio.SocketConnector>
org.apache.geronimo.gshell.whisper.transport.tcp.TcpTransport
org.apache.geronimo.gshell.whisper.transport.ssl.SslTransport
- All Implemented Interfaces:
- Closeable, Transport
@Component(role=Transport.class,
hint="ssl",
instantiationStrategy="per-lookup")
public class SslTransport- extends TcpTransport
Provides TCP+SSL client-side support.
- Version:
- $Rev: 580765 $ $Date: 2007-09-30 11:52:39 -0700 (Sun, 30 Sep 2007) $
| Methods inherited from class org.apache.geronimo.gshell.whisper.transport.base.BaseTransport |
addListener, close, createThreadModel, getBaseConfiguration, getConfiguration, getConnector, getErrorStream, getInputStream, getLocal, getOutputStream, getRemote, getSession, removeListener, request, request, send, setConfiguration |
SslTransport
public SslTransport()
configure
protected void configure(org.apache.mina.common.DefaultIoFilterChainBuilder chain)
throws Exception
- Overrides:
configure in class BaseService
- Throws:
Exception
createConfiguration
protected Transport.Configuration createConfiguration()
- Overrides:
createConfiguration in class TcpTransport
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.