Uses of Enum Class
eu.cloudnetservice.driver.network.def.PacketClientAuthorization.PacketAuthorizationType
Packages that use PacketClientAuthorization.PacketAuthorizationType
-
Uses of PacketClientAuthorization.PacketAuthorizationType in eu.cloudnetservice.driver.network.def
Subclasses with type arguments of type PacketClientAuthorization.PacketAuthorizationType in eu.cloudnetservice.driver.network.defModifier and TypeClassDescriptionstatic enumThe type of authorization used to determine which type of component is connecting and which information is required for a successful auth.Methods in eu.cloudnetservice.driver.network.def that return PacketClientAuthorization.PacketAuthorizationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PacketClientAuthorization.PacketAuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.network.def with parameters of type PacketClientAuthorization.PacketAuthorizationTypeModifierConstructorDescriptionPacketClientAuthorization(@NonNull PacketClientAuthorization.PacketAuthorizationType type, @NonNull DataBuf dataBuf) Constructs a new authorization packet.