|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionEventListener | |
---|---|
com.pusher.client | Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. |
com.pusher.client.channel.impl | |
com.pusher.client.connection | Classes related to the Pusher connection, connection state and monitoring connection state changes. |
com.pusher.client.connection.websocket | |
com.pusher.client.example | Examples that can be executed as part of testing from the built .jar. |
Uses of ConnectionEventListener in com.pusher.client |
---|
Methods in com.pusher.client with parameters of type ConnectionEventListener | |
---|---|
void |
Pusher.connect(ConnectionEventListener eventListener,
ConnectionState... connectionStates)
Binds a ConnectionEventListener to the specified events and then connects to Pusher. |
Uses of ConnectionEventListener in com.pusher.client.channel.impl |
---|
Classes in com.pusher.client.channel.impl that implement ConnectionEventListener | |
---|---|
class |
ChannelManager
|
Uses of ConnectionEventListener in com.pusher.client.connection |
---|
Methods in com.pusher.client.connection with parameters of type ConnectionEventListener | |
---|---|
void |
Connection.bind(ConnectionState state,
ConnectionEventListener eventListener)
Bind to connection events. |
boolean |
Connection.unbind(ConnectionState state,
ConnectionEventListener eventListener)
Unbind from connection state changes. |
Uses of ConnectionEventListener in com.pusher.client.connection.websocket |
---|
Methods in com.pusher.client.connection.websocket with parameters of type ConnectionEventListener | |
---|---|
void |
WebSocketConnection.bind(ConnectionState state,
ConnectionEventListener eventListener)
|
boolean |
WebSocketConnection.unbind(ConnectionState state,
ConnectionEventListener eventListener)
|
Uses of ConnectionEventListener in com.pusher.client.example |
---|
Classes in com.pusher.client.example that implement ConnectionEventListener | |
---|---|
class |
ExampleApp
|
class |
PresenceChannelExampleApp
|
class |
PrivateChannelExampleApp
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |