Interface Request


  • public interface Request
    An incoming request to the server.
    Since:
    1.0
    • Method Detail

      • getArgument

        java.lang.String getArgument()
        Returns the argument.
        Returns:
        the argument
        Since:
        1.0
      • getCommand

        java.lang.String getCommand()
        Returns the command.
        Returns:
        the command
        Since:
        1.0
      • getReceivedTime

        long getReceivedTime()
        Returns the received time.
        Returns:
        the received time
        Since:
        1.0