| Package | Description |
|---|---|
| org.mule.module.http.internal.listener | |
| org.mule.module.http.internal.listener.grizzly |
| Class and Description |
|---|
| DefaultHttpListenerConfig |
| ErrorRequestHandler |
| HttpListenerConfigBuilder |
| HttpListenerRegistry.Path
Represents a URI path, which can be a parent to regular sub paths, a catch all sub path (/*) and a URI param path (/{param}).
|
| HttpListenerRegistry.RequestHandlerMatcherPair
Association of a
RequestHandler and a ListenerRequestMatcher as they were introduced, which allows a joint
view and availability handling. |
| HttpListenerRegistry.ServerAddressRequestHandlerRegistry
Registry of handlers for a server, which maintains
HttpListenerRegistry.Path structures for root (/), catch all (/*) and server (*)
requests. |
| HttpMessagePropertiesResolver |
| HttpRequestParsingException
Exception thrown when there is a problem processing an incoming HttpRequest to generate a MuleEvent.
|
| HttpResponseBuilder |
| ListenerPath |
| NoListenerRequestHandler
Request handle for request calls to paths with no listener configured.
|
| NoMethodRequestHandler |
| RequestHandlerManager |
| RequestHandlerProvider
Provider of
RequestHandler for a certain
incoming http request. |
| Server
Represents a ServerSocket connection
|
| ServerAddress |
| ServiceTemporarilyUnavailableListenerRequestHandler
Request handler for request calls when service is unavailable
|
| Class and Description |
|---|
| HttpListenerRegistry
Registry of servers and its handlers, which allows searching for handlers and introducing new ones (while allowing them to be
managed).
|
| HttpServerManager
A Server managers is in charge to handle all ServerSocket connections and to handle
incoming requests to an Execution Service for processing.
|
| RequestHandlerManager |
| Server
Represents a ServerSocket connection
|
| ServerAddress |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.