Class TestProtocolHandler3

    • Field Detail

      • logger

        private static java.util.logging.Logger logger
    • Constructor Detail

      • TestProtocolHandler3

        public TestProtocolHandler3()
    • Method Detail

      • getSubmitSMResponse

        void getSubmitSMResponse​(byte[] message,
                                 int len)
                          throws java.lang.Exception
        Custom variation of submitSM handler. This implementation will vary its response time with a delay varying from 0 to 120 seconds
        Overrides:
        getSubmitSMResponse in class StandardProtocolHandler
        Throws:
        java.lang.Exception
      • getSubmitMultiResponse

        void getSubmitMultiResponse​(byte[] message,
                                    int len)
                             throws java.lang.Exception
        Custom variation of submit_multi handler. This implementation will treat any non-numeric destinatation address as invalid
        Overrides:
        getSubmitMultiResponse in class StandardProtocolHandler
        Throws:
        java.lang.Exception