Klasse AbstractBackendClient<C extends AbstractBackendClient<C,S>,S>

java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractBackendClient<C,S>
Typparameter:
C - is the type of a AbstractBackendClient.
S - is the type of the context of the parent Application of a AbstractBackendClient.
Alle implementierten Schnittstellen:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IBackendClient<S>, IClient, AutoCloseable
Bekannte direkte Unterklassen:
AbstractWebClient

public abstract class AbstractBackendClient<C extends AbstractBackendClient<C,S>,S> extends AbstractClient<C> implements IBackendClient<S>
Version:
2022-03-18
Autor:
Silvan Wyss