Class HttpGenerator.PreparedResponse

  • Enclosing class:
    HttpGenerator

    private static class HttpGenerator.PreparedResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] _reason  
      (package private) byte[] _responseLine  
      (package private) byte[] _schemeCode  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PreparedResponse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _reason

        byte[] _reason
      • _schemeCode

        byte[] _schemeCode
      • _responseLine

        byte[] _responseLine
    • Constructor Detail

      • PreparedResponse

        private PreparedResponse()