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

java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
ch.nolix.system.webapplication.base.AbstractWebClientSession<C,S>
Type Parameters:
C - is the type of the AbstractWebClient of a AbstractWebClientSession.
S - is the type of the application service of the IApplication of the AbstractWebClient of a AbstractWebClientSession.
All Implemented Interfaces:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
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()