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 TypeMethodDescriptionvoidClientSessionListener.methodChanged(Client client, Method oldMethod, Method newMethod) voidClientSessionListener.sessionClosed(Client client) Informs that a client session was closed.voidClientSessionListener.sessionStarted(Client client) Informs about a new client session that was started.voidClientSessionListener.sessionTimedOut(Client client) Informs about a client session that timed out.