Package 

Class WsMessageContext

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final Session session
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String message() Receive a string message from the client
      final <T extends Any> T messageAsClass(Type type) Receive a message from the client as a class
      final <T extends Any> T messageAsClass(Class<T> clazz) See Also: messageAsClass
      final <T extends Any> T messageAsClass() Reified version of messageAsClass (Kotlin only)
      • Methods inherited from class io.javalin.websocket.WsContext

        attribute, attribute, attributeMap, closeSession, closeSession, closeSession, closeSession, closeSession, cookie, cookieMap, disableAutomaticPings, enableAutomaticPings, enableAutomaticPings, enableAutomaticPings, equals, hashCode, header, headerAsClass, headerMap, host, matchedPath, pathParam, pathParamAsClass, pathParamAsClass, pathParamMap, queryParam, queryParamAsClass, queryParamAsClass, queryParamMap, queryParams, queryString, send, send, send, sendAsClass, sendAsClass, sendPing, sendPing, sessionAttribute, sessionAttributeMap, sessionId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait