Class ClientJSONPoint

java.lang.Object
pro.gravit.launcher.request.websockets.ClientJSONPoint
Direct Known Subclasses:
ClientWebSocketService

public abstract class ClientJSONPoint extends Object
  • Field Details

    • bootstrap

      protected final io.netty.bootstrap.Bootstrap bootstrap
    • isClosed

      public boolean isClosed
    • ch

      protected io.netty.channel.Channel ch
    • webSocketClientHandler

      protected WebSocketClientHandler webSocketClientHandler
    • ssl

      protected boolean ssl
    • port

      protected int port
  • Constructor Details

  • Method Details