Class AbstractFrontendClient<C extends AbstractFrontendClient<C>>

java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractFrontendClient<C>
Type Parameters:
C - is the type of a AbstractFrontendClient.
All Implemented Interfaces:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IClient, AutoCloseable

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

    • AbstractFrontendClient

      public AbstractFrontendClient()
  • Method Details

    • isOnBackend

      public final boolean isOnBackend()
      Returns:
      true if the current ConnectionSideRequestable is on the back-end, false otherwise.