| Package | Description |
|---|---|
| com.cloudhopper.smpp | |
| com.cloudhopper.smpp.impl |
| Modifier and Type | Method and Description |
|---|---|
SmppSession.Type |
SmppSession.getLocalType()
Gets the session type of the local system.
|
SmppSession.Type |
SmppSession.getRemoteType()
Gets the session type of the remote system.
|
static SmppSession.Type |
SmppSession.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSession.Type[] |
SmppSession.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SmppSession.Type |
DefaultSmppSession.getLocalType() |
SmppSession.Type |
DefaultSmppSession.getRemoteType() |
| 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.