All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pusher.client.connection.impl.InternalConnection Maven / Gradle / Ivy

There is a newer version: 2.4.4
Show newest version
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