|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDataException | |
---|---|
org.java_websocket | |
org.java_websocket.drafts | |
org.java_websocket.exceptions | |
org.java_websocket.framing | |
org.java_websocket.util |
Uses of InvalidDataException in org.java_websocket |
---|
Methods in org.java_websocket with parameters of type InvalidDataException | |
---|---|
void |
WebSocketImpl.close(InvalidDataException e)
|
Methods in org.java_websocket that throw InvalidDataException | |
---|---|
void |
WebSocketListener.onWebsocketHandshakeReceivedAsClient(WebSocket conn,
ClientHandshake request,
ServerHandshake response)
Called on the client side when the socket connection is first established, and the WebSocketImpl handshake response has been received. |
void |
WebSocketAdapter.onWebsocketHandshakeReceivedAsClient(WebSocket conn,
ClientHandshake request,
ServerHandshake response)
|
ServerHandshakeBuilder |
WebSocketListener.onWebsocketHandshakeReceivedAsServer(WebSocket conn,
Draft draft,
ClientHandshake request)
Called on the server side when the socket connection is first established, and the WebSocket handshake has been received. |
ServerHandshakeBuilder |
WebSocketAdapter.onWebsocketHandshakeReceivedAsServer(WebSocket conn,
Draft draft,
ClientHandshake request)
This default implementation does not do anything. |
void |
WebSocketListener.onWebsocketHandshakeSentAsClient(WebSocket conn,
ClientHandshake request)
Called on the client side when the socket connection is first established, and the WebSocketImpl handshake has just been sent. |
void |
WebSocketAdapter.onWebsocketHandshakeSentAsClient(WebSocket conn,
ClientHandshake request)
This default implementation does not do anything which will cause the connections to always progress. |
Uses of InvalidDataException in org.java_websocket.drafts |
---|
Methods in org.java_websocket.drafts that throw InvalidDataException | |
---|---|
int |
Draft.checkAlloc(int bytecount)
|
List<Framedata> |
Draft_76.translateFrame(ByteBuffer buffer)
|
List<Framedata> |
Draft_75.translateFrame(ByteBuffer buffer)
|
List<Framedata> |
Draft_10.translateFrame(ByteBuffer buffer)
|
abstract List<Framedata> |
Draft.translateFrame(ByteBuffer buffer)
|
protected List<Framedata> |
Draft_75.translateRegularFrame(ByteBuffer buffer)
|
Framedata |
Draft_10.translateSingleFrame(ByteBuffer buffer)
|
Uses of InvalidDataException in org.java_websocket.exceptions |
---|
Subclasses of InvalidDataException in org.java_websocket.exceptions | |
---|---|
class |
InvalidFrameException
|
class |
InvalidHandshakeException
|
class |
LimitExedeedException
|
Uses of InvalidDataException in org.java_websocket.framing |
---|
Methods in org.java_websocket.framing that throw InvalidDataException | |
---|---|
String |
CloseFrame.getMessage()
|
void |
FramedataImpl1.setPayload(ByteBuffer payload)
|
void |
FrameBuilder.setPayload(ByteBuffer payload)
|
void |
CloseFrameBuilder.setPayload(ByteBuffer payload)
|
Constructors in org.java_websocket.framing that throw InvalidDataException | |
---|---|
CloseFrameBuilder(int code)
|
|
CloseFrameBuilder(int code,
String m)
|
Uses of InvalidDataException in org.java_websocket.util |
---|
Methods in org.java_websocket.util that throw InvalidDataException | |
---|---|
static void |
Charsetfunctions.main(String[] args)
|
static String |
Charsetfunctions.stringUtf8(byte[] bytes)
|
static String |
Charsetfunctions.stringUtf8(ByteBuffer bytes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |