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 EventListenerMethods in org.miaixz.bus.http.metric with parameters of type EventListenerModifier and TypeMethodDescriptionstatic EventListener.FactoryEventListener.factory(EventListener listener)