Package | Description |
---|---|
com.caucho.network.listen | |
com.caucho.quercus.lib | |
com.caucho.server.http | |
com.caucho.server.httpproxy |
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) |
Modifier and Type | Method and Description |
---|---|
void |
SocketLinkDuplexListener.onDisconnect(SocketLinkDuplexController context)
Called when the connection closes
|
void |
SocketLinkDuplexListener.onRead(SocketLinkDuplexController context)
Called when read data is available
|
void |
SocketLinkDuplexListener.onStart(SocketLinkDuplexController context)
Called when the connection is established
|
void |
SocketLinkDuplexListener.onTimeout(SocketLinkDuplexController context)
Called when the connection times out
|
Modifier and Type | Method and Description |
---|---|
static SocketLinkDuplexController |
WebSocketModule.websocket_start(Env env,
StringValue path)
Reads a string from the websocket.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketModule.QuercusWebSocketListener.onDisconnect(SocketLinkDuplexController context) |
void |
WebSocketModule.QuercusWebSocketListener.onRead(SocketLinkDuplexController context) |
void |
WebSocketModule.QuercusWebSocketListener.onStart(SocketLinkDuplexController context) |
void |
WebSocketModule.QuercusWebSocketListener.onTimeout(SocketLinkDuplexController context) |
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) |