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