Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerEndpointImpl
Default implementation of
ListenerEndpoint . |
Modifier and Type | Method and Description |
---|---|
ListenerEndpoint |
DefaultListeningIOReactor.listen(SocketAddress address) |
Modifier and Type | Method and Description |
---|---|
Set<ListenerEndpoint> |
DefaultListeningIOReactor.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
ListenerEndpointClosedCallback.endpointClosed(ListenerEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
ListenerEndpoint |
ListeningIOReactor.listen(SocketAddress address)
Opens a new listener endpoint with the given socket address.
|
Modifier and Type | Method and Description |
---|---|
Set<ListenerEndpoint> |
ListeningIOReactor.getEndpoints()
Returns a set of endpoints for this I/O reactor.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.