| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl | |
| com.cloudhopper.smpp.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmppServerSession
An extended interface for a Server (SMSC) SMPP 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSmppSession
Default implementation of either an ESME or SMSC SMPP session.
|
| Modifier and Type | Method and Description |
|---|---|
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config) |
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmppSessionUtil.close(SmppSession session) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.