Class NettySslTransportFactory
java.lang.Object
org.apache.qpid.jms.transports.TransportFactory
org.apache.qpid.jms.transports.netty.NettyTcpTransportFactory
org.apache.qpid.jms.transports.netty.NettySslTransportFactory
Creates a Netty based SSL transport.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.qpid.jms.transports.netty.NettyTcpTransportFactory
doCreateTransportMethods inherited from class org.apache.qpid.jms.transports.TransportFactory
applyTransportConfiguration, create, createTransport, doCreateTransportOptions, findTransportFactory
-
Constructor Details
-
NettySslTransportFactory
public NettySslTransportFactory()
-
-
Method Details
-
getName
- Overrides:
getNamein classNettyTcpTransportFactory- Returns:
- the name of this Transport.
-
isSecure
public boolean isSecure()- Overrides:
isSecurein classTransportFactory- Returns:
- true if the Transport that this factory provides uses a secure channel.
-