Package 

Class WebSocketRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final JsonElement headers
    • Constructor Summary

      Constructors 
      Constructor Description
      WebSocketRequest(JsonElement headers)
    • Method Summary

      Modifier and Type Method Description
      final JsonElement component1()
      final WebSocketRequest copy(JsonElement headers)
      final JsonElement getHeaders() HTTP request headers.
      • Methods inherited from class org.hildan.chrome.devtools.domains.network.WebSocketRequest

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebSocketRequest

        WebSocketRequest(JsonElement headers)