模块 org.redkale

类 HttpResponse.HttpResponseConfig

  • 封闭类:
    HttpResponse

    public static class HttpResponse.HttpResponseConfig
    extends Object
    • 字段详细资料

      • plainContentType

        public String plainContentType
      • jsonContentType

        public String jsonContentType
      • plainContentTypeBytes

        public byte[] plainContentTypeBytes
      • jsonContentTypeBytes

        public byte[] jsonContentTypeBytes
      • defaultAddHeaders

        public String[][] defaultAddHeaders
      • defaultSetHeaders

        public String[][] defaultSetHeaders
      • autoOptions

        public boolean autoOptions
      • dateSupplier

        public Supplier<byte[]> dateSupplier
      • renderConfig

        public AnyValue renderConfig
      • plainLiveContentLengthArray

        public final byte[][] plainLiveContentLengthArray
      • jsonLiveContentLengthArray

        public final byte[][] jsonLiveContentLengthArray
      • plainCloseContentLengthArray

        public final byte[][] plainCloseContentLengthArray
      • jsonCloseContentLengthArray

        public final byte[][] jsonCloseContentLengthArray
    • 构造器详细资料

      • HttpResponseConfig

        public HttpResponseConfig()