Class ServerSocketManager

  • All Implemented Interfaces:
    SocketManager

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

      • ServerSocketManager

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