Uses of Interface
com.levigo.jadice.web.transport.server.networking.ClientSession
Packages that use ClientSession
Package
Description
-
Uses of ClientSession in com.levigo.jadice.web.transport.server.networking
Fields in com.levigo.jadice.web.transport.server.networking declared as ClientSessionModifier and TypeFieldDescriptionprotected final ClientSessionAbstractTransportServlet.AbstractTransportSession.clientMethods in com.levigo.jadice.web.transport.server.networking with parameters of type ClientSessionModifier and TypeMethodDescriptionprotected abstract TAbstractTransportServlet.createTransportSession(ClientSession clientSession) Creates a new transport session of the typeTfor the givenClientSession.Constructors in com.levigo.jadice.web.transport.server.networking with parameters of type ClientSession -
Uses of ClientSession in com.levigo.jadice.web.transport.server.networking.longpoll
Methods in com.levigo.jadice.web.transport.server.networking.longpoll with parameters of type ClientSessionModifier and TypeMethodDescriptionprotected LongpollTransportServlet.LongpollSessionLongpollTransportServlet.createTransportSession(ClientSession client) Constructors in com.levigo.jadice.web.transport.server.networking.longpoll with parameters of type ClientSessionModifierConstructorDescriptionLongpollSession(ClientSession client) Constructs aLongpollTransportServlet.LongpollSessionfor the givenClientSessionof the session layer. -
Uses of ClientSession in com.levigo.jadice.web.transport.server.networking.sse
Methods in com.levigo.jadice.web.transport.server.networking.sse with parameters of type ClientSessionModifier and TypeMethodDescriptionprotected com.levigo.jadice.web.transport.server.networking.sse.EventStreamServlet.EventStreamSessionEventStreamServlet.createTransportSession(ClientSession client) Deprecated.