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