| Package | Description |
|---|---|
| com.tangosol.coherence.rest.server |
Contains classes related to embedded HTTP server integration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpServer
Implementation of
HttpServer that uses Sun's lightweight HTTP server to handle requests. |
class |
GrizzlyHttpServer
Implementation of
HttpServer that uses Grizzly 2 to handle requests. |
class |
JettyHttpServer
Implementation of
HttpServer that uses Jetty Http Server to handle requests. |
class |
SimpleHttpServer
Implementation of
HttpServer that uses Simple Framework to handle requests. |