Uses of Interface
org.infinispan.rest.framework.ContentSource
-
Packages that use ContentSource Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.framework org.infinispan.rest.framework.impl -
-
Uses of ContentSource in org.infinispan.rest
Classes in org.infinispan.rest that implement ContentSource Modifier and Type Class Description classByteBufContentSourceMethods in org.infinispan.rest that return ContentSource Modifier and Type Method Description ContentSourceNettyRestRequest. contents() -
Uses of ContentSource in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return ContentSource Modifier and Type Method Description ContentSourceRestRequest. contents() -
Uses of ContentSource in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl with parameters of type ContentSource Modifier and Type Method Description BRestRequestBuilder. setContents(ContentSource contents)
-