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

Type Parameters:
C - the type of a AbstractWebClient.
S - the type of the application service of the Application of a AbstractWebClient.
All Implemented Interfaces:
BackendClient<S>, Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, ICookieManager, AutoCloseable
Direct Known Subclasses:
WebClient

public abstract class AbstractWebClient<C extends AbstractWebClient<C,S>, S> extends AbstractBackendClient<C,S> implements ICookieManager
Author:
Silvan Wyss