| Interface | Description |
|---|---|
| ContextHttpServerFactory |
Factory object for
HttpServer that partitions them considering a given creation context in which they can be later
shared. |
| HttpServerManager |
A Server managers is in charge to handle all ServerSocket connections and to handle incoming requests to an Execution Service
for processing.
|
| RequestHandlerProvider |
Provider of
RequestHandler for a certain incoming http request. |
| Class | Description |
|---|---|
| ContextHttpServerFactoryAdapter |
Adapts a
ContextHttpServerFactory to a HttpServerFactory. |
| DefaultRequestHandlerManager | |
| DefaultServerAddress | |
| ErrorRequestHandler | |
| HttpListenerConnectionManager |
Grizzly based
HttpServerFactory. |
| HttpListenerRegistry |
Registry of servers and its handlers, which allows searching for handlers and introducing new ones (while allowing them to be
managed).
|
| HttpServerDelegate |
Base class for applying the delegate design pattern around an
HttpServer |
| NoListenerRequestHandler |
Request handle for request calls to paths with no listener configured.
|
| NoMethodRequestHandler | |
| ServerAddressMap<T> |
This is a wrapper for a map whose keys are
ServerAddresss. |
| ServerIdentifier |
Allows to identify a server by it's creation context and name.
|
| ServiceTemporarilyUnavailableListenerRequestHandler |
Request handle for request calls to paths with no listener configured.
|
| Exception | Description |
|---|---|
| DecodingException |
DecodingException Is an exception thrown when there is attempt to decode a malformed
or invalid text, url or url parameter. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.