Interface IClientRequestHandler

All Known Implementing Classes:
BaseClientRequestHandler, SignUpAssistantComponent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IClientRequestHandler
  • Method Details

    • handleClientRequest

      void handleClientRequest(User sender, ISFSObject params, TransportType txType)
      Handle a client request
      Parameters:
      sender - the sender of the request
      params - the parameters of the request
      txType - the network transport used for the request (TCP, UDP etc...)
      See Also:
    • setParentExtension

      default void setParentExtension(SFSExtension ext)
      Internal
    • getParentExtension

      default SFSExtension getParentExtension()
      Obtain a reference to the parent extension.
      Returns:
      a reference to the parent extension