| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| 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 | Method and Description |
|---|---|
protected BaseBindResp |
DefaultSmppSession.bind(BaseBind request,
long timeoutInMillis) |
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config) |
SmppSession |
DefaultSmppClient.bind(SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
protected void |
DefaultSmppClient.doBind(DefaultSmppSession session,
SmppSessionConfiguration config,
SmppSessionHandler sessionHandler) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.