public class SmppSessionConfiguration extends SmppConnectionConfiguration
| Constructor and Description |
|---|
SmppSessionConfiguration() |
SmppSessionConfiguration(SmppBindType type,
String systemId,
String password) |
SmppSessionConfiguration(SmppBindType type,
String systemId,
String password,
String systemType) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddressRange() |
long |
getBindTimeout() |
byte |
getInterfaceVersion() |
LoggingOptions |
getLoggingOptions() |
String |
getName() |
String |
getPassword() |
long |
getRequestExpiryTimeout() |
SslConfiguration |
getSslConfiguration() |
String |
getSystemId() |
String |
getSystemType() |
SmppBindType |
getType() |
long |
getWindowMonitorInterval() |
int |
getWindowSize() |
long |
getWindowWaitTimeout() |
long |
getWriteTimeout() |
boolean |
isCountersEnabled() |
boolean |
isUseSsl() |
void |
setAddressRange(Address value) |
void |
setBindTimeout(long value) |
void |
setCountersEnabled(boolean countersEnabled) |
void |
setInterfaceVersion(byte value) |
void |
setLoggingOptions(LoggingOptions loggingOptions) |
void |
setName(String value) |
void |
setPassword(String value) |
void |
setRequestExpiryTimeout(long requestExpiryTimeout)
Set the amount of time to wait for an endpoint to respond to
a request before it expires.
|
void |
setSslConfiguration(SslConfiguration value) |
void |
setSystemId(String value) |
void |
setSystemType(String value) |
void |
setType(SmppBindType bindType) |
void |
setUseSsl(boolean value) |
void |
setWindowMonitorInterval(long windowMonitorInterval)
Sets the amount of time between executions of monitoring the window
for requests that expire.
|
void |
setWindowSize(int value) |
void |
setWindowWaitTimeout(long windowWaitTimeout)
Set the amount of time to wait until a slot opens up in the sendWindow.
|
void |
setWriteTimeout(long writeTimeout) |
getConnectTimeout, getHost, getPort, setConnectTimeout, setHost, setPortpublic SmppSessionConfiguration()
public SmppSessionConfiguration(SmppBindType type, String systemId, String password)
public SmppSessionConfiguration(SmppBindType type, String systemId, String password, String systemType)
public void setName(String value)
public String getName()
public void setWindowSize(int value)
public int getWindowSize()
public void setBindTimeout(long value)
public long getBindTimeout()
public void setType(SmppBindType bindType)
public SmppBindType getType()
public void setSystemId(String value)
public String getSystemId()
public void setPassword(String value)
public String getPassword()
public void setSystemType(String value)
public String getSystemType()
public void setInterfaceVersion(byte value)
public byte getInterfaceVersion()
public Address getAddressRange()
public void setAddressRange(Address value)
public LoggingOptions getLoggingOptions()
public void setLoggingOptions(LoggingOptions loggingOptions)
public long getWindowWaitTimeout()
public void setUseSsl(boolean value)
public boolean isUseSsl()
public void setSslConfiguration(SslConfiguration value)
public SslConfiguration getSslConfiguration()
public void setWindowWaitTimeout(long windowWaitTimeout)
windowWaitTimeout - The amount of time to wait (in ms) until a slot
in the sendWindow becomes available.public long getRequestExpiryTimeout()
public void setRequestExpiryTimeout(long requestExpiryTimeout)
requestExpiryTimeout - The amount of time to wait (in ms) before
an unacknowledged request expires. -1 disables.public long getWindowMonitorInterval()
public void setWindowMonitorInterval(long windowMonitorInterval)
windowMonitorInterval - The amount of time to wait (in ms) between
executions of monitoring the window.public long getWriteTimeout()
public void setWriteTimeout(long writeTimeout)
public boolean isCountersEnabled()
public void setCountersEnabled(boolean countersEnabled)
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.