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
-
public class NettySslTransportFactory extends NettyTcpTransportFactory
Creates a Netty based SSL transport.
-
-
Constructor Summary
Constructors Constructor Description NettySslTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisSecure()-
Methods inherited from class org.apache.qpid.jms.transports.netty.NettyTcpTransportFactory
doCreateTransport
-
Methods inherited from class org.apache.qpid.jms.transports.TransportFactory
applyTransportConfiguration, create, createTransport, doCreateTransportOptions, findTransportFactory
-
-
-
-
Method Detail
-
getName
public String 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.
-
-