public class NettySslTransportFactory extends TransportFactory
Constructor and Description |
---|
NettySslTransportFactory() |
Modifier and Type | Method and Description |
---|---|
protected NettyTcpTransport |
doCreateTransport(URI remoteURI,
TransportOptions transportOptions)
Create the actual Transport instance for this factory using the provided URI and
TransportOptions instances.
|
protected TransportOptions |
doCreateTransportOptions()
Create and return an instance of TransportOptions appropriate for the Transport
type that this factory will return.
|
String |
getName() |
create, createTransport, findTransportFactory
protected TransportOptions doCreateTransportOptions()
TransportFactory
doCreateTransportOptions
in class TransportFactory
protected NettyTcpTransport doCreateTransport(URI remoteURI, TransportOptions transportOptions) throws Exception
TransportFactory
doCreateTransport
in class TransportFactory
remoteURI
- The URI used to connect to a remote Peer.transportOptions
- The TransportOptions used to configure the new Transport.Exception
- if an error occurs while creating the Transport instance.public String getName()
getName
in class TransportFactory
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.