You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
Gottox edited this page Mar 16, 2012
·
3 revisions
Read this if you want to investigate in socket.io-java-client.
What is the SocketIO class?
SocketIO is the API frontend. You can use this to connect to multiple hosts. If an
IOConnection object exists for a certian host, it will be reused as the
socket.io specs state.
This class is used to hold a connection to a socket.io server. It handles calling
callback functions of the corresponding SocketIO and reconnecting if the connection
is shut down ungracefully.
This interface describes a connection to a host. The implementation can be fairly minimal,
as IOConnection does most of the work for you. Reconnecting, errorhandling, etc... is
handled by IOConnection.