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 EventListener
NHttpHandlerBase. eventListener
Deprecated.Methods in org.apache.http.nio.protocol with parameters of type EventListener Modifier and Type Method Description void
BufferingHttpClientHandler. setEventListener(EventListener eventListener)
Deprecated.void
BufferingHttpServiceHandler. setEventListener(EventListener eventListener)
Deprecated.void
NHttpHandlerBase. setEventListener(EventListener eventListener)
Deprecated.
-