Modifier and Type | Class and Description |
---|---|
static class |
Http1Config.Builder |
Modifier and Type | Field and Description |
---|---|
static Http1Config |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static Http1Config.Builder |
copy(Http1Config config) |
static Http1Config.Builder |
custom() |
int |
getBufferSize() |
int |
getChunkSizeHint() |
int |
getInitialWindowSize() |
int |
getMaxEmptyLineCount() |
int |
getMaxHeaderCount() |
int |
getMaxLineLength() |
HttpVersion |
getVersion()
The effective protocol level expressed by the minor version of HTTP/1.x.
|
Timeout |
getWaitForContinueTimeout() |
String |
toString() |
public static final Http1Config DEFAULT
public HttpVersion getVersion()
public int getBufferSize()
public int getChunkSizeHint()
public Timeout getWaitForContinueTimeout()
public int getMaxLineLength()
public int getMaxHeaderCount()
public int getMaxEmptyLineCount()
public int getInitialWindowSize()
public static Http1Config.Builder custom()
public static Http1Config.Builder copy(Http1Config config)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.