Executor to be used when a request is made to a
ServerAddressRequestHandler for requests matching a given PathAndMethodRequestMatcher in the provided
HttpServer.HttpListenerRegistry.Path structure to create new paths if necessary.HttpServer that partitions them considering a given creation context in which they can be later
shared.ContextHttpServerFactory to a HttpServerFactory.HttpServer.RequestFilter that throttles requests and blocks when the number of permits is reached,
waiting for the response to arrive before executing the next request.DecodingException Is an exception thrown when there is attempt to decode a malformed
or invalid text, url or url parameter.Executor based on the
ServerAddress of a Connection.HttpListenerRegistry.Path structure searching for possible handlers for the request path required, then checks
which one matches the request method as well.Executor for a ServerAddressHttpServer.ServerAddress is presentHttpServerFactory.RequestHandler and a PathAndMethodRequestMatcher as they were introduced, which allows a
joint view and availability handling.HttpListenerRegistry.Path structures for root (/), catch all (/*) and server (*)
requests.HttpEntity.Responses to HttpResponses.HttpService that uses Grizzly to create HttpServers and its Async HTTP Client provider to
create HttpClients.SameThreadIOStrategy and the thread pool for the NIO transport
selector.RequestMatcher for an HTTP listener that accepts request based on a path and a group of allowed methods.HttpServer.HttpServer.RequestHandler for a certain incoming http request.AsyncHandler which waits to load the whole response to memory before propagating it.PipedOutputStream to populate the HTTP response as it arrives, propagating an
PipedInputStream as soon as the response headers are parsed.CompletionHandler, responsible for asynchronous response writingCompletionHandler, responsible for asynchronous http response transferring when the response body
is an input stream.PipedOutputStream to populate the HTTP response as it arrives and propagates a
PipedInputStream as soon as the response headers are parsed.ServerAddresss.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.