|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketLinkDuplexListener | |
---|---|
com.caucho.network.listen | |
com.caucho.quercus.lib | |
com.caucho.server.http |
Uses of SocketLinkDuplexListener in com.caucho.network.listen |
---|
Methods in com.caucho.network.listen that return SocketLinkDuplexListener | |
---|---|
SocketLinkDuplexListener |
SocketLinkDuplexController.getHandler()
Returns the handler |
Methods in com.caucho.network.listen with parameters of type SocketLinkDuplexListener | |
---|---|
SocketLinkDuplexController |
SocketLink.startDuplex(SocketLinkDuplexListener handler)
Starts a full duplex (tcp style) request for hmtp/xmpp |
SocketLinkDuplexController |
StreamSocketLink.startDuplex(SocketLinkDuplexListener handler)
|
SocketLinkDuplexController |
TcpSocketLink.startDuplex(SocketLinkDuplexListener handler)
Starts a full duplex (tcp style) request for hmtp/xmpp |
Constructors in com.caucho.network.listen with parameters of type SocketLinkDuplexListener | |
---|---|
SocketLinkDuplexController(TcpSocketLink conn,
SocketLinkDuplexListener handler)
|
Uses of SocketLinkDuplexListener in com.caucho.quercus.lib |
---|
Classes in com.caucho.quercus.lib that implement SocketLinkDuplexListener | |
---|---|
static class |
WebSocketModule.QuercusWebSocketListener
|
Uses of SocketLinkDuplexListener in com.caucho.server.http |
---|
Methods in com.caucho.server.http with parameters of type SocketLinkDuplexListener | |
---|---|
SocketLinkDuplexController |
AbstractHttpRequest.startDuplex(SocketLinkDuplexListener handler)
Starts duplex mode. |
SocketLinkDuplexController |
HttpRequest.startDuplex(SocketLinkDuplexListener handler)
Upgrade to duplex |
SocketLinkDuplexController |
StubServletRequest.upgradeProtocol(SocketLinkDuplexListener handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |