Klasse AbstractFrontendClient<C extends AbstractFrontendClient<C>>

java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractFrontendClient<C>
Typparameter:
C - is the type of a AbstractFrontendClient.
Alle implementierten Schnittstellen:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IClient, AutoCloseable

public abstract class AbstractFrontendClient<C extends AbstractFrontendClient<C>> extends AbstractClient<C>
Autor:
Silvan Wyss
  • Konstruktordetails

    • AbstractFrontendClient

      public AbstractFrontendClient()
  • Methodendetails

    • isOnBackend

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