
public class XDIWebSocketDiscoveryAgentRouter extends XDIAbstractAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient> implements XDIAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient>
| Constructor and Description |
|---|
XDIWebSocketDiscoveryAgentRouter() |
XDIWebSocketDiscoveryAgentRouter(XDIDiscoveryClient xdiDiscoveryClient) |
XDIWebSocketDiscoveryAgentRouter(XDIDiscoveryClient xdiDiscoveryClient,
boolean discoverFromAuthority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDiscoverFromAuthority() |
XDIDiscoveryClient |
getXdiDiscoveryClient() |
protected XDIWebSocketClientRoute |
routeInternal(XDIArc toPeerRootXDIArc) |
void |
setDiscoverFromAuthority(boolean discoverFromAuthority) |
void |
setXdiDiscoveryClient(XDIDiscoveryClient xdiDiscoveryClient) |
getManipulators, getOverrideToPeerRootXDIArc, overrideToPeerRootXDIArc, route, setManipulators, setOverrideToPeerRootXDIArcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitroutepublic XDIWebSocketDiscoveryAgentRouter(XDIDiscoveryClient xdiDiscoveryClient, boolean discoverFromAuthority)
public XDIWebSocketDiscoveryAgentRouter(XDIDiscoveryClient xdiDiscoveryClient)
public XDIWebSocketDiscoveryAgentRouter()
protected XDIWebSocketClientRoute routeInternal(XDIArc toPeerRootXDIArc) throws Xdi2AgentException
routeInternal in class XDIAbstractAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient>Xdi2AgentExceptionpublic XDIDiscoveryClient getXdiDiscoveryClient()
public void setXdiDiscoveryClient(XDIDiscoveryClient xdiDiscoveryClient)
public boolean getDiscoverFromAuthority()
public void setDiscoverFromAuthority(boolean discoverFromAuthority)
Copyright © 2017. All rights reserved.