public abstract class AbstractSimpleHttp extends Object implements SimpleHttp
| Modifier and Type | Field and Description |
|---|---|
protected HttpHeader |
header |
protected HttpConfig |
httpConfig |
| Constructor and Description |
|---|
AbstractSimpleHttp(HttpConfig httpConfig) |
| Modifier and Type | Method and Description |
|---|---|
HttpConfig |
getHttpConfig() |
AbstractSimpleHttp |
setHeader(HttpHeader header)
set Http header
|
AbstractSimpleHttp |
setHttpConfig(HttpConfig httpConfig)
set http config
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, get, post, post, post, postFile, postFile, postFormFile, postFormFile, postFormStr, postFormStrprotected HttpConfig httpConfig
protected HttpHeader header
public AbstractSimpleHttp(HttpConfig httpConfig)
public HttpConfig getHttpConfig()
public AbstractSimpleHttp setHttpConfig(HttpConfig httpConfig)
httpConfig - http configpublic AbstractSimpleHttp setHeader(HttpHeader header)
header - http headerCopyright © 2023. All rights reserved.