public abstract class MgcpMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIT_CONNECTION |
static int |
AUDIT_ENDPOINT |
static int |
CREATE_CONNECTION |
static int |
DELETE_CONNECTION |
static int |
MODIFY_CONNECTION |
static int |
NOTIFY |
static int |
REQUEST_NOTIFICATION |
| Constructor and Description |
|---|
MgcpMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clean()
Clean parameters
|
abstract int |
getTxID() |
abstract void |
parse(byte[] buff,
int offset,
int len) |
abstract void |
write(ByteBuffer buffer) |
public static final int CREATE_CONNECTION
public static final int MODIFY_CONNECTION
public static final int DELETE_CONNECTION
public static final int REQUEST_NOTIFICATION
public static final int AUDIT_CONNECTION
public static final int AUDIT_ENDPOINT
public static final int NOTIFY
public abstract int getTxID()
public abstract void parse(byte[] buff,
int offset,
int len)
public abstract void write(ByteBuffer buffer)
public abstract void clean()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.