Package | Description |
---|---|
org.infinispan.rest |
REST Server bootstrap and Netty bridge classes.
|
org.infinispan.rest.authentication |
Authentication API for REST.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanCacheAPIRequest
Representation of a HTTP request related to Cache API operations.
|
Modifier and Type | Method and Description |
---|---|
static InfinispanErrorResponse |
InfinispanErrorResponse.asError(InfinispanRequest request,
io.netty.handler.codec.http.HttpResponseStatus status,
String description) |
static InfinispanCacheResponse |
InfinispanCacheResponse.inReplyTo(InfinispanRequest request)
Creates an
InfinispanResponse as a reply to specific InfinispanRequest . |
InfinispanResponse |
RestResponseException.toResponse(InfinispanRequest request)
Creates Netty response based on error.
|
Constructor and Description |
---|
InfinispanResponse(Optional<InfinispanRequest> request) |
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.challenge(InfinispanRequest request)
Challenges specific
InfinispanRequest for authentication. |
InfinispanResponse |
AuthenticationException.toResponse(InfinispanRequest request) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.