| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl | |
| com.cloudhopper.smpp.pdu | |
| com.cloudhopper.smpp.transcoder |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmppSessionHandler
Handles events received on an SmppSession.
|
interface |
SmppSessionListener
Low-level PDU traffic listener.
|
| 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 |
|---|---|
void |
Pdu.readOptionalParameters(org.jboss.netty.buffer.ChannelBuffer buffer,
PduTranscoderContext context) |
void |
Pdu.writeOptionalParameters(org.jboss.netty.buffer.ChannelBuffer buffer,
PduTranscoderContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPduTranscoderContext
Provides a default context for a PduTranscoder by looking everything up
using SMPP constants or default settings.
|
| Constructor and Description |
|---|
DefaultPduTranscoder(PduTranscoderContext context) |
DefaultPduTranscoderContext(PduTranscoderContext overrideContext) |
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.