Uses of Class
org.miaixz.bus.http.metric.EventListener
Packages that use EventListener
Package
Description
Java应用的HTTP客户端
-
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) 配置单个客户机作用域侦听器,该侦听器将接收此客户机的所有分析事件. -
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) 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 TypeMethodDescription为特定的NewCall创建EventListener的实例。 返回的EventListener实例将在call的生命周期中使用 此方法在创建call之后调用。查看# newCall(请求)对实现来说,在这个方法的call实例上发出任何变化操作都是错误的Methods in org.miaixz.bus.http.metric with parameters of type EventListenerModifier and TypeMethodDescriptionstatic EventListener.FactoryEventListener.factory(EventListener listener)