Uses of Class
org.miaixz.bus.http.Httpd
Packages that use Httpd
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.Provides the implementation of the WebSocket protocol (RFC 6455) for creating and managing WebSocket connections.
-
Uses of Httpd in org.miaixz.bus.http
Fields in org.miaixz.bus.http declared as HttpdModifier and TypeFieldDescriptionfinal HttpdRealCall.clientThe HTTP client that created this call.Methods in org.miaixz.bus.http that return HttpdModifier and TypeMethodDescriptionHttpd.Builder.build()Builds a newHttpdinstance with the configured settings.Httpz.Client.getHttpd()Gets the currentHttpdclient.Httpv.Builder.httpd()Httpv.httpd()Gets the underlyingHttpdclient.Methods in org.miaixz.bus.http with parameters of type HttpdModifier and TypeMethodDescriptionstatic voidCancels requests with a specific tag for a specific client.static voidCancels all queued or running requests for a specific client.static HttpBuilderHttpz.newBuilder(Httpd client) Creates a newHttpBuilderinstance using the specified client.voidSets theHttpdclient.Constructors in org.miaixz.bus.http with parameters of type Httpd -
Uses of Httpd in org.miaixz.bus.http.accord
Fields in org.miaixz.bus.http.accord declared as HttpdConstructors in org.miaixz.bus.http.accord with parameters of type HttpdModifierConstructorDescriptionConnectInterceptor(Httpd httpd) Constructs a new ConnectInterceptor.Transmitter(Httpd client, NewCall call) -
Uses of Httpd in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type HttpdModifier and TypeMethodDescriptionabstract NewCallInternal.newWebSocketCall(Httpd client, Request request) Creates a new WebSocket call. -
Uses of Httpd in org.miaixz.bus.http.metric.http
Constructors in org.miaixz.bus.http.metric.http with parameters of type HttpdModifierConstructorDescriptionHttp1Codec(Httpd httpd, RealConnection realConnection, org.miaixz.bus.core.io.source.BufferSource source, org.miaixz.bus.core.io.sink.BufferSink sink) Http2Codec(Httpd client, RealConnection realConnection, NewChain chain, Http2Connection connection) Constructs a new Http2Codec.RetryAndFollowUp(Httpd httpd) -
Uses of Httpd in org.miaixz.bus.http.plugin.httpz
Fields in org.miaixz.bus.http.plugin.httpz declared as HttpdMethods in org.miaixz.bus.http.plugin.httpz with parameters of type HttpdModifier and TypeMethodDescriptionBuilds aRequestCall, which is the executable representation of this request.Constructors in org.miaixz.bus.http.plugin.httpz with parameters of type HttpdModifierConstructorDescriptionDeleteBuilder(Httpd httpd) Constructs a newDeleteBuilder.GetBuilder(Httpd httpd) Constructs a newGetBuilder.HeadBuilder(Httpd httpd) Constructs a newHeadBuilder.HttpBuilder(Httpd httpd) Creates a new builder based on the configuration of an existingHttpdclient.PostBuilder(Httpd httpd) Constructs a newPostBuilder.PutBuilder(Httpd httpd) Constructs a newPutBuilder.RequestBuilder(Httpd httpd) Constructs a new RequestBuilder.RequestCall(HttpRequest request, Httpd httpd) Constructs a new RequestCall. -
Uses of Httpd in org.miaixz.bus.http.socket
Methods in org.miaixz.bus.http.socket with parameters of type Httpd