| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.magic | |
| org.aoju.bus.http.metric | |
| org.aoju.bus.http.metric.http | |
| org.aoju.bus.http.socket |
| Modifier and Type | Class and Description |
|---|---|
class |
Httpx
发送HTTP请求辅助类
|
| Modifier and Type | Method and Description |
|---|---|
Httpd |
Httpd.Builder.build() |
Httpd |
Httpz.Client.getHttpd() |
| Modifier and Type | Method and Description |
|---|---|
static HttpBuilder |
Httpz.newBuilder(Httpd client) |
abstract NewCall |
Builder.newWebSocketCall(Httpd client,
Request request) |
void |
Httpz.Client.setHttpd(Httpd httpd) |
| Constructor and Description |
|---|
Client(Httpd httpd) |
| Modifier and Type | Field and Description |
|---|---|
Httpd |
ConnectInterceptor.httpd |
| Modifier and Type | Method and Description |
|---|---|
HttpCodec |
RealConnection.newCodec(Httpd client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(Httpd client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
| Constructor and Description |
|---|
ConnectInterceptor(Httpd httpd) |
| Modifier and Type | Field and Description |
|---|---|
protected Httpd |
RequestBuilder.httpd |
| Modifier and Type | Method and Description |
|---|---|
RequestCall |
HttpRequest.build(Httpd httpd) |
| Constructor and Description |
|---|
GetBuilder(Httpd httpd) |
HttpBuilder(Httpd httpd) |
PostBuilder(Httpd httpd) |
PutBuilder(Httpd httpd) |
RequestBuilder(Httpd httpd) |
RequestCall(HttpRequest request,
Httpd httpd) |
| Modifier and Type | Method and Description |
|---|---|
Httpd |
DnsOverHttps.client() |
| Modifier and Type | Method and Description |
|---|---|
DnsOverHttps.Builder |
DnsOverHttps.Builder.client(Httpd client) |
| Constructor and Description |
|---|
Http1Codec(Httpd client,
StreamAllocation streamAllocation,
BufferSource source,
BufferSink sink) |
Http2Codec(Httpd client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
HttpsURLConnection(URL url,
Httpd client) |
HttpsURLConnection(URL url,
Httpd client,
Interceptor filter) |
HttpURLConnection(URL url,
Httpd client) |
HttpURLConnection(URL url,
Httpd client,
Interceptor urlFilter) |
RetryAndFollowUp(Httpd client,
boolean forWebSocket) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealWebSocket.connect(Httpd client) |
Copyright © 2020. All rights reserved.