Package com.zeroc.Ice

Class WSConnectionInfo

java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.WSConnectionInfo

public final class WSConnectionInfo extends ConnectionInfo
Provides access to the connection details of a WebSocket connection.
  • Field Details

    • headers

      public final Map<String,String> headers
      The HTTP headers from the WebSocket upgrade handshake: the request headers for an incoming connection, and the response headers for an outgoing connection.