| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl | |
| com.cloudhopper.smpp.pdu | |
| com.cloudhopper.smpp.type |
| Modifier and Type | Method and Description |
|---|---|
void |
SmppServerHandler.sessionCreated(Long sessionId,
SmppServerSession session,
BaseBindResp preparedBindResponse)
Triggered when a session is in-between a bound state and a processing
state.
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseBindResp |
DefaultSmppSession.bind(BaseBind request,
long timeoutInMillis) |
protected BaseBindResp |
DefaultSmppServer.createBindResponse(BaseBind bindRequest,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSmppServer.createSession(Long sessionId,
org.jboss.netty.channel.Channel channel,
SmppSessionConfiguration config,
BaseBindResp preparedBindResponse) |
| Constructor and Description |
|---|
DefaultSmppSession(SmppSession.Type localType,
SmppSessionConfiguration configuration,
org.jboss.netty.channel.Channel channel,
DefaultSmppServer server,
Long serverSessionId,
BaseBindResp preparedBindResponse,
byte interfaceVersion,
ScheduledExecutorService monitorExecutor)
Creates an SmppSession for a server-based session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindReceiverResp |
class |
BindTransceiverResp |
class |
BindTransmitterResp |
| Modifier and Type | Method and Description |
|---|---|
BaseBindResp |
SmppBindException.getBindResponse() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SmppBindException.buildErrorMessage(BaseBindResp bindResponse) |
| Constructor and Description |
|---|
SmppBindException(BaseBindResp bindResponse) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.