Uses of Interface
org.apache.hc.core5.reactor.ListenerEndpoint
-
Packages that use ListenerEndpoint 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 -
-
Uses of ListenerEndpoint in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return types with arguments of type ListenerEndpoint Modifier and Type Method Description java.util.Set<ListenerEndpoint>
AsyncServer. getEndpoints()
java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.SocketAddress address)
java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address)
Deprecated.java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Deprecated.java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, FutureCallback<ListenerEndpoint> callback)
Method parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type ListenerEndpoint Modifier and Type Method Description java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Deprecated.java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, FutureCallback<ListenerEndpoint> callback)
-
Uses of ListenerEndpoint in org.apache.hc.core5.reactor
Classes in org.apache.hc.core5.reactor that implement ListenerEndpoint Modifier and Type Class Description (package private) class
ListenerEndpointImpl
Fields in org.apache.hc.core5.reactor with type parameters of type ListenerEndpoint Modifier and Type Field Description (package private) BasicFuture<ListenerEndpoint>
ListenerEndpointRequest. future
Methods in org.apache.hc.core5.reactor that return types with arguments of type ListenerEndpoint Modifier and Type Method Description java.util.Set<ListenerEndpoint>
ConnectionAcceptor. getEndpoints()
Returns a set of endpoints for this I/O reactor.java.util.Set<ListenerEndpoint>
DefaultListeningIOReactor. getEndpoints()
java.util.Set<ListenerEndpoint>
SingleCoreListeningIOReactor. getEndpoints()
default java.util.concurrent.Future<ListenerEndpoint>
ConnectionAcceptor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
Opens a new listener endpoint with the given socket address.java.util.concurrent.Future<ListenerEndpoint>
ConnectionAcceptor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Opens a new listener endpoint with the given socket address.java.util.concurrent.Future<ListenerEndpoint>
DefaultListeningIOReactor. listen(java.net.SocketAddress address)
java.util.concurrent.Future<ListenerEndpoint>
DefaultListeningIOReactor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
DefaultListeningIOReactor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
SingleCoreListeningIOReactor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
SingleCoreListeningIOReactor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Methods in org.apache.hc.core5.reactor with parameters of type ListenerEndpoint Modifier and Type Method Description void
ListenerEndpointRequest. completed(ListenerEndpoint endpoint)
Method parameters in org.apache.hc.core5.reactor with type arguments of type ListenerEndpoint Modifier and Type Method Description default java.util.concurrent.Future<ListenerEndpoint>
ConnectionAcceptor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
Opens a new listener endpoint with the given socket address.java.util.concurrent.Future<ListenerEndpoint>
ConnectionAcceptor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Opens a new listener endpoint with the given socket address.java.util.concurrent.Future<ListenerEndpoint>
DefaultListeningIOReactor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
DefaultListeningIOReactor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
SingleCoreListeningIOReactor. listen(java.net.SocketAddress address, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
SingleCoreListeningIOReactor. listen(java.net.SocketAddress address, FutureCallback<ListenerEndpoint> callback)
Constructor parameters in org.apache.hc.core5.reactor with type arguments of type ListenerEndpoint Constructor Description ListenerEndpointRequest(java.net.SocketAddress address, java.lang.Object attachment, BasicFuture<ListenerEndpoint> future)
-
Uses of ListenerEndpoint in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return types with arguments of type ListenerEndpoint Modifier and Type Method Description java.util.Set<ListenerEndpoint>
AsyncServer. getEndpoints()
java.util.concurrent.Future<ListenerEndpoint>
AsyncServer. listen(java.net.InetSocketAddress address)
-