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