| Package | Description |
|---|---|
| org.mule.service.http.impl.service.server | |
| org.mule.service.http.impl.service.server.grizzly |
| Class and Description |
|---|
| ContextHttpServerFactory
Factory object for
HttpServer that partitions them considering a given creation context in which they can be later
shared. |
| ErrorRequestHandler |
| 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 PathAndMethodRequestMatcher 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. |
| NoListenerRequestHandler
Request handle for request calls to paths with no listener configured.
|
| NoMethodRequestHandler |
| RequestHandlerProvider
Provider of
RequestHandler for a certain incoming http request. |
| 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.
|
| Class and Description |
|---|
DecodingException
DecodingException Is an exception thrown when there is attempt to decode a malformed
or invalid text, url or url parameter. |
| 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.
|
| ServerIdentifier
Allows to identify a server by it's creation context and name.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.