Package org.glassfish.grizzly.http.ajp
Class AjpConstants
java.lang.Object
org.glassfish.grizzly.http.ajp.AjpConstants
Common class for the AJP Protocol values
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSize of basic packet headerstatic final byteMessage code for a CPing requeststatic final byteResponse code to reply to a CPingstatic final byteMessage code for a Data chunk (not in standard, just for convenience)static final byteResponse code for EOTstatic final byteMessage code for initial Request packetstatic final byteResponse code to request the next Request body chunkstatic final byteMessage code for a Ping request (obsolete)static final byteResponse code that the package is part of the Response bodystatic final byteResponse code that the package is the HTTP headersstatic final byteMessage code for a request to shutdown Tomcatstatic final intMaximum Total byte size for a AJP packetstatic final intMaximum Total byte size for a AJP packet defined in the specstatic final byteTerminates list of attributesstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byteRequest Attribute is passed as a Stringstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final intRequest Method is passed as a Stringstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final shortMaximum size of data that can be sent in one packet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JK_AJP13_FORWARD_REQUEST
public static final byte JK_AJP13_FORWARD_REQUESTMessage code for initial Request packet- See Also:
-
JK_AJP13_SHUTDOWN
public static final byte JK_AJP13_SHUTDOWNMessage code for a request to shutdown Tomcat- See Also:
-
JK_AJP13_PING_REQUEST
public static final byte JK_AJP13_PING_REQUESTMessage code for a Ping request (obsolete)- See Also:
-
JK_AJP13_CPING_REQUEST
public static final byte JK_AJP13_CPING_REQUESTMessage code for a CPing request- See Also:
-
JK_AJP13_DATA
public static final byte JK_AJP13_DATAMessage code for a Data chunk (not in standard, just for convenience)- See Also:
-
JK_AJP13_SEND_BODY_CHUNK
public static final byte JK_AJP13_SEND_BODY_CHUNKResponse code that the package is part of the Response body- See Also:
-
JK_AJP13_SEND_HEADERS
public static final byte JK_AJP13_SEND_HEADERSResponse code that the package is the HTTP headers- See Also:
-
JK_AJP13_END_RESPONSE
public static final byte JK_AJP13_END_RESPONSEResponse code for EOT- See Also:
-
JK_AJP13_GET_BODY_CHUNK
public static final byte JK_AJP13_GET_BODY_CHUNKResponse code to request the next Request body chunk- See Also:
-
JK_AJP13_CPONG_REPLY
public static final byte JK_AJP13_CPONG_REPLYResponse code to reply to a CPing- See Also:
-
SC_RESP_CONTENT_TYPE
public static final int SC_RESP_CONTENT_TYPE- See Also:
-
SC_RESP_CONTENT_LANGUAGE
public static final int SC_RESP_CONTENT_LANGUAGE- See Also:
-
SC_RESP_CONTENT_LENGTH
public static final int SC_RESP_CONTENT_LENGTH- See Also:
-
SC_RESP_DATE
public static final int SC_RESP_DATE- See Also:
-
SC_RESP_LAST_MODIFIED
public static final int SC_RESP_LAST_MODIFIED- See Also:
-
SC_RESP_LOCATION
public static final int SC_RESP_LOCATION- See Also:
-
SC_RESP_SET_COOKIE
public static final int SC_RESP_SET_COOKIE- See Also:
-
SC_RESP_SET_COOKIE2
public static final int SC_RESP_SET_COOKIE2- See Also:
-
SC_RESP_SERVLET_ENGINE
public static final int SC_RESP_SERVLET_ENGINE- See Also:
-
SC_RESP_STATUS
public static final int SC_RESP_STATUS- See Also:
-
SC_RESP_WWW_AUTHENTICATE
public static final int SC_RESP_WWW_AUTHENTICATE- See Also:
-
SC_A_CONTEXT
public static final byte SC_A_CONTEXT- See Also:
-
SC_A_SERVLET_PATH
public static final byte SC_A_SERVLET_PATH- See Also:
-
SC_A_REMOTE_USER
public static final byte SC_A_REMOTE_USER- See Also:
-
SC_A_AUTH_TYPE
public static final byte SC_A_AUTH_TYPE- See Also:
-
SC_A_QUERY_STRING
public static final byte SC_A_QUERY_STRING- See Also:
-
SC_A_JVM_ROUTE
public static final byte SC_A_JVM_ROUTE- See Also:
-
SC_A_SSL_CERT
public static final byte SC_A_SSL_CERT- See Also:
-
SC_A_SSL_CIPHER
public static final byte SC_A_SSL_CIPHER- See Also:
-
SC_A_SSL_SESSION
public static final byte SC_A_SSL_SESSION- See Also:
-
SC_A_SSL_KEYSIZE
public static final byte SC_A_SSL_KEYSIZE- See Also:
-
SC_A_SECRET
public static final byte SC_A_SECRET- See Also:
-
SC_A_STORED_METHOD
public static final byte SC_A_STORED_METHOD- See Also:
-
SC_A_REQ_ATTRIBUTE
public static final byte SC_A_REQ_ATTRIBUTERequest Attribute is passed as a String- See Also:
-
SC_A_ARE_DONE
public static final byte SC_A_ARE_DONETerminates list of attributes- See Also:
-
SC_M_JK_STORED
public static final int SC_M_JK_STOREDRequest Method is passed as a String- See Also:
-
SC_REQ_ACCEPT
public static final int SC_REQ_ACCEPT- See Also:
-
SC_REQ_ACCEPT_CHARSET
public static final int SC_REQ_ACCEPT_CHARSET- See Also:
-
SC_REQ_ACCEPT_ENCODING
public static final int SC_REQ_ACCEPT_ENCODING- See Also:
-
SC_REQ_ACCEPT_LANGUAGE
public static final int SC_REQ_ACCEPT_LANGUAGE- See Also:
-
SC_REQ_AUTHORIZATION
public static final int SC_REQ_AUTHORIZATION- See Also:
-
SC_REQ_CONNECTION
public static final int SC_REQ_CONNECTION- See Also:
-
SC_REQ_CONTENT_TYPE
public static final int SC_REQ_CONTENT_TYPE- See Also:
-
SC_REQ_CONTENT_LENGTH
public static final int SC_REQ_CONTENT_LENGTH- See Also:
-
SC_REQ_COOKIE
public static final int SC_REQ_COOKIE- See Also:
-
SC_REQ_COOKIE2
public static final int SC_REQ_COOKIE2- See Also:
-
SC_REQ_HOST
public static final int SC_REQ_HOST- See Also:
-
SC_REQ_PRAGMA
public static final int SC_REQ_PRAGMA- See Also:
-
SC_REQ_REFERER
public static final int SC_REQ_REFERER- See Also:
-
SC_REQ_USER_AGENT
public static final int SC_REQ_USER_AGENT- See Also:
-
SC_A_SSL_KEY_SIZE
public static final byte SC_A_SSL_KEY_SIZE- See Also:
-
MAX_SPEC_PACKET_SIZE
public static final int MAX_SPEC_PACKET_SIZEMaximum Total byte size for a AJP packet defined in the spec- See Also:
-
MAX_PACKET_SIZE
public static final int MAX_PACKET_SIZEMaximum Total byte size for a AJP packet -
H_SIZE
public static final int H_SIZESize of basic packet header- See Also:
-
SUGGESTED_MAX_PAYLOAD_SIZE
public static final short SUGGESTED_MAX_PAYLOAD_SIZEMaximum size of data that can be sent in one packet- See Also:
-
-
Constructor Details
-
AjpConstants
public AjpConstants()
-