Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.data |
Information exchanged by components.
|
org.restlet.engine.component |
Supports Restlet components.
|
org.restlet.engine.converter |
Supports the converter service.
|
org.restlet.engine.local |
Supports local connectors and resources.
|
org.restlet.ext.jackson |
Integration with Jackson 1.4.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.routing |
Classes related to call routing.
|
org.restlet.service |
Services used by applications and components.
|
Class and Description |
---|
Finder
Restlet that can find the target server resource that will effectively handle
incoming calls.
|
Class and Description |
---|
Resource
Deprecated.
Use the new
ServerResource class instead. |
Class and Description |
---|
Finder
Restlet that can find the target server resource that will effectively handle
incoming calls.
|
Class and Description |
---|
UniformResource
Base resource class exposing the uniform REST interface.
|
Class and Description |
---|
Directory
Finder mapping a directory of local resources.
|
ResourceException
Encapsulates a response status and the optional cause as a checked exception.
|
ServerResource
Base class for server-side resources.
|
UniformResource
Base resource class exposing the uniform REST interface.
|
Class and Description |
---|
UniformResource
Base resource class exposing the uniform REST interface.
|
Class and Description |
---|
ClientResource
Client-side resource.
|
Finder
Restlet that can find the target server resource that will effectively handle
incoming calls.
|
Handler
Deprecated.
Use the new
ServerResource class instead. |
ResourceException
Encapsulates a response status and the optional cause as a checked exception.
|
ServerResource
Base class for server-side resources.
|
UniformResource
Base resource class exposing the uniform REST interface.
|
Class and Description |
---|
Finder
Restlet that can find the target server resource that will effectively handle
incoming calls.
|
Class and Description |
---|
UniformResource
Base resource class exposing the uniform REST interface.
|
Copyright © 2005-2012. All Rights Reserved.