Uses of Interface
org.atmosphere.socketio.SocketIOSessionOutbound
-
Packages that use SocketIOSessionOutbound Package Description org.atmosphere.socketio org.atmosphere.socketio.cpr org.atmosphere.socketio.transport -
-
Uses of SocketIOSessionOutbound in org.atmosphere.socketio
Subinterfaces of SocketIOSessionOutbound in org.atmosphere.socketio Modifier and Type Interface Description interfaceSocketIOWebSocketSessionWrapperMethods in org.atmosphere.socketio that return SocketIOSessionOutbound Modifier and Type Method Description SocketIOSessionOutboundSocketIOSession. getTransportHandler()Methods in org.atmosphere.socketio with parameters of type SocketIOSessionOutbound Modifier and Type Method Description voidSocketIOSession. onConnect(org.atmosphere.cpr.AtmosphereResourceImpl resource, SocketIOSessionOutbound handler)voidSocketIOSession. onMessage(org.atmosphere.cpr.AtmosphereResourceImpl resource, SocketIOSessionOutbound handler, java.lang.String message)Pass message through to contained SocketIOInbound If a timeout timer is set, then it will be reset. -
Uses of SocketIOSessionOutbound in org.atmosphere.socketio.cpr
Methods in org.atmosphere.socketio.cpr with parameters of type SocketIOSessionOutbound Modifier and Type Method Description abstract voidSocketIOAtmosphereHandler. onConnect(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler)Called when the connection is established.abstract voidSocketIOAtmosphereHandler. onDisconnect(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler, DisconnectReason reason)Called when the socket connection is disconnected.abstract voidSocketIOAtmosphereHandler. onMessage(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler, java.lang.String message)Called for each message received. -
Uses of SocketIOSessionOutbound in org.atmosphere.socketio.transport
Classes in org.atmosphere.socketio.transport that implement SocketIOSessionOutbound Modifier and Type Class Description protected classJSONPPollingTransport.XHRPollingSessionHelperclassWebSocketTransport.SocketIOWebSocketSessionWrapperImplprotected classXHRPollingTransport.XHRPollingSessionHelperprotected classXHRTransport.XHRSessionHelper
-