Uses of Interface
dev.qixils.crowdcontrol.socket.SocketManager
-
Packages that use SocketManager Package Description dev.qixils.crowdcontrol Provides most of the basic classes required to implementCrowdControlinto your project.dev.qixils.crowdcontrol.builder Provides classes used to buildCrowdControl.dev.qixils.crowdcontrol.socket -
-
Uses of SocketManager in dev.qixils.crowdcontrol
Classes in dev.qixils.crowdcontrol that implement SocketManager Modifier and Type Class Description classCrowdControlConstructor parameters in dev.qixils.crowdcontrol with type arguments of type SocketManager Constructor Description CrowdControl(@Nullable String IP, int port, @Nullable String password, @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager> socketManagerCreator)Creates a new Crowd Control client or server instance. -
Uses of SocketManager in dev.qixils.crowdcontrol.builder
Fields in dev.qixils.crowdcontrol.builder with type parameters of type SocketManager Modifier and Type Field Description protected @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager>CrowdControlBuilderBase. socketManagerCreatorA function (usually a constructor) that creates a newSocketManagergiven aCrowdControlinstance.protected @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager>CrowdControlBuilderBase. socketManagerCreatorA function (usually a constructor) that creates a newSocketManagergiven aCrowdControlinstance. -
Uses of SocketManager in dev.qixils.crowdcontrol.socket
Classes in dev.qixils.crowdcontrol.socket that implement SocketManager Modifier and Type Class Description classClientSocketManagerManages the connection to the Crowd Control server.classServerSocketManagerManages the connection to Crowd Control clients.
-