bmv.org.pushca.core.ChannelWithInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushca-client Show documentation
Show all versions of pushca-client Show documentation
Advanced client for Pushca server, without connection pool support
The newest version!
package bmv.org.pushca.core;
import bmv.org.pushca.client.model.ClientFilter;
import java.util.Set;
public class ChannelWithInfo {
public PChannel channel;
public Set members;
public long counter;
public long time;
public boolean read;
}