Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.drafts |
This package encapsulates all implementations in relation with the WebSocket drafts.
|
org.java_websocket.exceptions |
This package encapsulates all implementations in relation with the exceptions thrown in this lib.
|
org.java_websocket.extensions |
This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions.
|
org.java_websocket.framing |
This package encapsulates all interfaces and implementations in relation with the WebSocket frames.
|
org.java_websocket.server |
This package encapsulates all implementations in relation with the WebSocketServer.
|
org.java_websocket.util |
This package encapsulates the utility classes.
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
InvalidHandshakeException
exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)
|
WebsocketNotConnectedException
exception which indicates the websocket is not yet connected (READYSTATE.OPEN)
|
Class and Description |
---|
IncompleteException
Exception which indicates that the frame is not yet complete
|
IncompleteHandshakeException
exception which indicates that a incomplete handshake was recieved
|
InvalidDataException
exception which indicates that a invalid data was recieved
|
InvalidHandshakeException
exception which indicates that a invalid handshake was recieved (CloseFrame.PROTOCOL_ERROR)
|
LimitExedeedException
exception which indicates that the message limited was exedeeded (CloseFrame.TOOBIG)
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
Class and Description |
---|
InvalidDataException
exception which indicates that a invalid data was recieved
|
Copyright © 2018. All rights reserved.