Package com.levigo.jadice.web.transport.server.session
package com.levigo.jadice.web.transport.server.session
-
ClassDescriptionThe manager holds all information about the connected clients and their provided authentication information.An upstream view of a
Client.A ClientSessionListener offers methods to listen on client sessions events:ClientSessionListener.sessionStarted(Client)ClientSessionListener.sessionClosed(Client)ClientSessionListener.sessionTimedOut(Client)ClientSessionListener.methodChanged(Client c, Method method, Method method)