Class AppEndpoint
java.lang.Object
org.javalite.activeweb.websockets.AppEndpoint
- Direct Known Subclasses:
JSONListEndpoint
,JSONMapEndpoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpSession
javax.websocket.Session
protected void
protected void
protected void
protected void
protected void
protected void
logWarning(String info)
protected void
logWarning(String info, Throwable e)
void
onClose(javax.websocket.CloseReason closeReason)
void
abstract void
protected void
sendMessage(String message)
void
setHttSession(javax.servlet.http.HttpSession httpSession)
-
Constructor Details
-
AppEndpoint
public AppEndpoint()
-
-
Method Details
-
logInfo
-
logDebug
-
logWarning
-
logWarning
-
logError
-
logError
-
logError
-
setHttSession
public void setHttSession(javax.servlet.http.HttpSession httpSession) -
sendMessage
- Throws:
IOException
-
getSession
public javax.websocket.Session getSession() -
getHttpSession
public javax.servlet.http.HttpSession getHttpSession() -
onMessage
-
onClose
public void onClose(javax.websocket.CloseReason closeReason) -
onError
-