Uses of Interface
org.restlet.client.resource.ClientProxy
-
Packages that use ClientProxy Package Description org.restlet.client.representation Common representation data elements. -
-
Uses of ClientProxy in org.restlet.client.representation
Constructors in org.restlet.client.representation with parameters of type ClientProxy Constructor Description ObjectRepresentation(java.lang.String serializedObject, ClientProxy resource)
Constructor for deserialization.ObjectRepresentation(ClientProxy resource, T object)
Constructor for serialization.
-