| Interface | Description |
|---|---|
| ExecutorProvider | |
| GrizzlyAddressFilter<F extends org.glassfish.grizzly.filterchain.BaseFilter> |
| Class | Description |
|---|---|
| BaseResponseCompletionHandler | |
| DefaultClientConnection |
Provides information about the client connection
|
| DefaultHttpRequestContext |
Holds the input from an http request.
|
| DefaultServerConnection |
Provices information on the server connection.
|
| 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.
|
| GrizzlyHttpMessage |
Base class for a grizzly based implementation of
BaseHttpMessage |
| 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.
|
| 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–2021 MuleSoft, Inc.. All rights reserved.