Package org.apache.qpid.protonj2.client.transport
-
Interface Summary Interface Description Transport Base class for all QpidJMS Transport instances.TransportListener Listener interface that should be implemented by users of the various QpidJMS Transport classes. -
Class Summary Class Description EpollSupport IOUringSupport KQueueSupport NettyIOContext Builder of Transport instances that will validate the build options and produce a correctly configured transport based on the options set.SslSupport Static class that provides various utility methods used by Transport implementations.TcpTransport TCP based transport that uses Netty as the underlying IO layer.WebSocketTransport Netty based WebSockets Transport that wraps and extends the TCP Transport.X509AliasKeyManager An X509ExtendedKeyManager wrapper which always chooses and only returns the given alias, and defers retrieval to the delegate key manager.