Uses of Interface
org.infinispan.rest.framework.RestResponse
-
Packages that use RestResponse Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.framework -
-
Uses of RestResponse in org.infinispan.rest
Classes in org.infinispan.rest that implement RestResponse Modifier and Type Class Description classNettyRestResponseARestResponsebacked by Netty. -
Uses of RestResponse in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return RestResponse Modifier and Type Method Description RestResponseRestDispatcher. dispatch(RestRequest restRequest)Methods in org.infinispan.rest.framework that return types with arguments of type RestResponse Modifier and Type Method Description java.util.function.Function<RestRequest,RestResponse>Invocation. handler()Return the function to execute the invocation.
-