Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
AmqpProtocol.createConnection(SocketLink link) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HmtpProtocol.createConnection(SocketLink conn)
Create a HmuxRequest object for the new thread.
|
Constructor and Description |
---|
HmtpRequest(SocketLink conn,
BamSystem bamService) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
AbstractWebSocketProtocol.createConnection(SocketLink link) |
ProtocolConnection |
TieredCacheWebSocketProtocol.createConnection(SocketLink link) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
MemcachedProtocol.createConnection(SocketLink link) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
StompProtocol.createConnection(SocketLink link) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketLink
Represents a protocol-independent connection.
|
class |
StreamSocketLink
A Connection based on streams.
|
class |
TcpSocketLink
A protocol-independent TcpConnection.
|
Modifier and Type | Method and Description |
---|---|
abstract ProtocolConnection |
AbstractProtocol.createConnection(SocketLink conn)
Create a Request object for the new thread.
|
ProtocolConnection |
Protocol.createConnection(SocketLink link)
Creates a new protocol connection.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SocketPolicyProtocol.createConnection(SocketLink conn) |
Constructor and Description |
---|
SocketPolicyRequest(ServletService server,
SocketLink connection,
Path policy) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
ProtocolConfig.createConnection(SocketLink conn)
Create a Request object for the new thread.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
FastCgiProtocol.createConnection(SocketLink conn)
Create a FastCgiRequest object for the new thread.
|
Constructor and Description |
---|
FastCgiRequest(ServletService server,
SocketLink conn)
Creates a new HttpRequest.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HmuxProtocol.createConnection(SocketLink conn)
Create a HmuxRequest object for the new thread.
|
Constructor and Description |
---|
HmuxRequest(ServletService server,
SocketLink conn,
HmuxProtocol protocol) |
Modifier and Type | Method and Description |
---|---|
SocketLink |
AbstractHttpRequest.getConnection()
Returns the connection.
|
SocketLink |
HttpServletRequestImpl.getConnection() |
SocketLink |
RequestAdapter.getSocketLink() |
SocketLink |
CauchoRequest.getSocketLink() |
SocketLink |
AbstractCauchoRequest.getSocketLink() |
SocketLink |
StubServletRequest.getSocketLink() |
SocketLink |
CauchoRequestWrapper.getSocketLink() |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HttpProtocol.createConnection(SocketLink conn)
Create a HttpRequest object for the new thread.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpProxySocketLink
HTTP messaging proxy connection
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SnmpProtocol.createConnection(SocketLink connection) |
Constructor and Description |
---|
SnmpRequest(SocketLink connection,
java.util.TreeMap<java.lang.String,Oid> mibMap,
OctetStringValue community) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SpdyServerProtocol.createConnection(SocketLink link) |