Package org.infinispan.rest
REST Server bootstrap and Netty bridge classes.
- Public API
-
Interface Summary Interface Description JSONConstants -
Class Summary Class Description ALPNHandler Handler responsible for TLS/ALPN negotiation.BaseHttpRequestHandler ByteBufContentSource CacheControl A helper class for controlling Cache Control headers.CacheEntryInputStream AnInputStream
that reads from aCacheStream
of byte[] and produces a JSON output.CacheKeyInputStream AnInputStream
that reads from aCacheStream
of byte[] and produces a JSON output.CorsHandler Handles Cross Origin Resource Sharing (CORS) requests.DateUtils EventStream InvocationHelper NettyRestRequest ARestRequest
backed by Netty.NettyRestResponse ARestResponse
backed by Netty.NettyRestResponse.Builder RestChannelInitializer Creates Netty Channels for this server.RestRequestHandler Netty handler for REST requests.RestServer REST Protocol Server.ServerRestBlockHoundIntegration ServerSentEvent -
Enum Summary Enum Description RequestHeader ResponseHeader ResponseWriter -
Exception Summary Exception Description RestResponseException An exception representing non-critical HTTP processing errors which will be translated intoRestResponse
and sent back to the client.