Uses of Interface
org.miaixz.bus.http.metric.EventListener.Factory
Packages that use EventListener.Factory
Package
Description
An HTTP client for Java applications.
Provides internal metrics and standards for the HTTP client.
-
Uses of EventListener.Factory in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return EventListener.FactoryModifier and TypeMethodDescriptionHttpd.eventListenerFactory()Returns the factory for creating event listeners.Methods in org.miaixz.bus.http with parameters of type EventListener.FactoryModifier and TypeMethodDescriptionHttpd.Builder.eventListenerFactory(EventListener.Factory eventListenerFactory) Sets the factory for creating event listeners. -
Uses of EventListener.Factory in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return EventListener.FactoryModifier and TypeMethodDescriptionstatic EventListener.FactoryEventListener.factory(EventListener listener) Creates a factory that returns the same listener instance for all calls.