Class ClientSocketManager

  • All Implemented Interfaces:
    SocketManager

    @AvailableSince("3.0.0")
    public final class ClientSocketManager
    extends Object
    implements SocketManager
    Manages the connection to the Crowd Control server.
    Since:
    3.0.0
    • Constructor Detail

      • ClientSocketManager

        @CheckReturnValue
        @Internal
        @AvailableSince("3.0.0")
        public ClientSocketManager​(@NotNull
                                   @NotNull RequestManager serverConfig)
        Creates a new client-side socket manager. This is intended only for use by the library.
        Parameters:
        serverConfig - Crowd Control instance
        Since:
        3.0.0