| Package | Description |
|---|---|
| org.restlet.engine.resource |
Supports resources.
|
| org.restlet.resource |
Client and server resource classes.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResource |
ClientInvocationHandler.getClientResource()
Returns the associated client resource.
|
| Constructor and Description |
|---|
ClientInvocationHandler(ClientResource clientResource,
Class<? extends T> resourceInterface)
Constructor.
|
ClientInvocationHandler(ClientResource clientResource,
Class<? extends T> resourceInterface,
AnnotationUtils annotationUtils)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResource |
ClientResource.getChild(Reference relativeRef)
Returns the child resource defined by its URI relatively to the current
resource.
|
ClientResource |
ClientResource.getChild(String relativeUri)
Returns the child resource defined by its URI relatively to the current
resource.
|
ClientResource |
ClientProxy.getClientResource()
Returns the wrapped client resource.
|
ClientResource |
ClientResource.getParent()
Returns the parent resource.
|
| Constructor and Description |
|---|
ClientResource(ClientResource resource)
Constructor.
|
Copyright © 2005–2025. All rights reserved.