ChannelClient.Channel

public static interface ChannelClient.Channel implements Parcelable

A channel created through ChannelClient.openChannel(String, String).

The implementation of this interface is parcelable and immutable, and implements reasonable Object.equals(Object) and Object.hashCode() methods, so can be used in collections.

Inherited Constant Summary

Public Method Summary

abstract String
getNodeId()
Returns the node ID of the node on the other side of the channel.
abstract String
getPath()
Returns the path that was used to open the channel.

Inherited Method Summary

Public Methods

public abstract String getNodeId ()

Returns the node ID of the node on the other side of the channel.

public abstract String getPath ()

Returns the path that was used to open the channel.