org.mobicents.protocols.smpp.message
Class EnquireLinkResp
java.lang.Object
org.mobicents.protocols.smpp.message.SMPPPacket
org.mobicents.protocols.smpp.message.EnquireLinkResp
- All Implemented Interfaces:
- Serializable, Cloneable
public class EnquireLinkResp
- extends SMPPPacket
ESME or SMSC response to an EnquireLink request. Used to positivly
acknowledge that this entity is still alive and capable of submitting, or
responding to, SMPP messages.
- Version:
- $Id: EnquireLinkResp.java 452 2009-01-15 16:56:36Z orank $
- See Also:
- Serialized Form
| Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket |
clone, equals, getCommandId, getCommandStatus, getLength, getMandatorySize, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, readMandatory, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, toString, validate, validateMandatory, validateTLVTable, writeMandatory, writeTo, writeTo |
EnquireLinkResp
public EnquireLinkResp()
- Construct a new EnquireLinkResp.
EnquireLinkResp
public EnquireLinkResp(SMPPPacket request)
- Create a new BindReceiverResp packet in response to a BindReceiver. This
constructor will set the sequence number to it's expected value.
- Parameters:
request - The Request packet the response is to
hashCode
public int hashCode()
- Overrides:
hashCode in class SMPPPacket
Copyright © 2011 Mobicents. All Rights Reserved.