Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

activeRequestsFor(ServerAddress) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyRequestDispatcherFilter
 
add(PathAndMethodRequestMatcher, T) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry
Adds a handler to the specified path, analyzing the current DefaultRequestMatcherRegistry.Path structure to create new paths if necessary.
addChildPath(String, DefaultRequestMatcherRegistry.Path) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Adds a new sub or uri param path.
addExecutor(ServerAddress, Supplier<ExecutorService>) - Method in class org.mule.service.http.impl.service.server.grizzly.WorkManagerSourceExecutorProvider
Adds an Executor to be used when a request is made to a ServerAddress
addFilterForAddress(ServerAddress, F) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
Adds a new Filter for a particular Server address
addFilterForAddress(ServerAddress, F) - Method in interface org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressFilter
Adds a new Filter for a particular Server address
addRequestHandler(Collection<String>, String, RequestHandler) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
addRequestHandler(String, RequestHandler) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
addRequestHandler(HttpServer, RequestHandler, PathAndMethodRequestMatcher) - Method in class org.mule.service.http.impl.service.server.HttpListenerRegistry
Introduces a new RequestHandler for requests matching a given PathAndMethodRequestMatcher in the provided HttpServer.
addRequestHandler(Collection<String>, String, RequestHandler) - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
addRequestHandler(String, RequestHandler) - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
addRequestHandlerMatcherPair(DefaultRequestMatcherRegistry.RequestHandlerMatcherPair) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Adds a new request handler and matcher for this path.
addTransportCustomizer(TransportCustomizer) - Method in class org.mule.service.http.impl.service.client.CompositeTransportCustomizer
 
addWebSocketHandler(WebSocketHandler) - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
addWildcardRequestHandler(DefaultRequestMatcherRegistry.RequestHandlerMatcherPair) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Adds a request handler matcher pair for the catch all sub path (/*).
AMBIGUOUS_TYPE_ERROR_MESSAGE - Static variable in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
 
asyncHttpClient - Variable in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
ATTACHMENT - Static variable in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
 

B

BaseResponseCompletionHandler - Class in org.mule.service.http.impl.service.server.grizzly
 
BaseResponseCompletionHandler() - Constructor for class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
build() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
buildHttpResponsePacket(HttpRequestPacket, HttpResponse) - Method in class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
buildProxy(ProxyConfig) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
buildResponseContent(HttpResponse) - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
 

C

cancelled() - Method in class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
cancelled() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
The method will be called, when http message transferring was canceled
cancelled() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
The method will be called, when file transferring was canceled
closeOut() - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
completed(WriteResult) - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
Method gets called, when the message part was successfully sent.
completed(WriteResult) - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
Method gets called, when file chunk was successfully sent.
CompositeTransportCustomizer - Class in org.mule.service.http.impl.service.client
 
CompositeTransportCustomizer() - Constructor for class org.mule.service.http.impl.service.client.CompositeTransportCustomizer
 
configure(RequestBuilder) - Method in interface org.mule.service.http.impl.service.client.GrizzlyHttpClient.RequestConfigurer
 
ContainerTcpServerSocketProperties - Class in org.mule.service.http.impl.config
Contains the TCP server socket configuration for the Mule Runtime's HTTP service.
containsKey(Object) - Method in class org.mule.service.http.impl.service.server.ServerAddressMap
 
containsServerFor(ServerAddress, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
containsServerFor(ServerAddress, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
containsServerFor(ServerAddress, ServerIdentifier) - Method in interface org.mule.service.http.impl.service.server.HttpServerManager
 
contentLength - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
ContextHttpServerFactory - Interface in org.mule.service.http.impl.service.server
Factory object for HttpServer that partitions them considering a given creation context in which they can be later shared.
ContextHttpServerFactoryAdapter - Class in org.mule.service.http.impl.service.server
Adapts a ContextHttpServerFactory to a HttpServerFactory.
ContextHttpServerFactoryAdapter(String, Optional<String>, ContextHttpServerFactory) - Constructor for class org.mule.service.http.impl.service.server.ContextHttpServerFactoryAdapter
 
create(HttpClientConfiguration, SchedulerConfig) - Method in class org.mule.service.http.impl.service.client.HttpClientConnectionManager
 
create(Response, InputStream) - Method in class org.mule.service.http.impl.service.client.HttpResponseCreator
 
create(HttpServerConfiguration, String) - Method in interface org.mule.service.http.impl.service.server.ContextHttpServerFactory
Creates a new HttpServer.
create(HttpServerConfiguration) - Method in class org.mule.service.http.impl.service.server.ContextHttpServerFactoryAdapter
 
create(HttpServerConfiguration, String) - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
createClientConnectionManager() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
createContext(Connection, FilterChainContext.Operation) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
createGrizzlyRequest(HttpRequest, HttpRequestOptions) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
createListenerConnectionManager(SchedulerService) - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
createManagedServer(Supplier<Scheduler>, ServerAddress, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
createRequestBuilder(HttpRequest, HttpRequestOptions, GrizzlyHttpClient.RequestConfigurer) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
createServer(ServerAddress, Supplier<Scheduler>, boolean, int, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
createServerFor(ServerAddress, Supplier<Scheduler>, boolean, int, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
createServerFor(ServerAddress, Supplier<Scheduler>, boolean, int, ServerIdentifier) - Method in interface org.mule.service.http.impl.service.server.HttpServerManager
 
createServerManager() - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
createSslFilter(TlsContextFactory) - Static method in class org.mule.service.http.impl.service.server.grizzly.MuleSslFilter
 
createSslServer(ServerAddress, TlsContextFactory, Supplier<Scheduler>, boolean, int, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
createSslServerFor(TlsContextFactory, Supplier<Scheduler>, ServerAddress, boolean, int, ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
createSslServerFor(TlsContextFactory, Supplier<Scheduler>, ServerAddress, boolean, int, ServerIdentifier) - Method in interface org.mule.service.http.impl.service.server.HttpServerManager
 
CUSTOM_MAX_HTTP_PACKET_HEADER_SIZE - Static variable in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.service.http.impl.service.client.CompositeTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.service.http.impl.service.client.IOStrategyTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.service.http.impl.service.client.LoggerTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.service.http.impl.service.client.SocketConfigTransportCustomizer
 
CustomTimeoutThrottleRequestFilter - Class in org.mule.service.http.impl.service.client
A RequestFilter that throttles requests and blocks when the number of permits is reached, waiting for the response to arrive before executing the next request.
CustomTimeoutThrottleRequestFilter(int) - Constructor for class org.mule.service.http.impl.service.client.CustomTimeoutThrottleRequestFilter
 

D

decodePath(String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpParser
 
DecodingException - Exception in org.mule.service.http.impl.service.server
DecodingException Is an exception thrown when there is attempt to decode a malformed or invalid text, url or url parameter.
DecodingException(String, Throwable) - Constructor for exception org.mule.service.http.impl.service.server.DecodingException
 
DEFAULT_SELECTOR_THREAD_COUNT - Static variable in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
DefaultClientConnection - Class in org.mule.service.http.impl.service.server.grizzly
Provides information about the client connection
DefaultClientConnection(InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.DefaultClientConnection
 
DefaultClientConnection(SSLSession, InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.DefaultClientConnection
 
DefaultHttpRequestContext - Class in org.mule.service.http.impl.service.server.grizzly
Holds the input from an http request.
DefaultHttpRequestContext(String, HttpRequest, ClientConnection, ServerConnection) - Constructor for class org.mule.service.http.impl.service.server.grizzly.DefaultHttpRequestContext
 
DefaultRequestHandlerManager - Class in org.mule.service.http.impl.service.server
 
DefaultRequestHandlerManager(RequestMatcherRegistry.RequestMatcherRegistryEntry) - Constructor for class org.mule.service.http.impl.service.server.DefaultRequestHandlerManager
 
DefaultRequestMatcherRegistry<T> - Class in org.mule.service.http.impl.service.util
 
DefaultRequestMatcherRegistry() - Constructor for class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry
 
DefaultRequestMatcherRegistry(Supplier<T>, Supplier<T>, Supplier<T>, Supplier<T>) - Constructor for class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry
 
DefaultRequestMatcherRegistry.DefaultRequestMatcherRegistryEntry - Class in org.mule.service.http.impl.service.util
 
DefaultRequestMatcherRegistry.Path<H> - Class in org.mule.service.http.impl.service.util
Represents a URI path, which can be a parent to regular sub paths, a catch all sub path (/*) and a URI param path (/{param}).
DefaultRequestMatcherRegistry.RequestHandlerMatcherPair<A> - Class in org.mule.service.http.impl.service.util
Association of a RequestHandler and a PathAndMethodRequestMatcher as they were introduced, which allows a joint view and availability handling.
DefaultRequestMatcherRegistryBuilder<T> - Class in org.mule.service.http.impl.service.util
 
DefaultRequestMatcherRegistryBuilder() - Constructor for class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
DefaultRequestMatcherRegistryEntry(DefaultRequestMatcherRegistry.Path, DefaultRequestMatcherRegistry.RequestHandlerMatcherPair) - Constructor for class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.DefaultRequestMatcherRegistryEntry
 
DefaultServerAddress - Class in org.mule.service.http.impl.service.server
 
DefaultServerAddress(InetAddress, int) - Constructor for class org.mule.service.http.impl.service.server.DefaultServerAddress
 
DefaultServerConnection - Class in org.mule.service.http.impl.service.server.grizzly
Provices information on the server connection.
DefaultServerConnection(InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.DefaultServerConnection
 
delegate - Variable in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
disable() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.DefaultRequestMatcherRegistryEntry
 
disableTls() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
disableTls() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
dispose() - Method in class org.mule.service.http.impl.service.server.DefaultRequestHandlerManager
 
dispose() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
dispose() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
dispose() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager.ManagedGrizzlyHttpServer
 
dispose() - Method in class org.mule.service.http.impl.service.server.grizzly.IdleExecutor
 
dispose() - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
dispose() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
dispose() - Method in interface org.mule.service.http.impl.service.server.HttpServerManager
Frees all the resource hold by the server manager.
doConfigureProxy(AsyncHttpClientConfig.Builder, ProxyConfig) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 

E

enable() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.DefaultRequestMatcherRegistryEntry
 
enableTls(TlsContextFactory) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
enableTls(TlsContextFactory) - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
entityFormat - Variable in class org.mule.service.http.impl.service.server.ErrorRequestHandler
 
equals(Object) - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
equals(Object) - Method in class org.mule.service.http.impl.service.server.ServerIdentifier
 
ErrorRequestHandler - Class in org.mule.service.http.impl.service.server
 
ErrorRequestHandler(int, String, String) - Constructor for class org.mule.service.http.impl.service.server.ErrorRequestHandler
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.mule.service.http.impl.service.server.grizzly.ExecutorPerServerAddressIOStrategy
 
ExecutorPerServerAddressIOStrategy - Class in org.mule.service.http.impl.service.server.grizzly
Grizzly IO Strategy that will handle each work to an specific Executor based on the ServerAddress of a Connection.
ExecutorPerServerAddressIOStrategy(ExecutorProvider) - Constructor for class org.mule.service.http.impl.service.server.grizzly.ExecutorPerServerAddressIOStrategy
 
ExecutorProvider - Interface in org.mule.service.http.impl.service.server.grizzly
 
executorProvider - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
extractPath(String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpParser
 

F

failed(Throwable) - Method in class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
failed(Throwable) - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
The method will be called, if http message transferring was failed.
failed(Throwable) - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
The method will be called, if file transferring was failed.
filter(FilterContext) - Method in class org.mule.service.http.impl.service.client.CustomTimeoutThrottleRequestFilter
 
find(HttpRequest) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry
Navigates the current DefaultRequestMatcherRegistry.Path structure searching for possible handlers for the request path required, then checks which one matches the request method as well.

G

get() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
get(Object) - Method in class org.mule.service.http.impl.service.server.ServerAddressMap
 
get(InetAddress, int) - Method in class org.mule.service.http.impl.service.server.ServerAddressMap
 
getAddress() - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
getBaseProtocol() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getBaseProtocol() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpRequestAdapter
 
getBytes() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
getCatchAll() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getCatchAllUriParam() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getChildPath(String, String) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getClientCertificate() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultClientConnection
 
getClientConnection() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultHttpRequestContext
 
getClientConnection(Connection) - Static method in class org.mule.service.http.impl.util.HttpUtils
 
getClientFactory() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getClientFactory(SchedulerConfig) - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getClientTimeout() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getContent() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
getContentTypeParameter(String, String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
Extracts a parameter value from a content type
getCtxClassLoader() - Method in class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
getCtxClassLoader() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
 
getCtxClassLoader() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
 
getDelegate() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
getEntity() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpRequestAdapter
 
getExecutor(ServerAddress) - Method in interface org.mule.service.http.impl.service.server.grizzly.ExecutorProvider
Provides an Executor for a ServerAddress
getExecutor(ServerAddress) - Method in class org.mule.service.http.impl.service.server.grizzly.WorkManagerSourceExecutorProvider
 
getHeaderNames() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getHeaders() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getHeaderValue(String) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getHeaderValues(String) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getIdleTimeoutDelayedExecutor() - Method in class org.mule.service.http.impl.service.server.grizzly.IdleExecutor
 
getInstance() - Static method in class org.mule.service.http.impl.service.server.NoListenerRequestHandler
 
getInstance() - Static method in class org.mule.service.http.impl.service.server.NoMethodRequestHandler
 
getInstance() - Static method in class org.mule.service.http.impl.service.server.ServiceTemporarilyUnavailableListenerRequestHandler
 
getIp() - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
getKeepAlive() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getLastChildPath(String) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getLength() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
getLinger() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getLocalHostAddress() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultServerConnection
 
getMethod() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getName() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getName() - Method in class org.mule.service.http.impl.service.server.ServerIdentifier
 
getParts() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
getPath() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getPort() - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
getProtocol() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getProtocol() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
getProtocol() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
getProxyConfig() - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
getQueryParams() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
getReceiveBacklog() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getReceiveBufferSize() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getRemoteHostAddress() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultClientConnection
 
getRequest() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultHttpRequestContext
 
getRequestHandler(ServerAddress, HttpRequest) - Method in class org.mule.service.http.impl.service.server.HttpListenerRegistry
 
getRequestHandler(ServerAddress, HttpRequest) - Method in interface org.mule.service.http.impl.service.server.RequestHandlerProvider
Retrieves a RequestHandler to handle the http request
getRequestHandler() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.RequestHandlerMatcherPair
 
getRequestHandlerMatcherPairs() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getRequestMatcher() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.RequestHandlerMatcherPair
 
getRequestMatcherRegistryBuilder() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getReuseAddress() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getScheme() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultHttpRequestContext
 
getSendBufferSize() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getSendTcpNoDelay() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getServerAddress() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
getServerAddress() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
getServerConnection() - Method in class org.mule.service.http.impl.service.server.grizzly.DefaultHttpRequestContext
 
getServerFactory() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getServerFactory(Registry, MuleContext) - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
getServerTimeout() - Method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
getServiceDefinition() - Method in class org.mule.service.http.impl.provider.HttpServiceProvider
 
getSubPaths() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
getThreadPoolFor(Connection, IOEvent) - Method in class org.mule.service.http.impl.service.server.grizzly.ExecutorPerServerAddressIOStrategy
 
getUri() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
GrizzlyAddressDelegateFilter<F extends org.glassfish.grizzly.filterchain.BaseFilter> - Class in org.mule.service.http.impl.service.server.grizzly
Grizzly filter to delegate to the right {link @BaseFilter} based on the Connection.
GrizzlyAddressDelegateFilter() - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
GrizzlyAddressFilter<F extends org.glassfish.grizzly.filterchain.BaseFilter> - Interface in org.mule.service.http.impl.service.server.grizzly
 
GrizzlyHttpClient - Class in org.mule.service.http.impl.service.client
 
GrizzlyHttpClient(HttpClientConfiguration, SchedulerService, SchedulerConfig) - Constructor for class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
GrizzlyHttpClient.RequestConfigurer - Interface in org.mule.service.http.impl.service.client
 
GrizzlyHttpMessage - Class in org.mule.service.http.impl.service.server.grizzly
Base class for a grizzly based implementation of BaseHttpMessage
GrizzlyHttpMessage(HttpRequestPacket, MultiMap<String, String>, InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
GrizzlyHttpRequestAdapter - Class in org.mule.service.http.impl.service.server.grizzly
 
GrizzlyHttpRequestAdapter(FilterChainContext, HttpContent, InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpRequestAdapter
 
GrizzlyHttpRequestAdapter(FilterChainContext, HttpContent, HttpRequestPacket, InetSocketAddress) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpRequestAdapter
 
GrizzlyHttpServer - Class in org.mule.service.http.impl.service.server.grizzly
Grizzly based implementation of an HttpServer.
GrizzlyHttpServer(ServerAddress, TCPNIOTransport, HttpListenerRegistry, Supplier<Scheduler>, Runnable, GrizzlyAddressFilter<SSLFilter>) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
GrizzlyRequestDispatcherFilter - Class in org.mule.service.http.impl.service.server.grizzly
Grizzly filter that dispatches the request to the right request handler
GrizzlyServerManager - Class in org.mule.service.http.impl.service.server.grizzly
 
GrizzlyServerManager(ExecutorService, ExecutorService, ExecutorService, HttpListenerRegistry, TcpServerSocketProperties, int) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
GrizzlyServerManager.ManagedGrizzlyHttpServer - Class in org.mule.service.http.impl.service.server.grizzly
Wrapper that adds startup and disposal of manager specific data.

H

handleAccept(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
handleClose(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
handleConnect(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyRequestDispatcherFilter
 
handleRead(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
handleRead(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyRequestDispatcherFilter
 
handleRead(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.MuleSslFilter
 
handleRequest(HttpRequestContext, HttpResponseReadyCallback) - Method in class org.mule.service.http.impl.service.server.ErrorRequestHandler
 
handleWrite(FilterChainContext) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
hasContentLength - Variable in class org.mule.service.http.impl.service.server.grizzly.BaseResponseCompletionHandler
 
hasFilterForAddress(ServerAddress) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
hasFilterForAddress(ServerAddress) - Method in interface org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressFilter
Check if ther eis a filter for the specified server address
hasHandlerFor(ServerAddress) - Method in class org.mule.service.http.impl.service.server.HttpListenerRegistry
 
hasHandlerFor(ServerAddress) - Method in interface org.mule.service.http.impl.service.server.RequestHandlerProvider
Checks if a handler for a specific ServerAddress is present
hashCode() - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
hashCode() - Method in class org.mule.service.http.impl.service.server.ServerIdentifier
 
HOST_SEPARATOR - Static variable in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
HttpClientConnectionManager - Class in org.mule.service.http.impl.service.client
Manages client connections.
HttpClientConnectionManager(SchedulerService) - Constructor for class org.mule.service.http.impl.service.client.HttpClientConnectionManager
 
HttpListenerConnectionManager - Class in org.mule.service.http.impl.service.server
Grizzly based HttpServerFactory.
HttpListenerConnectionManager(SchedulerService, SchedulerConfig) - Constructor for class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
httpListenerRegistry - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
httpListenerRegistry - Variable in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
HttpListenerRegistry - Class in org.mule.service.http.impl.service.server
Registry of servers and its handlers, which allows searching for handlers and introducing new ones (while allowing them to be managed).
HttpListenerRegistry() - Constructor for class org.mule.service.http.impl.service.server.HttpListenerRegistry
 
HttpMessageLogger - Class in org.mule.service.http.impl.service
Logger for plain HTTP request and response.
HttpMessageLogger(HttpMessageLogger.LoggerType, String, ClassLoader) - Constructor for class org.mule.service.http.impl.service.HttpMessageLogger
 
HttpMessageLogger.LoggerType - Enum in org.mule.service.http.impl.service
 
HttpMimeMultipart - Class in org.mule.service.http.impl.service.server.grizzly
 
HttpMimeMultipart(String, String) - Constructor for class org.mule.service.http.impl.service.server.grizzly.HttpMimeMultipart
 
HttpMultipartEncoder - Class in org.mule.service.http.impl.service.server.grizzly
Creates multipart content from a composed HttpEntity.
HttpParser - Class in org.mule.service.http.impl.service.server.grizzly
 
HttpParser() - Constructor for class org.mule.service.http.impl.service.server.grizzly.HttpParser
 
HttpResponseCreator - Class in org.mule.service.http.impl.service.client
Converts Responses to HttpResponses.
HttpResponseCreator() - Constructor for class org.mule.service.http.impl.service.client.HttpResponseCreator
 
HttpServerDelegate - Class in org.mule.service.http.impl.service.server
Base class for applying the delegate design pattern around an HttpServer
HttpServerDelegate(HttpServer) - Constructor for class org.mule.service.http.impl.service.server.HttpServerDelegate
 
HttpServerManager - Interface in org.mule.service.http.impl.service.server
A Server managers is in charge to handle all ServerSocket connections and to handle incoming requests to an Execution Service for processing.
HttpServiceImplementation - Class in org.mule.service.http.impl.service
Implementation of HttpService that uses Grizzly to create HttpServers and its Async HTTP Client provider to create HttpClients.
HttpServiceImplementation(SchedulerService) - Constructor for class org.mule.service.http.impl.service.HttpServiceImplementation
 
HttpServiceProvider - Class in org.mule.service.http.impl.provider
 
HttpServiceProvider() - Constructor for class org.mule.service.http.impl.provider.HttpServiceProvider
 
HttpUtils - Class in org.mule.service.http.impl.util
 

I

IDLE_TIMEOUT_THREADS_PREFIX_NAME - Static variable in class org.mule.service.http.impl.service.server.grizzly.IdleExecutor
 
IdleExecutor - Class in org.mule.service.http.impl.service.server.grizzly
Object containing all idle check executors, making it easy to dispose them once a server goes down.
IdleExecutor(ExecutorService) - Constructor for class org.mule.service.http.impl.service.server.grizzly.IdleExecutor
 
idleTimeoutScheduler - Variable in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
initialise() - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
IOStrategyTransportCustomizer - Class in org.mule.service.http.impl.service.client
Transport customizer that sets the IO strategy to SameThreadIOStrategy and the thread pool for the NIO transport selector.
IOStrategyTransportCustomizer(ExecutorService, ExecutorService, boolean, int) - Constructor for class org.mule.service.http.impl.service.client.IOStrategyTransportCustomizer
 
isAllInterfaces(ServerAddress) - Static method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
isComposed() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
isEmpty() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
 
isRunning() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.RequestHandlerMatcherPair
 
isStopped() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
isStopped() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
isStopping() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
isStopping() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
isStreaming() - Method in class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
isTransferEncodingChunked - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 

L

loadTcpServerSocketProperties() - Static method in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
localAddress - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
logger - Static variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
LoggerTransportCustomizer - Class in org.mule.service.http.impl.service.client
Transport customizer that adds a probe for logging HTTP messages.
LoggerTransportCustomizer(String) - Constructor for class org.mule.service.http.impl.service.client.LoggerTransportCustomizer
 
lookup(ServerIdentifier) - Method in interface org.mule.service.http.impl.service.server.ContextHttpServerFactory
Allows to retrieve a previously created HttpServer.
lookup(String) - Method in class org.mule.service.http.impl.service.server.ContextHttpServerFactoryAdapter
 
lookup(ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
lookupServer(ServerIdentifier) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
lookupServer(ServerIdentifier) - Method in interface org.mule.service.http.impl.service.server.HttpServerManager
 

M

ManagedGrizzlyHttpServer(HttpServer, ServerIdentifier) - Constructor for class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager.ManagedGrizzlyHttpServer
 
MANDATORY_TYPE_ERROR_MESSAGE - Static variable in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
 
MAXIMUM_HEADER_SECTION_SIZE_PROPERTY_KEY - Static variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
method - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
METHOD_NOT_ALLOWED_FORMAT - Static variable in class org.mule.service.http.impl.service.server.NoMethodRequestHandler
 
MuleSslFilter - Class in org.mule.service.http.impl.service.server.grizzly
Custom SSL filter that configures additional properties in the grizzly context.
MuleSslFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.mule.service.http.impl.service.server.grizzly.MuleSslFilter
 

N

NO_LISTENER_ENTITY_FORMAT - Static variable in class org.mule.service.http.impl.service.server.NoListenerRequestHandler
 
NoListenerRequestHandler - Class in org.mule.service.http.impl.service.server
Request handle for request calls to paths with no listener configured.
NoMethodRequestHandler - Class in org.mule.service.http.impl.service.server
 
normalizePathWithSpacesOrEncodedSpaces(String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpParser
Normalize a path that may contains spaces, %20 or +.

O

onAdded(FilterChain) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
onCompleted(Response) - Method in class org.mule.service.http.impl.service.client.async.ResponseAsyncHandler
 
onCompleted() - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
onDataReceivedEvent(Connection, Buffer) - Method in class org.mule.service.http.impl.service.HttpMessageLogger
 
onDataSentEvent(Connection, Buffer) - Method in class org.mule.service.http.impl.service.HttpMessageLogger
 
onDisabled(Supplier<T>) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
onFilterChainChanged(FilterChain) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
onHeadersReceived(HttpResponseHeaders) - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
onInvalidRequest(Supplier<T>) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
onMethodMismatch(Supplier<T>) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
onNotFound(Supplier<T>) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistryBuilder
 
onRemoved(FilterChain) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
onStatusReceived(HttpResponseStatus) - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
onThrowable(Throwable) - Method in class org.mule.service.http.impl.service.client.async.ResponseAsyncHandler
 
onThrowable(Throwable) - Method in class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
org.mule.service.http.impl.config - package org.mule.service.http.impl.config
 
org.mule.service.http.impl.provider - package org.mule.service.http.impl.provider
 
org.mule.service.http.impl.service - package org.mule.service.http.impl.service
 
org.mule.service.http.impl.service.client - package org.mule.service.http.impl.service.client
 
org.mule.service.http.impl.service.client.async - package org.mule.service.http.impl.service.client.async
 
org.mule.service.http.impl.service.domain.entity.multipart - package org.mule.service.http.impl.service.domain.entity.multipart
 
org.mule.service.http.impl.service.server - package org.mule.service.http.impl.service.server
 
org.mule.service.http.impl.service.server.grizzly - package org.mule.service.http.impl.service.server.grizzly
 
org.mule.service.http.impl.service.util - package org.mule.service.http.impl.service.util
 
org.mule.service.http.impl.util - package org.mule.service.http.impl.util
 
overlaps(ServerAddress) - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 

P

parseMultipartContent(InputStream, String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpParser
 
path - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
Path(String, DefaultRequestMatcherRegistry.Path) - Constructor for class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Creates a new instance for the given name and with the provided parent.
populateHeaders(HttpRequest, RequestBuilder) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
PROPERTY_PREFIX - Static variable in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
protocol - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
put(ServerAddress, T) - Method in class org.mule.service.http.impl.service.server.ServerAddressMap
 

Q

queryParams - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 

R

refreshSystemProperties() - Static method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
remove(Object) - Method in class org.mule.service.http.impl.service.server.ServerAddressMap
 
remove() - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.DefaultRequestMatcherRegistryEntry
 
removeChildPath(String) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Removes a sub path and checks whether this path itself should be removed.
removeExecutor(ServerAddress) - Method in class org.mule.service.http.impl.service.server.grizzly.WorkManagerSourceExecutorProvider
 
removeFilterForAddress(ServerAddress) - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressDelegateFilter
 
removeFilterForAddress(ServerAddress) - Method in interface org.mule.service.http.impl.service.server.grizzly.GrizzlyAddressFilter
Removes a Filter for a particular Server address
removeHandlersFor(HttpServer) - Method in class org.mule.service.http.impl.service.server.HttpListenerRegistry
Removes all handlers for a given HttpServer.
removeRequestHandlerMatcherPair(DefaultRequestMatcherRegistry.RequestHandlerMatcherPair) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.Path
Removes a request handler and matcher pair whether it's in a regular sub path, the catch all sub path or a uri param sub path.
RequestHandlerProvider - Interface in org.mule.service.http.impl.service.server
Provider of RequestHandler for a certain incoming http request.
requestPacket - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 
RESOURCE_NOT_FOUND - Static variable in class org.mule.service.http.impl.service.server.NoListenerRequestHandler
 
ResponseAsyncHandler - Class in org.mule.service.http.impl.service.client.async
Non blocking AsyncHandler which waits to load the whole response to memory before propagating it.
ResponseAsyncHandler(CompletableFuture<HttpResponse>) - Constructor for class org.mule.service.http.impl.service.client.async.ResponseAsyncHandler
 
ResponseBodyDeferringAsyncHandler - Class in org.mule.service.http.impl.service.client.async
Non blocking async handler which uses a PipedOutputStream to populate the HTTP response as it arrives, propagating an PipedInputStream as soon as the response headers are parsed.
ResponseBodyDeferringAsyncHandler(CompletableFuture<HttpResponse>, int) - Constructor for class org.mule.service.http.impl.service.client.async.ResponseBodyDeferringAsyncHandler
 
ResponseCompletionHandler - Class in org.mule.service.http.impl.service.server.grizzly
CompletionHandler, responsible for asynchronous response writing
ResponseCompletionHandler(FilterChainContext, ClassLoader, HttpRequestPacket, HttpResponse, ResponseStatusCallback) - Constructor for class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
 
ResponseStreamingCompletionHandler - Class in org.mule.service.http.impl.service.server.grizzly
CompletionHandler, responsible for asynchronous http response transferring when the response body is an input stream.
ResponseStreamingCompletionHandler(FilterChainContext, ClassLoader, HttpRequestPacket, HttpResponse, ResponseStatusCallback) - Constructor for class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
 

S

schedulerService - Variable in class org.mule.service.http.impl.service.client.HttpClientConnectionManager
 
schedulerService - Variable in class org.mule.service.http.impl.service.HttpServiceImplementation
 
selectorScheduler - Variable in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
send(HttpRequest, HttpRequestOptions) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
sendAsync(HttpRequest, HttpRequestOptions) - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
sendInputStreamChunk() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
 
sendResponse() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
Send the next part of the response
SERVER_SOCKETS_FILE - Static variable in class org.mule.service.http.impl.config.ContainerTcpServerSocketProperties
 
ServerAddressMap<T> - Class in org.mule.service.http.impl.service.server
This is a wrapper for a map whose keys are ServerAddresss.
ServerAddressMap() - Constructor for class org.mule.service.http.impl.service.server.ServerAddressMap
 
ServerAddressMap(Map<ServerAddress, T>) - Constructor for class org.mule.service.http.impl.service.server.ServerAddressMap
 
ServerFactoryCreationException - Exception in org.mule.service.http.impl.service
Exception to be thrown when there is an error creating a HttpServerFactory
ServerFactoryCreationException(I18nMessage) - Constructor for exception org.mule.service.http.impl.service.ServerFactoryCreationException
 
ServerIdentifier - Class in org.mule.service.http.impl.service.server
Allows to identify a server by it's creation context and name.
ServerIdentifier(String, String) - Constructor for class org.mule.service.http.impl.service.server.ServerIdentifier
 
SERVICE_NOT_AVAILABLE_FORMAT - Static variable in class org.mule.service.http.impl.service.server.ServiceTemporarilyUnavailableListenerRequestHandler
 
ServiceTemporarilyUnavailableListenerRequestHandler - Class in org.mule.service.http.impl.service.server
Request handle for request calls to paths with no listener configured.
setIsRunning(Boolean) - Method in class org.mule.service.http.impl.service.util.DefaultRequestMatcherRegistry.RequestHandlerMatcherPair
 
SLASH - Static variable in class org.mule.service.http.impl.util.HttpUtils
 
SocketConfigTransportCustomizer - Class in org.mule.service.http.impl.service.client
Transport customizer that configures socket properties.
SocketConfigTransportCustomizer(TcpClientSocketProperties) - Constructor for class org.mule.service.http.impl.service.client.SocketConfigTransportCustomizer
 
SSL_SESSION_ATTRIBUTE_KEY - Static variable in class org.mule.service.http.impl.service.server.grizzly.MuleSslFilter
 
sslFilterDelegate - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
start() - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
start() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
start() - Method in class org.mule.service.http.impl.service.server.DefaultRequestHandlerManager
 
start() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
start() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager.ManagedGrizzlyHttpServer
 
start() - Method in class org.mule.service.http.impl.service.server.grizzly.IdleExecutor
 
start() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseCompletionHandler
Start the sending the response asynchronously
start() - Method in class org.mule.service.http.impl.service.server.grizzly.ResponseStreamingCompletionHandler
 
start() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
stop() - Method in class org.mule.service.http.impl.service.client.GrizzlyHttpClient
 
stop() - Method in class org.mule.service.http.impl.service.HttpServiceImplementation
 
stop() - Method in class org.mule.service.http.impl.service.server.DefaultRequestHandlerManager
 
stop() - Method in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpServer
 
stop() - Method in class org.mule.service.http.impl.service.server.HttpServerDelegate
 
StreamedMultipartHttpEntity - Class in org.mule.service.http.impl.service.domain.entity.multipart
Represents a received multipart body, which can be accessed raw or parsed.
StreamedMultipartHttpEntity(InputStream, String) - Constructor for class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 
StreamedMultipartHttpEntity(InputStream, String, Long) - Constructor for class org.mule.service.http.impl.service.domain.entity.multipart.StreamedMultipartHttpEntity
 

T

toByteArray(HttpEntity, String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
 
toMimeMultipart(HttpEntity, String) - Static method in class org.mule.service.http.impl.service.server.grizzly.HttpMultipartEncoder
 
toString() - Method in class org.mule.service.http.impl.service.server.DefaultServerAddress
 
transport - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 

U

uri - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
 

V

valueOf(String) - Static method in enum org.mule.service.http.impl.service.HttpMessageLogger.LoggerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.service.http.impl.service.HttpMessageLogger.LoggerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

webSocketFilter - Variable in class org.mule.service.http.impl.service.server.grizzly.GrizzlyServerManager
 
WILDCARD_CHARACTER - Static variable in class org.mule.service.http.impl.util.HttpUtils
 
workerScheduler - Variable in class org.mule.service.http.impl.service.server.HttpListenerConnectionManager
 
WorkManagerSourceExecutorProvider - Class in org.mule.service.http.impl.service.server.grizzly
ExecutorProvider implementation that retrieves an Executor for a ServerAddress.
WorkManagerSourceExecutorProvider() - Constructor for class org.mule.service.http.impl.service.server.grizzly.WorkManagerSourceExecutorProvider
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.