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

Type Parameters:
C - is the type of a AbstractWebClient.
S - is the type of the application service of the IApplication of a AbstractWebClient.
All Implemented Interfaces:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, ICookieManager, IBackendClient<S>, IClient, AutoCloseable
Direct Known Subclasses:
WebClient

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