Modifier and Type | Method and Description |
---|---|
HttpRequestPacket |
HttpRequestPacket.Builder.build()
Build the HttpRequestPacket message.
|
HttpRequestPacket |
HttpResponsePacket.getRequest() |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpBaseFilter.bind(HttpRequestPacket request,
HttpResponsePacket response)
Binds
HttpRequestPacket and HttpResponsePacket objects. |
static HttpResponsePacket.Builder |
HttpResponsePacket.builder(HttpRequestPacket request)
Returns
HttpResponsePacket builder. |
void |
HttpResponsePacket.setRequest(HttpRequestPacket request)
Associates the request that triggered this response.
|
Constructor and Description |
---|
HttpResponsePacket.Builder(HttpRequestPacket request) |
Modifier and Type | Class and Description |
---|---|
class |
AjpHttpRequest
HttpRequestPacket implementation, which also contains AJP
related meta data. |
Modifier and Type | Field and Description |
---|---|
protected HttpRequestPacket |
Request.request
HTTP Request Packet
|
Modifier and Type | Method and Description |
---|---|
HttpRequestPacket |
Request.getRequest()
Get the Coyote request.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.initialize(HttpRequestPacket request,
FilterChainContext ctx,
HttpServerFilter httpServerFilter) |
Modifier and Type | Method and Description |
---|---|
FileCache.CacheResult |
FileCache.add(HttpRequestPacket request,
File cacheFile)
Add a resource to the cache.
|
protected boolean |
FileCache.checkIfHeaders(FileCacheEntry entry,
HttpRequestPacket request)
Check if the conditions specified in the optional If headers are
satisfied.
|
protected boolean |
FileCache.checkIfMatch(FileCacheEntry entry,
HttpRequestPacket request)
Check if the if-match condition is satisfied.
|
protected boolean |
FileCache.checkIfUnmodifiedSince(FileCacheEntry entry,
HttpRequestPacket request)
Check if the if-unmodified-since condition is satisfied.
|
static LazyFileCacheKey |
LazyFileCacheKey.create(HttpRequestPacket request) |
HttpPacket |
FileCache.get(HttpRequestPacket request)
Send the cache.
|
protected HttpPacket |
FileCache.makeResponse(FileCacheEntry entry,
HttpRequestPacket request)
Send the cached resource.
|
protected static void |
FileCache.notifyProbesEntryMissed(FileCache fileCache,
HttpRequestPacket request)
Notify registered
FileCacheProbe s about the "entry missed" event. |
Modifier and Type | Method and Description |
---|---|
static void |
HttpCodecUtils.parseHost(DataChunk hostDC,
HttpRequestPacket request,
HttpResponsePacket response,
ProcessingState state) |
Modifier and Type | Method and Description |
---|---|
protected static HttpResponsePacket |
BaseWebSocketFilter.composeHandshakeError(HttpRequestPacket request,
HandshakeException e) |
WebSocket |
WebSocketApplication.createSocket(ProtocolHandler handler,
HttpRequestPacket requestPacket,
WebSocketListener... listeners)
Factory method to create new
WebSocket instances. |
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request) |
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request,
boolean checkPrivateMapper) |
boolean |
WebSocketApplication.isApplicationRequest(HttpRequestPacket request)
Deprecated.
URI mapping shouldn't be intrinsic to the application.
WebSocketApplications should be registered using
WebSocketEngine.register(String, String, WebSocketApplication)
using standard Servlet url-pattern rules. |
boolean |
WebSocketApplication.upgrade(HttpRequestPacket request)
Checks protocol specific information can and should be upgraded.
|
Constructor and Description |
---|
DefaultWebSocket(ProtocolHandler protocolHandler,
HttpRequestPacket request,
WebSocketListener... listeners) |
HandShake(HttpRequestPacket request) |
Constructor and Description |
---|
HandShake06(HttpRequestPacket request) |
Constructor and Description |
---|
HandShake07(HttpRequestPacket request) |
Constructor and Description |
---|
HandShake08(HttpRequestPacket request) |
Constructor and Description |
---|
HandShake17(HttpRequestPacket request) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.