public class HttpRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BODY_BUFFER_SIZE |
Constructor and Description |
---|
HttpRequestOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getBodyBufferSize() |
void |
setBodyBufferSize(int bodyBufferSize) |
HttpRequestOptions |
withBodyBufferSize(int bodyBufferSize) |
public static final int DEFAULT_BODY_BUFFER_SIZE
public int getBodyBufferSize()
public void setBodyBufferSize(int bodyBufferSize)
public HttpRequestOptions withBodyBufferSize(int bodyBufferSize)
Copyright © 2019. All rights reserved.