Interface Messages

All Known Implementing Classes:
Messages_$bundle

@MessageBundle(projectCode="ISPN") public interface Messages
  • Field Details

    • MESSAGES

      static final Messages MESSAGES
  • Method Details

    • unsupportedProtocol

      @Message("-NOPROTO sorry this protocol version is not supported") String unsupportedProtocol()
    • noAuthHello

      @Message("NOAUTH HELLO must be called with the client already authenticated, otherwise the HELLO <proto> AUTH <user> <pass> option can be used to authenticate the client and select the RESP protocol version at the same time") String noAuthHello()