| Package | Description |
|---|---|
| org.infinispan.rest |
REST Server bootstrap and Netty bridge classes.
|
| org.infinispan.rest.authentication |
Authentication API for REST.
|
| Class and Description |
|---|
| CacheControl
A helper class for controlling Cache Control headers.
|
| Http11To2UpgradeHandler
Handler responsible for TLS/ALPN negotiation as well as HTTP/1.1 Upgrade header handling
|
| Http20RequestHandler
Netty REST handler for HTTP/2.0
|
| NettyRestResponse
A
RestResponse backed by Netty. |
| NettyRestResponse.Builder |
| RestChannelInitializer
Creates Netty Channels for this server.
|
| RestServer
REST Protocol Server.
|
| Class and Description |
|---|
| NettyRestRequest
A
RestRequest backed by Netty. |
| RestResponseException
An exception representing non-critical HTTP processing errors which will be translated
into
RestResponse and sent back to the client. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.