Uses of Interface
org.apache.http.nio.reactor.ListenerEndpoint
Packages that use ListenerEndpoint
Package
Description
Embedded non-blocking server and server bootstrap.
Default implementation of event driven network communication APIs
based on Java NIO.
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
-
Uses of ListenerEndpoint in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as ListenerEndpointMethods in org.apache.http.impl.nio.bootstrap that return ListenerEndpoint -
Uses of ListenerEndpoint in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement ListenerEndpointMethods in org.apache.http.impl.nio.reactor that return ListenerEndpointMethods in org.apache.http.impl.nio.reactor that return types with arguments of type ListenerEndpointMethods in org.apache.http.impl.nio.reactor with parameters of type ListenerEndpointModifier and TypeMethodDescriptionvoid
ListenerEndpointClosedCallback.endpointClosed
(ListenerEndpoint endpoint) -
Uses of ListenerEndpoint in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor that return ListenerEndpointModifier and TypeMethodDescriptionListeningIOReactor.listen
(SocketAddress address) Opens a new listener endpoint with the given socket address.Methods in org.apache.http.nio.reactor that return types with arguments of type ListenerEndpointModifier and TypeMethodDescriptionListeningIOReactor.getEndpoints()
Returns a set of endpoints for this I/O reactor.