public abstract class AbstractClient extends Object implements Client
A general purpose but very useful RemoteClient implementation is provided that should handle most HTTP(S) connection needs.
Client objects manage state between the web script layer and the remote endpoint.
Connector objects tell the Client objects what to do and when. They orchestrate the sequence of handshakes and so forth so that the end user or developer doesn't need to worry about the underlying mechanics remoting to the endpoint.
| Constructor and Description |
|---|
AbstractClient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
URL |
getURL() |
void |
setEndpoint(String endpoint)
Set the endpoint for the Client instance
|
protected String endpoint
public void setEndpoint(String endpoint)
endpoint - Endpoint URL stempublic String getEndpoint()
getEndpoint in interface ClientCopyright © 2005–2017 Alfresco Software. All rights reserved.