Class AbstractSmackSpecificLowLevelIntegrationTest<C extends org.jivesoftware.smack.AbstractXMPPConnection>

Direct Known Subclasses:
ModularXmppClientToServerConnectionLowLevelIntegrationTest, StreamManagementTest

public abstract class AbstractSmackSpecificLowLevelIntegrationTest<C extends org.jivesoftware.smack.AbstractXMPPConnection> extends AbstractSmackLowLevelIntegrationTest
  • Constructor Details

  • Method Details

    • getConnectionDescriptor

      public XmppConnectionDescriptor<C,? extends org.jivesoftware.smack.ConnectionConfiguration,? extends org.jivesoftware.smack.ConnectionConfiguration.Builder<?,?>> getConnectionDescriptor()
    • getSpecificUnconnectedConnection

      protected C getSpecificUnconnectedConnection() throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NoResponseException
      org.jivesoftware.smack.XMPPException.XMPPErrorException
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • getSpecificUnconnectedConnections

      protected List<C> getSpecificUnconnectedConnections(int count) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException
      Throws:
      org.jivesoftware.smack.SmackException.NoResponseException
      org.jivesoftware.smack.XMPPException.XMPPErrorException
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException