| Interface | Description |
|---|---|
| ExecutorProvider |
| Class | Description |
|---|---|
| AcceptsAllMethodsRequestMatcher |
Accepts all the http methods
|
| BaseResponseCompletionHandler | |
| DefaultClientConnection |
Provides information about the client connection
|
| DefaultHttpRequestContext |
Holds the input from an http request.
|
| DefaultMethodRequestMatcher |
Request matcher for http methods.
|
| ExecutorPerServerAddressIOStrategy |
Grizzly IO Strategy that will handle each work to an specific
Executor based on the
ServerAddress of a Connection. |
| GrizzlyAddressDelegateFilter<F extends org.glassfish.grizzly.filterchain.BaseFilter> |
Grizzly filter to delegate to the right {link @BaseFilter} based on the Connection.
|
| GrizzlyHttpRequestAdapter | |
| GrizzlyHttpServer |
Grizzly based implementation of an
HttpServer. |
| GrizzlyRequestDispatcherFilter |
Grizzly filter that dispatches the request to the right request handler
|
| GrizzlyServerManager | |
| HttpMimeMultipart | |
| HttpMultipartEncoder |
Creates multipart content from a composed
HttpEntity. |
| HttpParser | |
| IdleExecutor |
Object containing all idle check executors, making it easy to dispose them once a server goes down.
|
| ListenerRequestMatcher |
RequestMatcher for an HTTP listener that accepts request based on a path and a group of allowed methods. |
| MuleSslFilter |
Custom SSL filter that configures additional properties in the grizzly context.
|
| ResponseCompletionHandler |
CompletionHandler, responsible for asynchronous response writing |
| ResponseStreamingCompletionHandler |
CompletionHandler, responsible for asynchronous http response transferring when the response body
is an input stream. |
| WorkManagerSourceExecutorProvider |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.