All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
Http |
auth(HttpAuth auth) |
Http |
binary(byte[] bytes) |
default Http |
binary(ByteBuffer binary) |
Http |
charset(Charset charset) |
Http |
config(EoHttpConfig config) |
Http |
contentType(String contentType) |
Http |
cookie(String name,
String value) |
default Http |
encode() |
Http |
encode(boolean encode) |
HttpPromise |
enqueue() |
HttpPromise |
enqueue(Chunk chunk) |
Http |
executor(EoExecutor executor) |
Http |
handler(IHttpHandler handler) |
default Http |
header(Collection<HttpHeader> headers) |
Http |
header(HttpHeader header) |
default Http |
header(HttpHeader[] headers) |
default Http |
header(String name,
String value) |
Http |
method(HttpMethod method) |
default Http |
para(Collection<HttpPara> paras) |
default Http |
para(HttpPara... paras) |
default Http |
para(HttpPara para) |
Http |
para(Path path) |
Http |
para(String name,
Collection values) |
Http |
para(String name,
Object... values) |
Http |
para(String name,
Object value) |
Http |
para(String name,
Path path) |
Http |
para(String name,
String filename,
byte[] bytes) |
Http |
proxy(HttpProxy proxy) |
default Http |
proxy(String host,
int port) |
default Http |
proxy(String host,
int port,
String user) |
default Http |
proxy(String host,
int port,
String user,
String passwd) |
default Http |
raw(String raw) |
Http |
raw(String raw,
String contentType) |
Http |
reporter(IHttpReporter reporter) |
static Http |
request() |
static Http |
request(EoUrl url) |
static Http |
request(HttpMethod method,
EoUrl url) |
static Http |
request(HttpMethod method,
String url) |
static Http |
request(String url) |
default Http |
traditional() |
Http |
traditional(boolean traditional) |
Http |
url(EoUrl url) |
default Http |
url(String url) |
static Http |
use() |
static Http |
use(EoHttp http) |