class KeepAliveSessionStrategyTest.KeepAliveTestContext extends Object implements SessionStrategyTestHelper.TestContext, SessionStrategyTestHelper.SessionAware, SessionStrategyTestHelper.EnquireLinkTaskAware
Constructor and Description |
---|
KeepAliveTestContext() |
Modifier and Type | Method and Description |
---|---|
List<com.cloudhopper.smpp.SmppClient> |
getClients() |
List<ScheduledFuture<?>> |
getEnquireLinkTasks() |
List<com.cloudhopper.smpp.SmppSession> |
getSessions() |
SmppClientSupplier |
getSupplier() |
Supplier<ScheduledExecutorService> |
getTimerFactory() |
List<ScheduledExecutorService> |
getTimers() |
public List<com.cloudhopper.smpp.SmppClient> getClients()
getClients
in interface SessionStrategyTestHelper.SessionAware
public List<com.cloudhopper.smpp.SmppSession> getSessions()
getSessions
in interface SessionStrategyTestHelper.SessionAware
public SmppClientSupplier getSupplier()
getSupplier
in interface SessionStrategyTestHelper.SessionAware
public List<ScheduledExecutorService> getTimers()
getTimers
in interface SessionStrategyTestHelper.EnquireLinkTaskAware
public List<ScheduledFuture<?>> getEnquireLinkTasks()
getEnquireLinkTasks
in interface SessionStrategyTestHelper.EnquireLinkTaskAware
public Supplier<ScheduledExecutorService> getTimerFactory()
getTimerFactory
in interface SessionStrategyTestHelper.EnquireLinkTaskAware
Copyright © 2021. All rights reserved.