public class ChannelInfo
extends java.lang.Object
| Constructor and Description | 
|---|
ChannelInfo(BlaubotChannel channel,
           java.lang.String ownDeviceId)  | 
| Modifier and Type | Method and Description | 
|---|---|
BlaubotChannel | 
getChannel()  | 
BlaubotChannelConfig | 
getChannelConfig()  | 
int | 
getQueueCapacity()  | 
int | 
getQueueSize()  | 
long | 
getReceivedBytes()  | 
long | 
getReceivedMessages()  | 
long | 
getSentBytes()  | 
long | 
getSentMessages()  | 
java.util.concurrent.ConcurrentSkipListSet<java.lang.String> | 
getSubscriptions()  | 
boolean | 
isActive()  | 
boolean | 
isOwnDeviceSubscriberToChannel()  | 
public ChannelInfo(BlaubotChannel channel, java.lang.String ownDeviceId)
public BlaubotChannelConfig getChannelConfig()
public int getQueueSize()
public int getQueueCapacity()
public java.util.concurrent.ConcurrentSkipListSet<java.lang.String> getSubscriptions()
public boolean isActive()
public long getSentBytes()
public long getSentMessages()
public long getReceivedMessages()
public long getReceivedBytes()
public BlaubotChannel getChannel()
public boolean isOwnDeviceSubscriberToChannel()