Uses of Class
org.java_websocket.enums.CloseHandshakeType
-
Packages that use CloseHandshakeType Package Description org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.enums This package encapsulates all enums. -
-
Uses of CloseHandshakeType in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return CloseHandshakeType Modifier and Type Method Description CloseHandshakeType
Draft_6455. getCloseHandshakeType()
abstract CloseHandshakeType
Draft. getCloseHandshakeType()
-
Uses of CloseHandshakeType in org.java_websocket.enums
Methods in org.java_websocket.enums that return CloseHandshakeType Modifier and Type Method Description static CloseHandshakeType
CloseHandshakeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CloseHandshakeType[]
CloseHandshakeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-