Class StandardResponseClient

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroyClient()
      Close smpp session connection and destroy client
      @NotNull java.lang.String getId()  
      com.cloudhopper.smpp.SmppSession getSession()
      Access to SMPP session
      void reconnect()
      Perform reconnection
      void setup()
      Create smpp connection and bind to it
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardResponseClient

        public StandardResponseClient​(@NotNull
                                      @NotNull ConnectionManager connectionManager)
        Parameters:
        connectionManager - smpp connection manager
    • Method Detail

      • getId

        @NotNull
        public @NotNull java.lang.String getId()
        Specified by:
        getId in interface ResponseClient
        Returns:
        Identifier of response client
      • setup

        public void setup()
        Description copied from interface: ResponseClient
        Create smpp connection and bind to it
        Specified by:
        setup in interface ResponseClient
      • getSession

        public com.cloudhopper.smpp.SmppSession getSession()
        Description copied from interface: ResponseClient
        Access to SMPP session
        Specified by:
        getSession in interface ResponseClient
        Returns:
        smpp session, may be null