See: Description
| Interface | Description |
|---|---|
| HttpServer |
An interface implemented by embedded HTTP servers.
|
| Class | Description |
|---|---|
| AbstractHttpServer |
Abstract base class for
HttpServer implementations. |
| AbstractHttpServer.SimpleSecurityContext |
Simple implementation of the SecurityContext interface.
|
| ContainerResourceConfig |
An extension of
DefaultResourceConfig that should be used for container deployments of Coherence REST. |
| DefaultHttpServer |
Implementation of
HttpServer that uses Sun's lightweight HTTP server to handle requests. |
| DefaultResourceConfig |
An extension of org.glassfish.jersey.server.ResourceConfig that registers the Coherence REST root resource and provider classes, in addition to user defined package names.
|
| GrizzlyHttpServer |
Implementation of
HttpServer that uses Grizzly 2 to handle requests. |
| InjectionBinder |
A binder for REST API dependencies.
|
| JettyHttpServer |
Implementation of
HttpServer that uses Jetty Http Server to handle requests. |
| PassThroughResourceConfig |
An alternate
ResourceConfig implementation that supports pass-through access to all the caches defined by the cache configuration. |
| SimpleHttpServer |
Implementation of
HttpServer that uses Simple Framework to handle requests. |