Uses of Enum Class
eu.cloudnetservice.driver.impl.network.standard.AuthorizationPacket.PacketAuthorizationType
Packages that use AuthorizationPacket.PacketAuthorizationType
-
Uses of AuthorizationPacket.PacketAuthorizationType in eu.cloudnetservice.driver.impl.network.standard
Subclasses with type arguments of type AuthorizationPacket.PacketAuthorizationType in eu.cloudnetservice.driver.impl.network.standardModifier 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.impl.network.standard that return AuthorizationPacket.PacketAuthorizationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AuthorizationPacket.PacketAuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.impl.network.standard with parameters of type AuthorizationPacket.PacketAuthorizationTypeModifierConstructorDescriptionAuthorizationPacket(@NonNull AuthorizationPacket.PacketAuthorizationType type, @NonNull eu.cloudnetservice.driver.network.buffer.DataBuf dataBuf) Constructs a new authorization packet.