public class SmppSimulatorServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PIPELINE_SESSION_NAME |
| Constructor and Description |
|---|
SmppSimulatorServer() |
SmppSimulatorServer(ExecutorService executors) |
| Modifier and Type | Method and Description |
|---|---|
SmppSimulatorServerHandler |
getHandler() |
SmppSimulatorSessionHandler |
pollNextSession(long timeoutInMillis) |
void |
start(int port) |
void |
stop() |
public static final String PIPELINE_SESSION_NAME
public SmppSimulatorServer()
public SmppSimulatorServer(ExecutorService executors)
public void start(int port)
public void stop()
public SmppSimulatorServerHandler getHandler()
public SmppSimulatorSessionHandler pollNextSession(long timeoutInMillis) throws Exception
ExceptionCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.