Modifier and Type | Class and Description |
---|---|
class |
AmqpServerConnection
Amqp server connection
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
AmqpProtocol.createConnection(SocketLink link) |
Modifier and Type | Class and Description |
---|---|
class |
HmtpRequest
Handles HMTP requests from a peer server.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HmtpProtocol.createConnection(SocketLink conn)
Create a HmuxRequest object for the new thread.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketConnection
Custom serialization for the cache
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
AbstractWebSocketProtocol.createConnection(SocketLink link) |
ProtocolConnection |
TieredCacheWebSocketProtocol.createConnection(SocketLink link) |
Modifier and Type | Method and Description |
---|---|
static ProtocolConnection |
EjbUtil.createRequestContext() |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedConnection
Custom serialization for the cache
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
MemcachedProtocol.createConnection(SocketLink link) |
Modifier and Type | Class and Description |
---|---|
class |
StompConnection
Custom serialization for the cache
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
StompProtocol.createConnection(SocketLink link) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProtocolConnection
Protocol specific information for each request.
|
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.
|
static ProtocolConnection |
TcpSocketLink.getCurrentRequest()
Returns the ServerRequest for the current thread.
|
ProtocolConnection |
TcpSocketLink.getRequest()
Returns the request for the connection.
|
Modifier and Type | Method and Description |
---|---|
static void |
TcpSocketLink.setCurrentRequest(ProtocolConnection request)
For QA only, set the current request.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketPolicyRequest |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SocketPolicyProtocol.createConnection(SocketLink conn) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
ProtocolConfig.createConnection(SocketLink conn)
Create a Request object for the new thread.
|
Modifier and Type | Class and Description |
---|---|
class |
FastCgiRequest
Handles a new request from a FastCGI connection.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
FastCgiProtocol.createConnection(SocketLink conn)
Create a FastCgiRequest object for the new thread.
|
Modifier and Type | Class and Description |
---|---|
class |
HmuxRequest
Handles requests from a remote dispatcher.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HmuxProtocol.createConnection(SocketLink conn)
Create a HmuxRequest object for the new thread.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpRequest
Abstract request implementing methods common to the different
request implementations.
|
class |
CompileRequest
Handles a compiling request.
|
class |
HttpRequest
Handles a new request from an HTTP connection.
|
class |
StubSessionContextRequest
Used when there isn't any actual request object, e.g.
|
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
HttpProtocol.createConnection(SocketLink conn)
Create a HttpRequest object for the new thread.
|
Modifier and Type | Class and Description |
---|---|
class |
SnmpRequest |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SnmpProtocol.createConnection(SocketLink connection) |
Modifier and Type | Method and Description |
---|---|
ProtocolConnection |
SpdyServerProtocol.createConnection(SocketLink link) |