public abstract class AbstractAsyncHttp extends Object implements AsyncHttp
| Modifier and Type | Field and Description |
|---|---|
protected HttpHeader |
header |
protected HttpConfig |
httpConfig |
| Constructor and Description |
|---|
AbstractAsyncHttp(HttpConfig httpConfig) |
| Modifier and Type | Method and Description |
|---|---|
HttpConfig |
getHttpConfig() |
AbstractAsyncHttp |
setHeader(HttpHeader header) |
AbstractAsyncHttp |
setHttpConfig(HttpConfig httpConfig) |
protected HttpConfig httpConfig
protected HttpHeader header
public AbstractAsyncHttp(HttpConfig httpConfig)
public HttpConfig getHttpConfig()
public AbstractAsyncHttp setHttpConfig(HttpConfig httpConfig)
public AbstractAsyncHttp setHeader(HttpHeader header)
Copyright © 2022. All rights reserved.