org.mobicents.media.server.mgcp.message
Class MgcpMessage
java.lang.Object
org.mobicents.media.server.mgcp.message.MgcpMessage
- Direct Known Subclasses:
- MgcpRequest, MgcpResponse
public abstract class MgcpMessage
- extends Object
Represents MGCP message.
- Author:
- kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE_CONNECTION
public static final int CREATE_CONNECTION
- See Also:
- Constant Field Values
MODIFY_CONNECTION
public static final int MODIFY_CONNECTION
- See Also:
- Constant Field Values
DELETE_CONNECTION
public static final int DELETE_CONNECTION
- See Also:
- Constant Field Values
REQUEST_NOTIFICATION
public static final int REQUEST_NOTIFICATION
- See Also:
- Constant Field Values
AUDIT_CONNECTION
public static final int AUDIT_CONNECTION
- See Also:
- Constant Field Values
AUDIT_ENDPOINT
public static final int AUDIT_ENDPOINT
- See Also:
- Constant Field Values
NOTIFY
public static final int NOTIFY
- See Also:
- Constant Field Values
MgcpMessage
public MgcpMessage()
getType
public int getType()
getTxID
public abstract int getTxID()
read
public void read(ByteBuffer buffer)
parse
protected abstract void parse(byte[] buff,
int offset,
int len)
write
public void write(ByteBuffer buffer)
clean
public abstract void clean()
- Clean parameters
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.