Class AbstractSession<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.base.net.clientserver.AbstractSession<C,S>
Type Parameters:
C - the type of the AbstractBackendClient of a AbstractSession
S - the type of the application service of the parent AbstractApplication of the parent AbstractBackendClient of a AbstractSession
All Implemented Interfaces:
AlivenessRequestable, Session<C,S>, ClientComponent<C>, Refreshable
Direct Known Subclasses:
AbstractWebClientSession, TestSession

public abstract class AbstractSession<C extends AbstractBackendClient<C,S>, S> extends Object implements Session<C,S>
Author:
Silvan Wyss