| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmppSessionListener
Low-level PDU traffic listener.
|
| 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 |
SmppServerSession.serverReady(SmppSessionHandler sessionHandler)
Indicates that the local endpoint (server) is ready to start processing
requests for the session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSmppSessionHandler
Default implementation that provides empty implementations of all required
methods.
|
class |
PollableSmppSessionHandler
Implementation of an SMPP session handler that internally puts every event
into a queue.
|
| Modifier and Type | Method and Description |
|---|---|
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected DefaultSmppSession |
DefaultSmppClient.createSession(org.jboss.netty.channel.Channel channel,
SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected void |
DefaultSmppClient.doBind(DefaultSmppSession session,
SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected DefaultSmppSession |
DefaultSmppClient.doOpen(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
void |
DefaultSmppSession.serverReady(SmppSessionHandler sessionHandler) |
| Constructor and Description |
|---|
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.