| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SmppServerHandler.sessionBindRequested(Long sessionId,
SmppSessionConfiguration sessionConfiguration,
BaseBind bindRequest)
Triggered when a new client connection has been created with this server
and an SMPP bind request has been received.
|
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 void |
DefaultSmppServer.bindRequested(Long sessionId,
SmppSessionConfiguration config,
BaseBind bindRequest) |
protected void |
DefaultSmppServer.createSession(Long sessionId,
org.jboss.netty.channel.Channel channel,
SmppSessionConfiguration config,
BaseBindResp preparedBindResponse) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.