Interface ConnectionSideRequestable

All Known Subinterfaces:
IBackendClient<S>, IClient
All Known Implementing Classes:
AbstractBackendClient, AbstractClient, AbstractFrontendClient, AbstractWebClient, WebClient

public interface ConnectionSideRequestable
A ConnectionSideRequestable can be requested if it is on back-end or front-end.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isOnBackend

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

      default boolean isOnFrontend()
      Returns:
      true if the current ConnectionSideRequestable is on the front-end, false otherwise.