Uses of Class
org.apache.http.impl.nio.reactor.ListenerEndpointImpl
Packages that use ListenerEndpointImpl
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of ListenerEndpointImpl in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor with type parameters of type ListenerEndpointImplModifier and TypeFieldDescriptionprivate final Set<ListenerEndpointImpl>
DefaultListeningIOReactor.endpoints
private final Queue<ListenerEndpointImpl>
DefaultListeningIOReactor.requestQueue
Methods in org.apache.http.impl.nio.reactor that return ListenerEndpointImplModifier and TypeMethodDescriptionprivate ListenerEndpointImpl
DefaultListeningIOReactor.createEndpoint
(SocketAddress address)