Uses of Enum Class
com.corundumstudio.socketio.protocol.PacketType
Packages that use PacketType
-
Uses of PacketType in com.corundumstudio.socketio.protocol
Fields in com.corundumstudio.socketio.protocol declared as PacketTypeMethods in com.corundumstudio.socketio.protocol that return PacketTypeModifier and TypeMethodDescriptionPacket.getSubType()Packet.getType()static PacketTypePacketType.valueOf(int value) Returns the enum constant of this class with the specified name.static PacketTypeReturns the enum constant of this class with the specified name.static PacketTypePacketType.valueOfInner(int value) static PacketType[]PacketType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.corundumstudio.socketio.protocol with parameters of type PacketTypeConstructors in com.corundumstudio.socketio.protocol with parameters of type PacketTypeModifierConstructorDescriptionPacket(PacketType type) Packet(PacketType type, EngineIOVersion engineIOVersion)