Package | Description |
---|---|
com.kaazing.net.ws |
Modifier and Type | Method and Description |
---|---|
abstract WebSocketMessageType |
WebSocketMessageReader.getType()
Returns the
WebSocketMessageType of the already received message. |
abstract WebSocketMessageType |
WebSocketMessageReader.next()
Invoking this method will cause the thread to block until a message is
received.
|
static WebSocketMessageType |
WebSocketMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketMessageType[] |
WebSocketMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.