Package org.infinispan.rest
REST Server bootstrap and Netty bridge classes.
-
Interface Summary Interface Description JSONConstants -
Class Summary Class Description AuthenticationHandler BaseHttpRequestHandler ByteBufContentSource CacheControl A helper class for controlling Cache Control headers.Http11RequestHandler Netty REST handler for HTTP/1.1Http11To2UpgradeHandler Handler responsible for TLS/ALPN negotiation as well as HTTP/1.1 Upgrade header handlingHttp20RequestHandler Netty REST handler for HTTP/2.0InvocationHelper NettyRestRequest ARestRequestbacked by Netty.NettyRestResponse ARestResponsebacked by Netty.NettyRestResponse.Builder RestChannelInitializer Creates Netty Channels for this server.RestServer REST Protocol Server. -
Exception Summary Exception Description RestResponseException An exception representing non-critical HTTP processing errors which will be translated intoRestResponseand sent back to the client.