Class Target_org_apache_qpid_jms_transports_TransportSupport
- java.lang.Object
-
- org.amqphub.quarkus.qpid.jms.runtime.graal.Target_org_apache_qpid_jms_transports_TransportSupport
-
final class Target_org_apache_qpid_jms_transports_TransportSupport extends Object
This substitution disables Netty OpenSSL use and references to its classes
-
-
Constructor Summary
Constructors Constructor Description Target_org_apache_qpid_jms_transports_TransportSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.handler.ssl.SslContextcreateOpenSslContext(org.apache.qpid.jms.transports.TransportOptions options)static SSLEnginecreateOpenSslEngine(io.netty.buffer.ByteBufAllocator allocator, URI remote, io.netty.handler.ssl.SslContext context, org.apache.qpid.jms.transports.TransportOptions options)static booleanisOpenSSLPossible(org.apache.qpid.jms.transports.TransportOptions options)
-
-
-
Method Detail
-
isOpenSSLPossible
public static boolean isOpenSSLPossible(org.apache.qpid.jms.transports.TransportOptions options)
-
createOpenSslEngine
public static SSLEngine createOpenSslEngine(io.netty.buffer.ByteBufAllocator allocator, URI remote, io.netty.handler.ssl.SslContext context, org.apache.qpid.jms.transports.TransportOptions options) throws Exception
- Throws:
Exception
-
-