Interface | Description |
---|---|
HttpServerManager |
A Server managers is in charge to handle all ServerSocket connections and to handle
incoming requests to an Execution Service for processing.
|
RequestHandlerManager | |
RequestHandlerProvider |
Provider of
RequestHandler for a certain
incoming http request. |
Server |
Represents a ServerSocket connection
|
Class | Description |
---|---|
DefaultHttpListener | |
DefaultHttpListenerConfig | |
DefaultRequestHandlerManager | |
ErrorRequestHandler | |
HttpListenerConfigBuilder | |
HttpListenerConnectionManager | |
HttpListenerRegistry | |
HttpMessageProcessContext | |
HttpMessageProcessorTemplate | |
HttpMessagePropertiesResolver | |
HttpRequestToMuleEvent | |
HttpResponseBuilder | |
HttpResponseHeaderBuilder | |
HttpThrottlingHeadersMapBuilder |
Creates the corresponding http headers based on the throttling statistics.
|
ListenerPath | |
NoListenerRequestHandler |
Request handle for request calls to paths with no listener configured.
|
NoMethodRequestHandler | |
ServerAddress | |
ServerAddressMap<T> |
This is a wrapper for a map whose keys are
ServerAddress s. |
ServiceTemporarilyUnavailableListenerRequestHandler |
Request handler for request calls when service is unavailable
|
Exception | Description |
---|---|
HttpRequestParsingException |
Exception thrown when there is a problem processing an incoming HttpRequest to generate a MuleEvent.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.