| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| Modifier and Type | Method and Description |
|---|---|
SmppSessionConfiguration |
SmppSession.getConfiguration()
Gets the configuration associated with this session.
|
| Modifier and Type | Method and Description |
|---|---|
SmppSession |
SmppClient.bind(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler)
Binds a client to a remote SMPP endpoint by opening the socket, sending
a bind request, and waiting for a bind response.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SmppSessionConfiguration |
UnboundSmppSession.createSessionConfiguration(BaseBind bindRequest) |
SmppSessionConfiguration |
DefaultSmppSession.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config) |
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected void |
DefaultSmppServer.bindRequested(Long sessionId,
SmppSessionConfiguration config,
BaseBind bindRequest) |
protected BaseBind |
DefaultSmppClient.createBindRequest(SmppSessionConfiguration config) |
protected DefaultSmppSession |
DefaultSmppClient.createSession(org.jboss.netty.channel.Channel channel,
SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected void |
DefaultSmppServer.createSession(Long sessionId,
org.jboss.netty.channel.Channel channel,
SmppSessionConfiguration config,
BaseBindResp preparedBindResponse) |
protected void |
DefaultSmppClient.doBind(DefaultSmppSession session,
SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected DefaultSmppSession |
DefaultSmppClient.doOpen(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
| 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.
|
DefaultSmppSession(SmppSession.Type localType,
SmppSessionConfiguration configuration,
org.jboss.netty.channel.Channel channel,
SmppSessionHandler sessionHandler)
Creates an SmppSession for a client-based session.
|
DefaultSmppSession(SmppSession.Type localType,
SmppSessionConfiguration configuration,
org.jboss.netty.channel.Channel channel,
SmppSessionHandler sessionHandler,
ScheduledExecutorService monitorExecutor)
Creates an SmppSession for a client-based session.
|
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.