| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| org.apache.hc.core5.reactor | Event driven network communication APIs and components loosely based on
 Doug Lea's
 reactor pattern. | 
| org.apache.hc.core5.testing.nio | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ListenerEndpoint> | AsyncServer. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback) | 
| Future<ListenerEndpoint> | HttpAsyncServer. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback)Deprecated. 
 | 
| Future<ListenerEndpoint> | AsyncServer. listen(SocketAddress address,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback) | 
| Future<ListenerEndpoint> | HttpAsyncServer. listen(SocketAddress address,
      URIScheme scheme,
      FutureCallback<ListenerEndpoint> callback) | 
| Future<ListenerEndpoint> | HttpAsyncServer. listen(SocketAddress address,
      URIScheme scheme,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ListenerEndpoint> | ConnectionAcceptor. getEndpoints()Returns a set of endpoints for this I/O reactor. | 
| Set<ListenerEndpoint> | DefaultListeningIOReactor. getEndpoints() | 
| Future<ListenerEndpoint> | DefaultListeningIOReactor. listen(SocketAddress address) | 
| Future<ListenerEndpoint> | ConnectionAcceptor. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback)Opens a new listener endpoint with the given socket address. | 
| Future<ListenerEndpoint> | DefaultListeningIOReactor. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback) | 
| default Future<ListenerEndpoint> | ConnectionAcceptor. listen(SocketAddress address,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback)Opens a new listener endpoint with the given socket address. | 
| Future<ListenerEndpoint> | DefaultListeningIOReactor. listen(SocketAddress address,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ListenerEndpoint> | ConnectionAcceptor. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback)Opens a new listener endpoint with the given socket address. | 
| Future<ListenerEndpoint> | DefaultListeningIOReactor. listen(SocketAddress address,
      FutureCallback<ListenerEndpoint> callback) | 
| default Future<ListenerEndpoint> | ConnectionAcceptor. listen(SocketAddress address,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback)Opens a new listener endpoint with the given socket address. | 
| Future<ListenerEndpoint> | DefaultListeningIOReactor. listen(SocketAddress address,
      Object attachment,
      FutureCallback<ListenerEndpoint> callback) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ListenerEndpoint> | AsyncServer. getEndpoints() | 
| Future<ListenerEndpoint> | AsyncServer. listen(InetSocketAddress address) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.