Class WebSocketCreated


  • public class WebSocketCreated
    extends java.lang.Object
    Fired upon WebSocket creation.
    • Constructor Detail

      • WebSocketCreated

        public WebSocketCreated​(RequestId requestId,
                                java.lang.String url,
                                java.util.Optional<Initiator> initiator)
    • Method Detail

      • getRequestId

        public RequestId getRequestId()
        Request identifier.
      • getUrl

        public java.lang.String getUrl()
        WebSocket request URL.
      • getInitiator

        public java.util.Optional<Initiator> getInitiator()
        Request initiator.