Package | Description |
---|---|
ej.rest.web |
Modifier and Type | Method and Description |
---|---|
BinaryResource |
Resty.bytes(java.lang.String anUri)
Get the resource specified by the uri and return a binary resource for
it.
|
BinaryResource |
Resty.bytes(java.lang.String anUri,
AbstractContent someContent)
POST to the URI and get the resource as binary resource.
|
BinaryResource |
Resty.bytes(java.net.URI anUri)
Get the resource specified by the uri and return a binary resource for
it.
|
BinaryResource |
Resty.bytes(java.net.URI anUri,
AbstractContent someContent)
POST to the URI and get the resource as binary resource.
|
protected BinaryResource |
Resty.createBinaryResource() |