On
http://jwebsocket.org/documentation/JavaDocs/jwebsocketclientapi
the methods
Method Summary
void processClosed(WebSocketClientEvent aEvent)
This method is invoked when a client was disconnected from the Client.
void processOpened(WebSocketClientEvent aEvent)
This method is invoked when a new client successfully connected to the server.
void processOpening(WebSocketClientEvent aEvent)
This method is invoked when a client start to connect to the server.
void processPacket(WebSocketClientEvent aEvent, org.jwebsocket.api.WebSocketPacket aPacket)
This method is invoked when a data packet from a client is received.
void processReconnecting(WebSocketClientEvent aEvent)
This method is invoked when the client starts to automatically re-connect triggered by the Reliability Manager.
are implemented, but on the version available on
http://jwebsocket.googlecode.com/svn/repo
the methods
public final void processReconnecting(final WebSocketClientEvent client)
and
public final void processOpening(final WebSocketClientEvent client) {
as well as the methods
WebSocketClientEvent.getName()
and
WebSocketClientEvent.getData()
are no available.
Both are labeled with version 1.0
What is the most recent version?
Original issue reported on code.google.com by kropf.jo...@gmail.com on 6 Aug 2013 at 7:51
Original issue reported on code.google.com by
kropf.jo...@gmail.com
on 6 Aug 2013 at 7:51