Class AbstractBackendClient<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.base.net.clientserver.AbstractClient
ch.nolix.base.net.clientserver.AbstractBackendClient<C,S>
Type Parameters:
C - the type of a AbstractBackendClient.
S - the type of the application service of the Application of a AbstractBackendClient.
All Implemented Interfaces:
BackendClient<S>, Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable
Direct Known Subclasses:
AbstractWebClient

public abstract class AbstractBackendClient<C extends AbstractBackendClient<C,S>, S> extends AbstractClient implements BackendClient<S>
Author:
Silvan Wyss