Class AbstractWebClientSession<C extends AbstractWebClient<C,S>, S>

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

public abstract class AbstractWebClientSession<C extends AbstractWebClient<C,S>, S> extends AbstractSession<C,S>
Author:
Silvan Wyss
  • Constructor Details

    • AbstractWebClientSession

      public AbstractWebClientSession()