Uses of Class
com.caucho.network.listen.SocketLinkDuplexController

Packages that use SocketLinkDuplexController
com.caucho.network.listen   
com.caucho.quercus.lib   
com.caucho.server.http   
 

Uses of SocketLinkDuplexController in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return SocketLinkDuplexController
 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
 

Methods in com.caucho.network.listen with parameters of type SocketLinkDuplexController
 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
 

Uses of SocketLinkDuplexController in com.caucho.quercus.lib
 

Methods in com.caucho.quercus.lib that return SocketLinkDuplexController
static SocketLinkDuplexController WebSocketModule.websocket_start(Env env, StringValue path)
          Reads a string from the websocket.
 

Methods in com.caucho.quercus.lib with parameters of type SocketLinkDuplexController
 void WebSocketModule.QuercusWebSocketListener.onDisconnect(SocketLinkDuplexController context)
           
 void WebSocketModule.QuercusWebSocketListener.onRead(SocketLinkDuplexController context)
           
 void WebSocketModule.QuercusWebSocketListener.onStart(SocketLinkDuplexController context)
           
 void WebSocketModule.QuercusWebSocketListener.onTimeout(SocketLinkDuplexController context)
           
 

Uses of SocketLinkDuplexController in com.caucho.server.http
 

Methods in com.caucho.server.http that return SocketLinkDuplexController
 SocketLinkDuplexController AbstractHttpRequest.startDuplex(SocketLinkDuplexListener handler)
          Starts duplex mode.
 SocketLinkDuplexController HttpRequest.startDuplex(SocketLinkDuplexListener handler)
          Upgrade to duplex
 SocketLinkDuplexController StubServletRequest.upgradeProtocol(SocketLinkDuplexListener handler)