|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListenerEndpoint | |
---|---|
org.apache.http.impl.nio.reactor | Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
org.apache.http.nio.reactor | API for event driven NIO based on Doug Lea's reactor pattern. |
Uses of ListenerEndpoint in org.apache.http.impl.nio.reactor |
---|
Classes in org.apache.http.impl.nio.reactor that implement ListenerEndpoint | |
---|---|
class |
ListenerEndpointImpl
Default implementation of ListenerEndpoint . |
Methods in org.apache.http.impl.nio.reactor that return ListenerEndpoint | |
---|---|
ListenerEndpoint |
DefaultListeningIOReactor.listen(java.net.SocketAddress address)
|
Methods in org.apache.http.impl.nio.reactor that return types with arguments of type ListenerEndpoint | |
---|---|
java.util.Set<ListenerEndpoint> |
DefaultListeningIOReactor.getEndpoints()
|
Methods in org.apache.http.impl.nio.reactor with parameters of type ListenerEndpoint | |
---|---|
void |
ListenerEndpointClosedCallback.endpointClosed(ListenerEndpoint endpoint)
|
Uses of ListenerEndpoint in org.apache.http.nio.reactor |
---|
Methods in org.apache.http.nio.reactor that return ListenerEndpoint | |
---|---|
ListenerEndpoint |
ListeningIOReactor.listen(java.net.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 ListenerEndpoint | |
---|---|
java.util.Set<ListenerEndpoint> |
ListeningIOReactor.getEndpoints()
Returns a set of endpoints for this I/O reactor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |