Interface InspectorWSConnection

All Known Implementing Classes:
InspectorServer, InspectWSClient, WSInterceptorServer

public interface InspectorWSConnection
Web socket connection for the inspector protocol.
  • Method Details

    • getPort

      int getPort()
    • consoleAPICall

      void consoleAPICall(Token token, String type, Object text)
    • closing

      default void closing(Token token)
    • close

      void close(Token token) throws IOException
      Throws:
      IOException
    • dispose

      default void dispose()