public class HelloData
extends java.lang.Object
| Constructor and Description |
|---|
HelloData(HelloMessage hello,
ConnectionInfo connectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
AppSequence |
getAppSequence() |
java.lang.String |
getComManId() |
ConnectionInfo |
getConnectionInfo() |
Iterator |
getDevicePortTypes()
Get port types of the device transmitted by the hello message.
|
DiscoveryData |
getDiscoveryData() |
EndpointReference |
getEndpointReference()
Get endpoint reference of the device transmitted by the hello message.
|
long |
getMetadataVersion()
Get metadata version of the device transmitted by the hello message.
|
Iterator |
getScopes()
Get scopes of the device transmitted by the hello message.
|
Iterator |
getXAddressInfos()
Get transport addresses of the device transmitted by the hello message.
|
java.lang.String |
toString() |
public HelloData(HelloMessage hello, ConnectionInfo connectionInfo)
public EndpointReference getEndpointReference()
public long getMetadataVersion()
public Iterator getScopes()
public Iterator getDevicePortTypes()
public Iterator getXAddressInfos()
public java.lang.String toString()
toString in class java.lang.Objectpublic DiscoveryData getDiscoveryData()
public AppSequence getAppSequence()
public ConnectionInfo getConnectionInfo()
public java.lang.String getComManId()