Uses of Interface
com.levigo.jadice.web.transport.server.MessageContext
Packages that use MessageContext
Package
Description
-
Uses of MessageContext in com.levigo.jadice.web.transport.server.networking
Classes in com.levigo.jadice.web.transport.server.networking that implement MessageContextModifier and TypeClassDescriptionclassThis extends theMessageContextby carrying theHttpServletRequestof the client.Methods in com.levigo.jadice.web.transport.server.networking with parameters of type MessageContextModifier and TypeMethodDescriptionvoidClientSession.onMessageReceived(String message, MessageContext messageContext) Server-side transport implementations notify this method about the arrival of messages from a client. -
Uses of MessageContext in com.levigo.jadice.web.transport.server.networking.websocket
Classes in com.levigo.jadice.web.transport.server.networking.websocket that implement MessageContextModifier and TypeClassDescriptionclassThis extends theMessageContextby carrying the WebSocket-Sessionand theHttpSessionof the client. -
Uses of MessageContext in com.levigo.jadice.web.transport.server.session
Methods in com.levigo.jadice.web.transport.server.session with parameters of type MessageContextModifier and TypeMethodDescriptionvoidAuthenticationInfoManager.authenticationInfoUpdated(MessageContext messageContext, String authenticationInfo) Updates the information for the given client