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.
|
Modifier and Type | Method and Description |
---|---|
CloseHandshakeType |
Draft_6455.getCloseHandshakeType() |
abstract CloseHandshakeType |
Draft.getCloseHandshakeType() |
Modifier and Type | Method and Description |
---|---|
static CloseHandshakeType |
CloseHandshakeType.valueOf(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.
|
Copyright © 2020. All rights reserved.