Uses of Class
com.tangosol.coherence.rest.util.StaticContent
-
Packages that use StaticContent Package Description com.tangosol.coherence.rest.io Contains classes related to REST marshalling. -
-
Uses of StaticContent in com.tangosol.coherence.rest.io
Methods in com.tangosol.coherence.rest.io that return StaticContent Modifier and Type Method Description StaticContentStaticContentMarshaller. unmarshal(InputStream in, javax.ws.rs.core.MediaType mediaType)Methods in com.tangosol.coherence.rest.io with parameters of type StaticContent Modifier and Type Method Description voidStaticContentMarshaller. marshal(StaticContent value, OutputStream out, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders)
-