Executor to be used when a request is made to a
ServerAddressHttpServer 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.Executor based on the
ServerAddress of a Connection.Executor for a ServerAddressHttpServer.HttpServerFactory.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.RequestHandler for a certain incoming http request.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–2017 MuleSoft, Inc.. All rights reserved.