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
This substitution disables Netty OpenSSL use and references to its classes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
Target_org_apache_qpid_jms_transports_TransportSupport
Target_org_apache_qpid_jms_transports_TransportSupport()
-
-
Method Details
-
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
-
createOpenSslContext
public static io.netty.handler.ssl.SslContext createOpenSslContext(org.apache.qpid.jms.transports.TransportOptions options) throws Exception - Throws:
Exception
-