| java.lang.Object org.restlet.Uniform org.restlet.Restlet org.restlet.Connector
All known Subclasses: org.restlet.Client, org.restlet.Server,
Connector | abstract public class Connector extends Restlet (Code) | | Restlet enabling communication between Components. "A connector is an
abstract mechanism that mediates communication, coordination, or cooperation
among components. Connectors enable communication between components by
transferring data elements from one interface to another without changing the
data." Roy T. Fielding "Encapsulate the activities of accessing
resources and transferring resource representations. The connectors present
an abstract interface for component communication, enhancing simplicity by
providing a clean separation of concerns and hiding the underlying
implementation of resources and communication mechanisms" Roy T. Fielding
See Also: Source
* dissertation See Also: Source
* dissertation author: Jerome Louvel (contact@noelios.com) |
Connector | public Connector(Context context)(Code) | | Constructor.
Parameters: context - The context. |
Connector | public Connector(Context context, List<Protocol> protocols)(Code) | | Constructor.
Parameters: context - The context. Parameters: protocols - The supported protocols. |
getProtocols | public List<Protocol> getProtocols()(Code) | | Returns the protocols simultaneously supported.
The protocols simultaneously supported. |
|
|