org.restlet
Class Connector
java.lang.Object
org.restlet.Uniform
org.restlet.Restlet
org.restlet.Connector
- Direct Known Subclasses:
- Client, Server
public abstract class Connector
- extends Restlet
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
- Author:
- Jerome Louvel (contact@noelios.com)
- See Also:
- Source
dissertation,
Source
dissertation
Methods inherited from class org.restlet.Uniform |
delete, delete, get, get, handle, head, head, options, options, post, post, put, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connector
public Connector(Context context)
- Constructor.
- Parameters:
context
- The context.
Connector
public Connector(Context context,
List<Protocol> protocols)
- Constructor.
- Parameters:
context
- The context.protocols
- The supported protocols.
getProtocols
public List<Protocol> getProtocols()
- Returns the protocols simultaneously supported.
- Returns:
- The protocols simultaneously supported.
Copyright © 2005-2007 Noelios Technologies.