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 |
---|---|
HandshakeState |
Draft_6455.acceptHandshakeAsClient(ClientHandshake request,
ServerHandshake response) |
abstract HandshakeState |
Draft.acceptHandshakeAsClient(ClientHandshake request,
ServerHandshake response) |
HandshakeState |
Draft_6455.acceptHandshakeAsServer(ClientHandshake handshakedata) |
abstract HandshakeState |
Draft.acceptHandshakeAsServer(ClientHandshake handshakedata) |
Modifier and Type | Method and Description |
---|---|
static HandshakeState |
HandshakeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakeState[] |
HandshakeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.