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.endpointsprivate final Queue<ListenerEndpointImpl>DefaultListeningIOReactor.requestQueueMethods in org.apache.http.impl.nio.reactor that return ListenerEndpointImplModifier and TypeMethodDescriptionprivate ListenerEndpointImplDefaultListeningIOReactor.createEndpoint(SocketAddress address)