|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalConnection | |
|---|---|
| com.pusher.client.channel.impl | |
| com.pusher.client.connection.websocket | |
| com.pusher.client.util | Contains helper classes. |
| Uses of InternalConnection in com.pusher.client.channel.impl |
|---|
| Methods in com.pusher.client.channel.impl with parameters of type InternalConnection | |
|---|---|
void |
ChannelManager.setConnection(InternalConnection connection)
|
| Constructors in com.pusher.client.channel.impl with parameters of type InternalConnection | |
|---|---|
PresenceChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer)
|
|
PrivateChannelImpl(InternalConnection connection,
String channelName,
Authorizer authorizer)
|
|
| Uses of InternalConnection in com.pusher.client.connection.websocket |
|---|
| Classes in com.pusher.client.connection.websocket that implement InternalConnection | |
|---|---|
class |
WebSocketConnection
|
| Uses of InternalConnection in com.pusher.client.util |
|---|
| Methods in com.pusher.client.util that return InternalConnection | |
|---|---|
static InternalConnection |
Factory.getConnection(String apiKey,
boolean encrypted)
|
| Methods in com.pusher.client.util with parameters of type InternalConnection | |
|---|---|
static PresenceChannelImpl |
Factory.newPresenceChannel(InternalConnection connection,
String channelName,
Authorizer authorizer)
|
static PrivateChannelImpl |
Factory.newPrivateChannel(InternalConnection connection,
String channelName,
Authorizer authorizer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||