|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.net.websocket.SendResult
public class SendResult
The result of asynchronously sending a web socket message.
| Field Summary | |
|---|---|
SendResult |
ERROR
There was a problem sending the message. |
SendResult |
OK
The message was transmitted ok. |
| Constructor Summary | |
|---|---|
SendResult()
|
|
| Method Summary | |
|---|---|
Exception |
getException()
The problem sending the message. |
boolean |
sentOK()
Determines if this result is ok or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public SendResult OK
public SendResult ERROR
| Constructor Detail |
|---|
public SendResult()
| Method Detail |
|---|
public Exception getException()
public boolean sentOK()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||