com.pusher.client.connection.impl.InternalConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-java-client Show documentation
Show all versions of pusher-java-client Show documentation
This is a Java client library for Pusher, targeted at core Java and Android.
package com.pusher.client.connection.impl;
import com.pusher.client.connection.Connection;
public interface InternalConnection extends Connection {
void sendMessage(String message);
void disconnect();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy