Package | Description |
---|---|
org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
org.apache.hc.core5.http.nio.support |
Support classes for the asynchronous I/O model.
|
Modifier and Type | Method and Description |
---|---|
<T> AsyncServerBootstrap |
AsyncServerBootstrap.register(String uriPattern,
AsyncServerRequestHandler<T> requestHandler)
Registers the given
AsyncServerRequestHandler as a default handler for URIs
matching the given pattern. |
<T> AsyncServerBootstrap |
AsyncServerBootstrap.register(String hostname,
String uriPattern,
AsyncServerRequestHandler<T> requestHandler)
Registers the given
AsyncServerRequestHandler as a handler for URIs
matching the given host and pattern. |
<T> AsyncServerBootstrap |
AsyncServerBootstrap.registerVirtual(String hostname,
String uriPattern,
AsyncServerRequestHandler<T> requestHandler)
|
Constructor and Description |
---|
BasicServerExchangeHandler(AsyncServerRequestHandler<T> requestHandler) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.