| Package | Description |
|---|---|
| com.caucho.hmtp | |
| com.caucho.hmtp.server | |
| com.caucho.message.tourmaline | |
| com.caucho.remote.websocket | |
| com.caucho.server.http | |
| com.caucho.websocket |
| Modifier and Type | Class and Description |
|---|---|
class |
HmtpWebSocketListener
HmtpReader stream handles client packets received from the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HmtpClientWebSocketListener
HmtpReader stream handles client packets received from the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebSocketListener |
HmtpServlet.createWebSocketListener() |
| Modifier and Type | Class and Description |
|---|---|
class |
NautilusServerEndpoint
Custom serialization for the cache
|
| Constructor and Description |
|---|
WebSocketClient(java.lang.String url,
WebSocketListener listener) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketContext |
HttpServletRequestImpl.startWebSocket(WebSocketListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebSocketListener
Application handler for a WebSocket tcp stream
The read stream should only be read by the
onRead thread. |
| Modifier and Type | Method and Description |
|---|---|
WebSocketContext |
WebSocketServletRequest.startWebSocket(WebSocketListener listener)
Upgrade the current HTTP connection to a WebSocket connection
|