Uses of Class
org.apache.http.impl.nio.reactor.ListenerEndpointImpl
-
Packages that use ListenerEndpointImpl Package Description org.apache.http.impl.nio.reactor 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 ListenerEndpointImpl Modifier and Type Field Description private java.util.Set<ListenerEndpointImpl>
DefaultListeningIOReactor. endpoints
private java.util.Queue<ListenerEndpointImpl>
DefaultListeningIOReactor. requestQueue
Methods in org.apache.http.impl.nio.reactor that return ListenerEndpointImpl Modifier and Type Method Description private ListenerEndpointImpl
DefaultListeningIOReactor. createEndpoint(java.net.SocketAddress address)
-