- java.lang.Object
-
- org.redkale.net.http.HttpResponse.HttpResponseConfig
-
- 封闭类:
- HttpResponse
public static class HttpResponse.HttpResponseConfig extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 boolean
autoOptions
Supplier<byte[]>
dateSupplier
String[][]
defaultAddHeaders
HttpCookie
defaultCookie
String[][]
defaultSetHeaders
HttpRender
httpRender
byte[][]
jsonCloseContentLengthArray
String
jsonContentType
byte[]
jsonContentTypeBytes
byte[][]
jsonLiveContentLengthArray
byte[][]
plainCloseContentLengthArray
String
plainContentType
byte[]
plainContentTypeBytes
byte[][]
plainLiveContentLengthArray
AnyValue
renderConfig
-
构造器概要
构造器 构造器 说明 HttpResponseConfig()
-
-
-
字段详细资料
-
plainContentType
public String plainContentType
-
jsonContentType
public String jsonContentType
-
plainContentTypeBytes
public byte[] plainContentTypeBytes
-
jsonContentTypeBytes
public byte[] jsonContentTypeBytes
-
defaultAddHeaders
public String[][] defaultAddHeaders
-
defaultSetHeaders
public String[][] defaultSetHeaders
-
defaultCookie
public HttpCookie defaultCookie
-
autoOptions
public boolean autoOptions
-
dateSupplier
public Supplier<byte[]> dateSupplier
-
httpRender
public HttpRender httpRender
-
renderConfig
public AnyValue renderConfig
-
plainLiveContentLengthArray
public final byte[][] plainLiveContentLengthArray
-
jsonLiveContentLengthArray
public final byte[][] jsonLiveContentLengthArray
-
plainCloseContentLengthArray
public final byte[][] plainCloseContentLengthArray
-
jsonCloseContentLengthArray
public final byte[][] jsonCloseContentLengthArray
-
-
方法详细资料
-
init
public HttpResponse.HttpResponseConfig init(AnyValue config)
-
-