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 ClientSession
AbstractTransportServlet.AbstractTransportSession.client
Methods in com.levigo.jadice.web.transport.server.networking with parameters of type ClientSessionModifier and TypeMethodDescriptionprotected abstract T
AbstractTransportServlet.createTransportSession
(ClientSession clientSession) Creates a new transport session of the typeT
for 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.LongpollSession
LongpollTransportServlet.createTransportSession
(ClientSession client) Constructors in com.levigo.jadice.web.transport.server.networking.longpoll with parameters of type ClientSessionModifierConstructorDescriptionLongpollSession
(ClientSession client) Constructs aLongpollTransportServlet.LongpollSession
for the givenClientSession
of 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.EventStreamSession
EventStreamServlet.createTransportSession
(ClientSession client) Deprecated.