Class ICAPResponse

    • Method Detail

      • getProtocol

        public String getProtocol()
      • getVersion

        public String getVersion()
      • getStatus

        public int getStatus()
      • getMessage

        public String getMessage()
      • recoverStatusLine

        public String recoverStatusLine()
      • getHeaders

        public Set<String> getHeaders()
      • containHeaderValue

        public boolean containHeaderValue​(String header,
                                          String content)
      • getIntegerHeader

        public int getIntegerHeader​(String header)
      • getHttpRequestHeader

        public byte[] getHttpRequestHeader()
      • getHttpRawRequestBody

        public byte[] getHttpRawRequestBody()
      • getHttpShrinkRequestBody

        public byte[] getHttpShrinkRequestBody()
      • getHttpResponseHeader

        public byte[] getHttpResponseHeader()
      • getHttpRawResponseBody

        public byte[] getHttpRawResponseBody()
      • getHttpShrinkResponseBody

        public byte[] getHttpShrinkResponseBody()