001package com.pusher.client.channel;
002
003/**
004 * Represents a subscription to an encrypted private channel.
005 */
006public interface PrivateEncryptedChannel extends Channel {
007    // it's not currently possible to send a message using private encrypted channels
008}