Class StringResource

java.lang.Object
org.apache.juneau.http.resource.BasicResource
org.apache.juneau.http.resource.StringResource
All Implemented Interfaces:
HttpEntity, HttpResource

public class StringResource extends BasicResource
A self contained, repeatable resource that obtains its content from a String.
See Also: