| Package | Description |
|---|---|
| xdi2.client |
A client can send messages to an XDI endpoint and receive results.
|
| xdi2.client.agent.impl | |
| xdi2.client.events | |
| xdi2.client.http |
An XDI client that can send XDI messages via HTTP.
|
| xdi2.client.local |
An XDI client that can "send" XDI messages to local Graph objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XDIAbstractClient |
| Modifier and Type | Method and Description |
|---|---|
protected XDIClient |
XDIBasicAgent.constructXdiClient(URL xdiEndpointUrl) |
XDIClient |
XDIBasicAgent.getXdiClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
XDIBasicAgent.setXdiClient(XDIClient xdiClient) |
| Constructor and Description |
|---|
XDIBasicAgent(XDIClient xdiClient) |
XDIBasicAgent(XDIDiscoveryClient xdiDiscoveryClient,
XDIClient xdiClient) |
XDIBasicAgent(XDIDiscoveryClient xdiDiscoveryClient,
XDIClient xdiClient,
xdi2.core.syntax.XDIAddress linkContractXDIAddress) |
| Modifier and Type | Method and Description |
|---|---|
XDIClient |
XDISendEvent.getSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
XDIHttpClient
An XDI client that can send XDI messages over HTTP and receive results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XDILocalClient
An XDI client that can apply XDI messages locally on messaging targets.
|
Copyright © 2015. All Rights Reserved.