|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebSocketContext | |
---|---|
com.caucho.hmtp | |
com.caucho.hmtp.server | |
com.caucho.jsmp | |
com.caucho.remote.websocket | |
com.caucho.server.http | |
com.caucho.websocket |
Uses of WebSocketContext in com.caucho.hmtp |
---|
Methods in com.caucho.hmtp with parameters of type WebSocketContext | |
---|---|
void |
HmtpWebSocketListener.onDisconnect(WebSocketContext context)
|
void |
HmtpWebSocketListener.onReadBinary(WebSocketContext context,
java.io.InputStream is)
Reads the next HMTP packet from the stream, returning false on end of file. |
void |
HmtpWebSocketListener.onStart(WebSocketContext context)
|
Constructors in com.caucho.hmtp with parameters of type WebSocketContext | |
---|---|
HmtpWebSocketContextWriter(WebSocketContext ws)
|
Uses of WebSocketContext in com.caucho.hmtp.server |
---|
Methods in com.caucho.hmtp.server with parameters of type WebSocketContext | |
---|---|
void |
HmtpClientWebSocketListener.onDisconnect(WebSocketContext context)
|
void |
HmtpClientWebSocketListener.onReadBinary(WebSocketContext context,
java.io.InputStream is)
Reads the next HMTP packet from the stream, returning false on end of file. |
void |
HmtpClientWebSocketListener.onStart(WebSocketContext context)
|
Uses of WebSocketContext in com.caucho.jsmp |
---|
Constructors in com.caucho.jsmp with parameters of type WebSocketContext | |
---|---|
JsmpWebSocketWriter(WebSocketContext context)
|
Uses of WebSocketContext in com.caucho.remote.websocket |
---|
Classes in com.caucho.remote.websocket that implement WebSocketContext | |
---|---|
class |
WebSocketClient
WebSocketClient |
class |
WebSocketContextStreamImpl
User facade for http requests. |
Methods in com.caucho.remote.websocket that return WebSocketContext | |
---|---|
WebSocketContext |
FrameInputStream.getContext()
|
Methods in com.caucho.remote.websocket with parameters of type WebSocketContext | |
---|---|
void |
FrameInputStream.init(WebSocketContext cxt,
java.io.InputStream is)
|
void |
MaskedFrameInputStream.init(WebSocketContext cxt,
java.io.InputStream is)
|
void |
UnmaskedFrameInputStream.init(WebSocketContext cxt,
java.io.InputStream is)
|
Constructors in com.caucho.remote.websocket with parameters of type WebSocketContext | |
---|---|
WebSocketBlockingQueue(WebSocketContext ws,
WebSocketEncoder<T> encoder,
int capacity)
|
Uses of WebSocketContext in com.caucho.server.http |
---|
Methods in com.caucho.server.http that return WebSocketContext | |
---|---|
WebSocketContext |
HttpServletRequestImpl.startWebSocket(WebSocketListener listener)
|
Uses of WebSocketContext in com.caucho.websocket |
---|
Methods in com.caucho.websocket that return WebSocketContext | |
---|---|
WebSocketContext |
WebSocketServletRequest.startWebSocket(WebSocketListener listener)
Upgrade the current HTTP connection to a WebSocket connection |
Methods in com.caucho.websocket with parameters of type WebSocketContext | |
---|---|
void |
WebSocketEncoder.encode(WebSocketContext ws,
T value)
|
void |
WebSocketEncoder.flush(WebSocketContext ws)
|
void |
AbstractWebSocketListener.onClose(WebSocketContext context)
Called when the peer closes the connection gracefully. |
void |
WebSocketListener.onClose(WebSocketContext context)
Called when the peer closes the connection gracefully. |
void |
AbstractWebSocketListener.onDisconnect(WebSocketContext context)
Called when the connection terminates. |
void |
WebSocketListener.onDisconnect(WebSocketContext context)
Called when the connection disconnects. |
void |
AbstractWebSocketListener.onReadBinary(WebSocketContext context,
java.io.InputStream is)
Called when a binary message is available |
void |
WebSocketListener.onReadBinary(WebSocketContext context,
java.io.InputStream is)
Called when a binary message is available |
void |
AbstractWebSocketListener.onReadText(WebSocketContext context,
java.io.Reader is)
Called when a text message is available |
void |
WebSocketListener.onReadText(WebSocketContext context,
java.io.Reader is)
Called when a text message is available |
void |
AbstractWebSocketListener.onStart(WebSocketContext context)
Called when the connection is established |
void |
WebSocketListener.onStart(WebSocketContext context)
Called after the server sends its handshake response. |
void |
AbstractWebSocketListener.onTimeout(WebSocketContext context)
Called when the connection times out |
void |
WebSocketListener.onTimeout(WebSocketContext context)
Called when the connection times out |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |