public class NettyTcpTransportFactory extends TransportFactory
| Constructor and Description |
|---|
NettyTcpTransportFactory() |
| 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.
|
String |
getName() |
applyTransportConfiguration, create, createTransport, doCreateTransportOptions, findTransportFactory, isSecureprotected NettyTcpTransport doCreateTransport(URI remoteURI, TransportOptions transportOptions) throws Exception
TransportFactorydoCreateTransport in class TransportFactoryremoteURI - 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 TransportFactoryCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.