| Interface | Description |
|---|---|
| HttpServer |
Represents a ServerSocket connection.
|
| HttpServerFactory |
Factory object for
HttpServer. |
| MethodRequestMatcher |
RequestMatcher that specifically matches against an HttpRequest method. |
| PathAndMethodRequestMatcher |
RequestMatcher that matches against an HttpRequest method (via a MethodRequestMatcher) and it's path. |
| RequestHandler |
Handler for an incoming HTTP request that allows to send the HTTP response asynchronously.
|
| RequestHandlerManager |
Object to manage a
RequestHandler for a server. |
| RequestMatcher |
A request matcher represents a condition that is fulfilled or not by an HTTP request.
|
| ServerAddress |
Representation of a server's address.
|
| Class | Description |
|---|---|
| HttpServerConfiguration |
Configuration component that specifies how a
HttpServer should be created. |
| HttpServerConfiguration.Builder |
Builder for
HttpServerConfigurations. |
| Exception | Description |
|---|---|
| ServerAlreadyExistsException |
Exception thrown when a server cannot be created because a conflicting one already exists.
|
| ServerCreationException |
Exception thrown when a server cannot be created.
|
| ServerNotFoundException |
Exception thrown when a reference to a server fails.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.