Class AbstractFrontendClient<C extends AbstractFrontendClient<C>>

java.lang.Object
ch.nolix.base.net.clientserver.AbstractClient
ch.nolix.base.net.clientserver.AbstractFrontendClient<C>
Type Parameters:
C - the type of a AbstractFrontendClient.
All Implemented Interfaces:
Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable

public abstract class AbstractFrontendClient<C extends AbstractFrontendClient<C>> extends AbstractClient
Author:
Silvan Wyss
  • Constructor Details

    • AbstractFrontendClient

      public AbstractFrontendClient()
  • Method Details

    • isBackendClient

      public final boolean isBackendClient()
      Returns:
      true if the current Client is a back-end client, false otherwise