Class AjpHttpResponse

java.lang.Object
org.glassfish.grizzly.http.HttpPacket
org.glassfish.grizzly.http.HttpHeader
org.glassfish.grizzly.http.HttpResponsePacket
org.glassfish.grizzly.http.ajp.AjpHttpResponse
All Implemented Interfaces:
org.glassfish.grizzly.attributes.AttributeStorage, org.glassfish.grizzly.Cacheable, org.glassfish.grizzly.http.MimeHeadersPacket

public final class AjpHttpResponse extends org.glassfish.grizzly.http.HttpResponsePacket
HttpResponsePacket implementation, which also contains AJP related meta data.
Author:
Alexey Stashok
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.glassfish.grizzly.http.HttpResponsePacket

    org.glassfish.grizzly.http.HttpResponsePacket.Builder
  • Field Summary

    Fields inherited from class org.glassfish.grizzly.http.HttpResponsePacket

    httpStatus

    Fields inherited from class org.glassfish.grizzly.http.HttpHeader

    contentLength, contentType, headers, isChunked, isCommitted, isContentBroken, isExpectContent, isSkipRemainder, parsedProtocol, protocolC, secure, upgrade
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.glassfish.grizzly.http.ProcessingState
     

    Methods inherited from class org.glassfish.grizzly.http.HttpResponsePacket

    acknowledged, builder, getContentLanguage, getHttpStatus, getLocale, getReasonPhrase, getReasonPhraseDC, getReasonPhraseRawDC, getRequest, getStatus, isAcknowledgement, isAllowCustomReasonPhrase, isCustomReasonPhraseSet, isHtmlEncodingCustomReasonPhrase, isRequest, reset, setAcknowledgement, setAllowCustomReasonPhrase, setContentLanguage, setContentLengthLong, setHtmlEncodingCustomReasonPhrase, setLocale, setReasonPhrase, setReasonPhrase, setRequest, setStatus, setStatus, toString

    Methods inherited from class org.glassfish.grizzly.http.HttpHeader

    addContentEncoding, addHeader, addHeader, addHeader, addHeader, containsHeader, containsHeader, extractContentEncoding, flushSpecialHeaders, getAttributes, getCharacterEncoding, getContentEncodings, getContentEncodings, getContentLength, getContentType, getContentTypeHolder, getHeader, getHeader, getHeaders, getHttpHeader, getParsingState, getProtocol, getProtocolDC, getProtocolString, getTempHeaderEncodingBuffer, getTransferEncoding, getUpgrade, getUpgradeDC, httpContentBuilder, httpTrailerBuilder, isChunked, isChunkingAllowed, isCommitted, isContentBroken, isContentEncodingsSelected, isContentTypeSet, isExpectContent, isHeader, isIgnoreContentModifiers, isSecure, isSkipRemainder, isUpgrade, makeContentLengthHeader, makeTransferEncodingHeader, makeUpgradeHeader, recycle, setCharacterEncoding, setChunked, setChunkingAllowed, setCommitted, setContentBroken, setContentEncodingsSelected, setContentLength, setContentType, setContentType, setExpectContent, setHeader, setHeader, setHeader, setHeader, setIgnoreContentModifiers, setProtocol, setSecure, setSkipRemainder, setTransferEncoding, setUpgrade

    Methods inherited from class org.glassfish.grizzly.http.HttpPacket

    isHttp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AjpHttpResponse

      public AjpHttpResponse()
  • Method Details

    • getProcessingState

      public org.glassfish.grizzly.http.ProcessingState getProcessingState()
      Specified by:
      getProcessingState in class org.glassfish.grizzly.http.HttpHeader