Uses of Interface
com.levigo.jadice.web.transport.server.session.Client
Packages that use Client
Package
Description
-
Uses of Client in com.levigo.jadice.web.transport.server
Methods in com.levigo.jadice.web.transport.server that return types with arguments of type ClientModifier and TypeMethodDescriptionNetworkContext.getClients()
Deprecated.Returns a list of all clients known by this server. -
Uses of Client in com.levigo.jadice.web.transport.server.session
Methods in com.levigo.jadice.web.transport.server.session with parameters of type ClientModifier and TypeMethodDescriptionvoid
ClientSessionListener.methodChanged
(Client client, Method oldMethod, Method newMethod) void
ClientSessionListener.sessionClosed
(Client client) Informs that a client session was closed.void
ClientSessionListener.sessionStarted
(Client client) Informs about a new client session that was started.void
ClientSessionListener.sessionTimedOut
(Client client) Informs about a client session that timed out.