Skip navigation links
A C D G H I J L M O R S 

A

addShutdownHandler(ShutdownHandler) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Add the ShutdownHandler, which will be called, when shutdown request received.
AjpAddOn - Class in org.glassfish.grizzly.http.ajp
Ajp AddOn for the HttpServer.
AjpAddOn() - Constructor for class org.glassfish.grizzly.http.ajp.AjpAddOn
 
AjpConstants - Class in org.glassfish.grizzly.http.ajp
Common class for the AJP Protocol values
AjpConstants() - Constructor for class org.glassfish.grizzly.http.ajp.AjpConstants
 
AjpHandlerFilter - Class in org.glassfish.grizzly.http.ajp
Filter is working as Codec between Ajp and Http packets.
AjpHandlerFilter() - Constructor for class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
 
AjpHttpRequest - Class in org.glassfish.grizzly.http.ajp
HttpRequestPacket implementation, which also contains AJP related meta data.
AjpHttpResponse - Class in org.glassfish.grizzly.http.ajp
HttpResponsePacket implementation, which also contains AJP related meta data.
AjpHttpResponse() - Constructor for class org.glassfish.grizzly.http.ajp.AjpHttpResponse
 
AjpMessageFilter - Class in org.glassfish.grizzly.http.ajp
Filter, responsible for parsing Ajp requests and making sure the request packets are complete and properly constructed.
AjpMessageFilter() - Constructor for class org.glassfish.grizzly.http.ajp.AjpMessageFilter
 

C

configure(boolean, String) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
Construct AjpAddOn
configure(Properties) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
Configure Ajp Filter using properties.
configure(Properties) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Configure Ajp Filter using properties.
create() - Static method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
createAjpHandlerFilter() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 
createAjpMessageFilter() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 

D

doParseHostHeader() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 

G

getAttribute(String) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getContentBytesRemaining() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getLocalPort() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
getProcessingState() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getProcessingState() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpResponse
 
getRemotePort() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
getSecret() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
If not null, only requests from workers with this secret keyword will be accepted.
getSecret() - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If not null, only requests from workers with this secret keyword will be accepted.

H

H_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Size of basic packet header
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Handling Http request completion event sent by Http server filter and send the Ajp end response message.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Handle the Ajp message.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpMessageFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Encoding HttpResponsePacket or HttpContent to Ajp message.

I

instanceId() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
Get the instance id (or JVM route).
isTomcatAuthentication() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
If set to true, the authentication will be done in Grizzly.
isTomcatAuthentication() - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If set to true, the authentication will be done in Grizzly.

J

JK_AJP13_CPING_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a CPing request
JK_AJP13_CPONG_REPLY - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code to reply to a CPing
JK_AJP13_DATA - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a Data chunk (not in standard, just for convenience)
JK_AJP13_END_RESPONSE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code for EOT
JK_AJP13_FORWARD_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for initial Request packet
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code to request the next Request body chunk
JK_AJP13_PING_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a Ping request (obsolete)
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code that the package is part of the Response body
JK_AJP13_SEND_HEADERS - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code that the package is the HTTP headers
JK_AJP13_SHUTDOWN - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a request to shutdown Tomcat

L

localAddr() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
localName() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest

M

MAX_PACKET_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Maximum Total byte size for a AJP packet
MAX_SPEC_PACKET_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Maximum Total byte size for a AJP packet defined in the spec

O

onShutdown(Connection) - Method in interface org.glassfish.grizzly.http.ajp.ShutdownHandler
Method is called once AjpHandlerFilter received shutdown message.
org.glassfish.grizzly.http.ajp - package org.glassfish.grizzly.http.ajp
 

R

recycle() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
remoteAddr() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
remoteHost() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
remoteHostRaw() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
removeShutdownHandler(ShutdownHandler) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Remove the ShutdownHandler.
reset() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 

S

SC_A_ARE_DONE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Terminates list of attributes
SC_A_AUTH_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_CONTEXT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_JVM_ROUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_QUERY_STRING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_REMOTE_USER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Request Attribute is passed as a String
SC_A_SECRET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SERVLET_PATH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_CERT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_CIPHER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_KEYSIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_SESSION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_STORED_METHOD - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_M_JK_STORED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Request Method is passed as a String
SC_REQ_ACCEPT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_AUTHORIZATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONNECTION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_HOST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_PRAGMA - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_REFERER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_USER_AGENT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_DATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_LOCATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SET_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_STATUS - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
setContentBytesRemaining(int) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
setSecret(String) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If not null, only requests from workers with this secret keyword will be accepted.
setTomcatAuthentication(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
/** If set to true, the authentication will be done in Grizzly.
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 
ShutdownHandler - Interface in org.glassfish.grizzly.http.ajp
Handler, which will be called, once Ajp shutdown message received.
SUGGESTED_MAX_PAYLOAD_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Maximum size of data that can be sent in one packet
A C D G H I J L M O R S 
Skip navigation links

Copyright © 2018 Oracle Corporation. All Rights Reserved.