| Package | Description |
|---|---|
| com.pusher.client.channel.impl | |
| com.pusher.client.connection.websocket | |
| com.pusher.client.util |
Contains helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.setConnection(InternalConnection connection) |
| Constructor and Description |
|---|
PresenceChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer,
Factory factory) |
PrivateChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer,
Factory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketConnection |
| Modifier and Type | Method and Description |
|---|---|
InternalConnection |
Factory.getConnection(String apiKey,
PusherOptions options) |
| Modifier and Type | Method and Description |
|---|---|
PresenceChannelImpl |
Factory.newPresenceChannel(InternalConnection connection,
String channelName,
Authorizer authorizer) |
PrivateChannelImpl |
Factory.newPrivateChannel(InternalConnection connection,
String channelName,
Authorizer authorizer) |
Copyright © 2016 Pusher. All rights reserved.