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 StaticContent
StaticContentMarshaller. 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 void
StaticContentMarshaller. marshal(StaticContent value, OutputStream out, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders)
-