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