bmv.org.pushca.client.model.OpenConnectionResponse 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.client.model;
public class OpenConnectionResponse {
public String pusherInstanceId;
public String externalAdvertisedUrl;
public String internalAdvertisedUrl;
public String browserAdvertisedUrl;
}