| Interface | Description |
|---|---|
| Endpoint |
An HTTP server (host, port, protocol) triple plus connector specific
configuration
|
| Filter | |
| LifecycleListener |
Interface that provide common mechanism for life cycle management of tasks
and threads.
|
| LifecycleManager |
Interface that provide common mechanism for life cycle management of tasks
and threads.
The classes that implements this interface are supposed to support shutdown of LifecycleListener items. |
| MediaTypeResolver |
Resolution policy which maps a media type (MIME type) to a content handler.
|
| Server |
Enqueues requests and transmits queued responses
|
| ServerConfigurator |
Allow applications to add custom configuration to a @{link Server}
implementation before starting the server (e.g.
|
| Service |
Represents a service entry point.
|
| SslEndpoint |
An SSL endpoint.
|
| StaticContentService |
A Service for serving static content/files.
|
| Enum | Description |
|---|---|
| Endpoint.EndpointType |
Describe the endpoint's I/O connector type
|
| Endpoint.Protocol |
Describes the endpoint's protocol
|
| Filter.Dispatcher | |
| Service.TransportGuarantee |
Restrictions on the type of connection this service.
|
| Exception | Description |
|---|---|
| InternalException |
Thrown when an unexpected framework error occurs.
|
Copyright © 2022. All rights reserved.