Restlet Engine is the implementation of the Restlet API. This documentation corresponds to the Google App Engine edition. This implementation is extensible using connector, converter or authentication plug-ins.

The Restlet Framework is led by Talend with the help of the Restlet community.
Restlet Engine 
Package Description
org.restlet.engine
Implementation of Restlet API.
org.restlet.engine.adapter
Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.
org.restlet.engine.application
Supports Restlet applications.
org.restlet.engine.component
Supports Restlet components.
org.restlet.engine.connector
Integration with Java URLConnection class.
org.restlet.engine.converter
Supports the converter service.
org.restlet.engine.header
Supports HTTP header parsing and formatting.
org.restlet.engine.io
Supports input and output work.
org.restlet.engine.local
Supports local connectors and resources.
org.restlet.engine.log
Supports the log service.
org.restlet.engine.resource
Supports resources.
org.restlet.engine.security
Supports security.
org.restlet.engine.util
General utilities.