Uses of Interface
com.caucho.network.listen.SocketLink

Packages that use SocketLink
com.caucho.amqp.server   
com.caucho.cloud.hmtp   
com.caucho.memcached   
com.caucho.message.stomp   
com.caucho.network.listen   
com.caucho.protocols.flash   
com.caucho.server.cluster   
com.caucho.server.fastcgi   
com.caucho.server.hmux   
com.caucho.server.http   
com.caucho.server.snmp   
com.caucho.server.spdy   
 

Uses of SocketLink in com.caucho.amqp.server
 

Methods in com.caucho.amqp.server with parameters of type SocketLink
 ProtocolConnection AmqpProtocol.createConnection(SocketLink link)
           
 

Uses of SocketLink in com.caucho.cloud.hmtp
 

Methods in com.caucho.cloud.hmtp with parameters of type SocketLink
 ProtocolConnection HmtpProtocol.createConnection(SocketLink conn)
          Create a HmuxRequest object for the new thread.
 

Constructors in com.caucho.cloud.hmtp with parameters of type SocketLink
HmtpRequest(SocketLink conn, BamSystem bamService)
           
 

Uses of SocketLink in com.caucho.memcached
 

Methods in com.caucho.memcached with parameters of type SocketLink
 ProtocolConnection MemcachedProtocol.createConnection(SocketLink link)
           
 

Uses of SocketLink in com.caucho.message.stomp
 

Methods in com.caucho.message.stomp with parameters of type SocketLink
 ProtocolConnection StompProtocol.createConnection(SocketLink link)
           
 

Uses of SocketLink in com.caucho.network.listen
 

Classes in com.caucho.network.listen that implement SocketLink
 class AbstractSocketLink
          Represents a protocol-independent connection.
 class StreamSocketLink
          A Connection based on streams.
 class TcpSocketLink
          A protocol-independent TcpConnection.
 

Methods in com.caucho.network.listen with parameters of type SocketLink
abstract  ProtocolConnection AbstractProtocol.createConnection(SocketLink conn)
          Create a Request object for the new thread.
 ProtocolConnection Protocol.createConnection(SocketLink link)
          Creates a new protocol connection.
 

Uses of SocketLink in com.caucho.protocols.flash
 

Methods in com.caucho.protocols.flash with parameters of type SocketLink
 ProtocolConnection SocketPolicyProtocol.createConnection(SocketLink conn)
           
 

Constructors in com.caucho.protocols.flash with parameters of type SocketLink
SocketPolicyRequest(ServletService server, SocketLink connection, Path policy)
           
 

Uses of SocketLink in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type SocketLink
 ProtocolConnection ProtocolConfig.createConnection(SocketLink conn)
          Create a Request object for the new thread.
 

Uses of SocketLink in com.caucho.server.fastcgi
 

Methods in com.caucho.server.fastcgi with parameters of type SocketLink
 ProtocolConnection FastCgiProtocol.createConnection(SocketLink conn)
          Create a FastCgiRequest object for the new thread.
 

Constructors in com.caucho.server.fastcgi with parameters of type SocketLink
FastCgiRequest(ServletService server, SocketLink conn)
          Creates a new HttpRequest.
 

Uses of SocketLink in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux with parameters of type SocketLink
 ProtocolConnection HmuxProtocol.createConnection(SocketLink conn)
          Create a HmuxRequest object for the new thread.
 

Constructors in com.caucho.server.hmux with parameters of type SocketLink
HmuxRequest(ServletService server, SocketLink conn, HmuxProtocol protocol)
           
 

Uses of SocketLink in com.caucho.server.http
 

Methods in com.caucho.server.http that return SocketLink
 SocketLink AbstractHttpRequest.getConnection()
          Returns the connection.
 SocketLink HttpServletRequestImpl.getConnection()
           
 SocketLink AbstractCauchoRequest.getSocketLink()
           
 SocketLink CauchoRequest.getSocketLink()
           
 SocketLink CauchoRequestWrapper.getSocketLink()
           
 SocketLink RequestAdapter.getSocketLink()
           
 SocketLink StubServletRequest.getSocketLink()
           
 

Methods in com.caucho.server.http with parameters of type SocketLink
 ProtocolConnection HttpProtocol.createConnection(SocketLink conn)
          Create a HttpRequest object for the new thread.
 

Constructors in com.caucho.server.http with parameters of type SocketLink
AbstractHttpRequest(ServletService server, SocketLink conn)
          Create a new Request.
AsyncConnectionImpl(SocketLink conn, boolean isTop, ServletRequest request, ServletResponse response)
           
ConnectionCometController(SocketLink conn, boolean isTop, ServletRequest request, ServletResponse response)
           
HttpRequest(ServletService server, SocketLink conn)
          Creates a new HttpRequest.
 

Uses of SocketLink in com.caucho.server.snmp
 

Methods in com.caucho.server.snmp with parameters of type SocketLink
 ProtocolConnection SnmpProtocol.createConnection(SocketLink connection)
           
 

Constructors in com.caucho.server.snmp with parameters of type SocketLink
SnmpRequest(SocketLink connection, java.util.TreeMap<java.lang.String,Oid> mibMap, OctetStringValue community)
           
 

Uses of SocketLink in com.caucho.server.spdy
 

Methods in com.caucho.server.spdy with parameters of type SocketLink
 ProtocolConnection SpdyServerProtocol.createConnection(SocketLink link)