
public class XDIWebSocketAgentRouter extends XDIAbstractAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient> implements XDIAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient>
| Constructor and Description |
|---|
XDIWebSocketAgentRouter() |
XDIWebSocketAgentRouter(XDIArc toPeerRootXDIArc,
URI xdiWebSocketEndpointUri) |
| Modifier and Type | Method and Description |
|---|---|
XDIArc |
getToPeerRootXDIArc() |
URI |
getXdiWebSocketEndpointUri() |
protected XDIWebSocketClientRoute |
routeInternal(XDIArc toPeerRootXDIArc) |
void |
setToPeerRootXDIArc(XDIArc toPeerRootXDIArc) |
void |
setXdiWebSocketEndpointUri(URI xdiWebSocketEndpointUri) |
getManipulators, getOverrideToPeerRootXDIArc, overrideToPeerRootXDIArc, route, setManipulators, setOverrideToPeerRootXDIArcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitroutepublic XDIWebSocketAgentRouter(XDIArc toPeerRootXDIArc, URI xdiWebSocketEndpointUri)
public XDIWebSocketAgentRouter()
protected XDIWebSocketClientRoute routeInternal(XDIArc toPeerRootXDIArc) throws Xdi2AgentException
routeInternal in class XDIAbstractAgentRouter<XDIWebSocketClientRoute,XDIWebSocketClient>Xdi2AgentExceptionpublic XDIArc getToPeerRootXDIArc()
public void setToPeerRootXDIArc(XDIArc toPeerRootXDIArc)
public URI getXdiWebSocketEndpointUri()
public void setXdiWebSocketEndpointUri(URI xdiWebSocketEndpointUri)
Copyright © 2017. All rights reserved.