public class SslTransportFactory extends TcpTransportFactory
| Constructor and Description |
|---|
SslTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.fusesource.hawtdispatch.transport.TcpTransportServer |
createTcpTransportServer(URI uri,
Map<String,String> options)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
|
protected org.fusesource.hawtdispatch.transport.TcpTransport |
createTransport(URI uri)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransport.
|
protected String |
protocol(String scheme)
Maps uri schemes to a protocol algorithm names.
|
bind, connect, getLocalLocation, getOptionprotected org.fusesource.hawtdispatch.transport.TcpTransportServer createTcpTransportServer(URI uri, Map<String,String> options) throws Exception
createTcpTransportServer in class TcpTransportFactoryExceptionprotected org.fusesource.hawtdispatch.transport.TcpTransport createTransport(URI uri) throws Exception
createTransport in class TcpTransportFactoryExceptionCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.