Uses of Class
org.miaixz.bus.http.metric.EventListener
Packages that use EventListener
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.
-
Uses of EventListener in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type EventListenerModifier and TypeMethodDescriptionHttpd.Builder.eventListener(EventListener eventListener) Sets the event listener for monitoring request lifecycle events. -
Uses of EventListener in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord with parameters of type EventListenerModifier and TypeMethodDescriptionvoidRealConnection.connect(int connectTimeout, int readTimeout, int writeTimeout, int pingIntervalMillis, boolean connectionRetryEnabled, NewCall call, EventListener eventListener) Establishes a connection to the target server.Constructors in org.miaixz.bus.http.accord with parameters of type EventListenerModifierConstructorDescriptionExchange(Transmitter transmitter, NewCall call, EventListener eventListener, org.miaixz.bus.http.accord.ExchangeFinder finder, HttpCodec codec) RouteSelector(Address address, RouteDatabase routeDatabase, NewCall call, EventListener eventListener) -
Uses of EventListener in org.miaixz.bus.http.metric
Fields in org.miaixz.bus.http.metric declared as EventListenerMethods in org.miaixz.bus.http.metric that return EventListenerModifier and TypeMethodDescriptionCreates an instance of theEventListenerfor a specificNewCall.Methods in org.miaixz.bus.http.metric with parameters of type EventListenerModifier and TypeMethodDescriptionstatic EventListener.FactoryEventListener.factory(EventListener listener) Creates a factory that returns the same listener instance for all calls.