|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface WebSocketMessage
A single message transferred over a WebSocket connection.
| Nested Class Summary | |
|---|---|
static class |
WebSocketMessage.Direction
|
static class |
WebSocketMessage.Type
|
| Method Summary | |
|---|---|
java.util.Date |
getAtDateTime()
|
java.lang.String |
getContentMimeType()
Either "application/octet-stream" or "text/plain" |
int |
getContentSize()
|
WebSocketMessage.Direction |
getDirection()
|
WebSocketMessage.Type |
getType()
|
| Method Detail |
|---|
WebSocketMessage.Type getType()
WebSocketMessage.Direction getDirection()
java.util.Date getAtDateTime()
int getContentSize()
java.lang.String getContentMimeType()
|
© 2023 Vercara, LLC. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||