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.
|
java.lang.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 java.io.IOException
request - response - session - java.io.IOExceptionvoid abort()
java.lang.String getSessionId()
Copyright © 2018. All Rights Reserved.