Uses of Enum Class
org.java_websocket.enums.CloseHandshakeType
Packages that use CloseHandshakeType
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all enums.
-
Uses of CloseHandshakeType in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return CloseHandshakeTypeModifier and TypeMethodDescriptionDraft_6455.getCloseHandshakeType()
abstract CloseHandshakeType
Draft.getCloseHandshakeType()
-
Uses of CloseHandshakeType in org.java_websocket.enums
Methods in org.java_websocket.enums that return CloseHandshakeTypeModifier and TypeMethodDescriptionstatic CloseHandshakeType
Returns the enum constant of this class with the specified name.static CloseHandshakeType[]
CloseHandshakeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.