public interface SocketIOSessionOutbound extends SocketIOOutbound
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Cause connection and all activity to be aborted and all resources to be released.
|
String |
getSessionId() |
org.atmosphere.cpr.Action |
handle(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response,
SocketIOSession session) |
close, disconnect, sendMessage, sendMessage, sendMessageorg.atmosphere.cpr.Action handle(org.atmosphere.cpr.AtmosphereRequest request,
org.atmosphere.cpr.AtmosphereResponse response,
SocketIOSession session)
throws IOException
request - response - session - IOExceptionvoid abort()
String getSessionId()
Copyright © 2015. All Rights Reserved.