| Package | Description |
|---|---|
| com.caucho.network.listen | |
| com.caucho.quercus.lib | |
| com.caucho.server.http | |
| com.caucho.server.httpproxy |
| Modifier and Type | Method and Description |
|---|---|
SocketLinkDuplexListener |
SocketLinkDuplexController.getHandler()
Returns the handler
|
| Modifier and Type | Method and Description |
|---|---|
SocketLinkDuplexController |
SocketLink.startDuplex(SocketLinkDuplexListener handler)
Starts a full duplex (tcp style) request for hmtp/xmpp
|
SocketLinkDuplexController |
TcpSocketLink.startDuplex(SocketLinkDuplexListener handler)
Starts a full duplex (tcp style) request for hmtp/xmpp
|
SocketLinkDuplexController |
StreamSocketLink.startDuplex(SocketLinkDuplexListener handler) |
| Constructor and Description |
|---|
SocketLinkDuplexController(TcpSocketLink conn,
SocketLinkDuplexListener handler) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketModule.QuercusWebSocketListener |
| Modifier and Type | Method and Description |
|---|---|
SocketLinkDuplexController |
HttpRequest.startDuplex(SocketLinkDuplexListener handler)
Upgrade to duplex
|
SocketLinkDuplexController |
AbstractHttpRequest.startDuplex(SocketLinkDuplexListener handler)
Starts duplex mode.
|
SocketLinkDuplexController |
StubServletRequest.upgradeProtocol(SocketLinkDuplexListener handler) |
| Modifier and Type | Method and Description |
|---|---|
SocketLinkDuplexController |
HttpProxySocketLink.startDuplex(SocketLinkDuplexListener handler) |