Class WebSocketTransport

java.lang.Object
org.apache.qpid.protonj2.client.transport.netty5.TcpTransport
org.apache.qpid.protonj2.client.transport.netty5.WebSocketTransport
All Implemented Interfaces:
Transport

public class WebSocketTransport extends TcpTransport
Netty based WebSockets Transport that wraps and extends the TCP Transport.
  • Constructor Details

    • WebSocketTransport

      public WebSocketTransport(io.netty5.bootstrap.Bootstrap bootstrap, TransportOptions options, SslOptions sslOptions)
      Create a new WebSocketTransport instance with the given configuration.
      Parameters:
      bootstrap - the Bootstrap that this transport's IO is bound to.
      options - the TransportOptions used to configure the socket connection.
      sslOptions - the SslOptions to use if the options indicate SSL is enabled.
  • Method Details