Skip navigation links
C D E G I J L O P R S T V 

C

chan(String, JsonNode) - Method in class org.phoenixframework.channels.Socket
Retrieve a channel instance for the specified topic
Channel - Class in org.phoenixframework.channels
Encapsulation of a Phoenix channel: a Socket, a topic and the channel's state.
Channel(String, JsonNode, Socket) - Constructor for class org.phoenixframework.channels.Channel
 
ChannelEvent - Enum in org.phoenixframework.channels
 
ChannelState - Enum in org.phoenixframework.channels
 
connect() - Method in class org.phoenixframework.channels.Socket
 

D

disconnect() - Method in class org.phoenixframework.channels.Socket
 

E

Envelope - Class in org.phoenixframework.channels
 
Envelope() - Constructor for class org.phoenixframework.channels.Envelope
 
Envelope(String, String, JsonNode, String) - Constructor for class org.phoenixframework.channels.Envelope
 

G

getEvent(String) - Static method in enum org.phoenixframework.channels.ChannelEvent
 
getEvent() - Method in class org.phoenixframework.channels.Envelope
 
getPayload() - Method in class org.phoenixframework.channels.Envelope
 
getPhxEvent() - Method in enum org.phoenixframework.channels.ChannelEvent
 
getReason() - Method in class org.phoenixframework.channels.Envelope
Helper to retrieve the value of "reason" from the payload
getRef() - Method in class org.phoenixframework.channels.Envelope
Helper to retrieve the value of "ref" from the payload
getResponseStatus() - Method in class org.phoenixframework.channels.Envelope
Helper to retrieve the value of "status" from the payload
getSocket() - Method in class org.phoenixframework.channels.Channel
 
getTopic() - Method in class org.phoenixframework.channels.Channel
 
getTopic() - Method in class org.phoenixframework.channels.Envelope
 

I

IErrorCallback - Interface in org.phoenixframework.channels
 
IMessageCallback - Interface in org.phoenixframework.channels
 
isConnected() - Method in class org.phoenixframework.channels.Socket
 
isMember(String) - Method in class org.phoenixframework.channels.Channel
 
ISocketCloseCallback - Interface in org.phoenixframework.channels
 
ISocketOpenCallback - Interface in org.phoenixframework.channels
 
ITimeoutCallback - Interface in org.phoenixframework.channels
 

J

join() - Method in class org.phoenixframework.channels.Channel
Initiates a channel join event

L

leave() - Method in class org.phoenixframework.channels.Channel
 

O

off(String) - Method in class org.phoenixframework.channels.Channel
Unsubscribe for event notifications
on(String, IMessageCallback) - Method in class org.phoenixframework.channels.Channel
 
onClose() - Method in interface org.phoenixframework.channels.ISocketCloseCallback
 
onClose(ISocketCloseCallback) - Method in class org.phoenixframework.channels.Socket
Register a callback for SocketEvent.ERROR events
onClose(int, String) - Method in class org.phoenixframework.channels.Socket.PhoenixWSListener
 
onError(String) - Method in interface org.phoenixframework.channels.IErrorCallback
 
onError(IErrorCallback) - Method in class org.phoenixframework.channels.Socket
Register a callback for SocketEvent.ERROR events
onFailure(IOException, Response) - Method in class org.phoenixframework.channels.Socket.PhoenixWSListener
 
onMessage(Envelope) - Method in interface org.phoenixframework.channels.IMessageCallback
 
onMessage(IMessageCallback) - Method in class org.phoenixframework.channels.Socket
Register a callback for SocketEvent.MESSAGE events
onMessage(ResponseBody) - Method in class org.phoenixframework.channels.Socket.PhoenixWSListener
 
onOpen() - Method in interface org.phoenixframework.channels.ISocketOpenCallback
 
onOpen(ISocketOpenCallback) - Method in class org.phoenixframework.channels.Socket
Register a callback for SocketEvent.OPEN events
onOpen(WebSocket, Response) - Method in class org.phoenixframework.channels.Socket.PhoenixWSListener
 
onPong(Buffer) - Method in class org.phoenixframework.channels.Socket.PhoenixWSListener
 
onTimeout() - Method in interface org.phoenixframework.channels.ITimeoutCallback
 
org.phoenixframework.channels - package org.phoenixframework.channels
 

P

PhoenixWSListener() - Constructor for class org.phoenixframework.channels.Socket.PhoenixWSListener
 
push(String, JsonNode) - Method in class org.phoenixframework.channels.Channel
 
push(String) - Method in class org.phoenixframework.channels.Channel
 
Push - Class in org.phoenixframework.channels
 
push(Envelope) - Method in class org.phoenixframework.channels.Socket
Sends a message envelope on this socket

R

receive(String, IMessageCallback) - Method in class org.phoenixframework.channels.Push
Registers for notifications on status messages
reconectOnFailure(boolean) - Method in class org.phoenixframework.channels.Socket
Should the socket attempt to reconnect if websocket.onFailure is called.
RECONNECT_INTERVAL_MS - Static variable in class org.phoenixframework.channels.Socket
 
remove(Channel) - Method in class org.phoenixframework.channels.Socket
Removes the specified channel if it is known to the socket
removeAllChannels() - Method in class org.phoenixframework.channels.Socket
 

S

scheduleRepeatingTask(TimerTask, long) - Method in class org.phoenixframework.channels.Channel
 
scheduleTask(TimerTask, long) - Method in class org.phoenixframework.channels.Channel
 
Socket - Class in org.phoenixframework.channels
 
Socket(String) - Constructor for class org.phoenixframework.channels.Socket
 
Socket(String, int) - Constructor for class org.phoenixframework.channels.Socket
 
Socket.PhoenixWSListener - Class in org.phoenixframework.channels
 
SocketEvent - Enum in org.phoenixframework.channels
 
SocketState - Enum in org.phoenixframework.channels
Created by Eoin on 24/04/2015.

T

timeout(ITimeoutCallback) - Method in class org.phoenixframework.channels.Push
Registers for notification of message response timeout
toString() - Method in class org.phoenixframework.channels.Channel
 
toString() - Method in class org.phoenixframework.channels.Envelope
 
toString() - Method in class org.phoenixframework.channels.Socket
 

V

valueOf(String) - Static method in enum org.phoenixframework.channels.ChannelEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.phoenixframework.channels.ChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.phoenixframework.channels.SocketEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.phoenixframework.channels.SocketState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.phoenixframework.channels.ChannelEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.phoenixframework.channels.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.phoenixframework.channels.SocketEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.phoenixframework.channels.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G I J L O P R S T V 
Skip navigation links