Package | Description |
---|---|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
Modifier and Type | Field and Description |
---|---|
private UriPatternMatcher<NHttpRequestHandler> |
NHttpRequestHandlerRegistry.matcher
Deprecated.
|
private UriPatternMatcher<HttpAsyncRequestHandler<?>> |
HttpAsyncRequestHandlerRegistry.matcher
Deprecated.
|
private UriPatternMatcher<HttpAsyncRequestHandler<?>> |
UriHttpAsyncRequestHandlerMapper.matcher |
Modifier and Type | Method and Description |
---|---|
UriPatternMatcher<HttpAsyncRequestHandler<?>> |
UriHttpAsyncRequestHandlerMapper.getUriPatternMatcher()
Gets the pattern matcher.
|
Constructor and Description |
---|
UriHttpAsyncRequestHandlerMapper(UriPatternMatcher<HttpAsyncRequestHandler<?>> matcher) |
Modifier and Type | Field and Description |
---|---|
private UriPatternMatcher<HttpRequestHandler> |
UriHttpRequestHandlerMapper.matcher |
private UriPatternMatcher<HttpRequestHandler> |
HttpRequestHandlerRegistry.matcher
Deprecated.
|
Constructor and Description |
---|
UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler> matcher) |