Uses of Interface
org.apache.http.nio.protocol.EventListener
-
Packages that use EventListener Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of EventListener in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as EventListener Modifier and Type Field Description protected EventListenerNHttpHandlerBase. eventListenerDeprecated.Methods in org.apache.http.nio.protocol with parameters of type EventListener Modifier and Type Method Description voidBufferingHttpClientHandler. setEventListener(EventListener eventListener)Deprecated.voidBufferingHttpServiceHandler. setEventListener(EventListener eventListener)Deprecated.voidNHttpHandlerBase. setEventListener(EventListener eventListener)Deprecated.
-