public class DeleteConnectionHandler extends TransactionHandler
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteConnectionHandler.CommandContentHandle |
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
COMMAND_NAME |
commandEvent, endpoint, LONGTRAN_TIMER_TIMEOUT, MGCP_VERSION, NEW_LINE, remoteTID, responseEvent, retransmision, SDP_NEW_LINE, sent, SINGLE_CHAR_SPACE, source, stack, THIST_TIMER_TIMEOUT, transactionHandlerTimer| Constructor and Description |
|---|
DeleteConnectionHandler(JainMgcpStackImpl stack)
Creates a new instance of CreateConnectionHandle
|
DeleteConnectionHandler(JainMgcpStackImpl stack,
InetAddress address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
jain.protocol.ip.mgcp.JainMgcpCommandEvent |
decodeCommand(byte[] data,
SplitDetails[] message)
Decodes MGCP command message into jain mgcp command event object.
|
jain.protocol.ip.mgcp.JainMgcpResponseEvent |
decodeResponse(byte[] data,
SplitDetails[] msg,
Integer txID,
jain.protocol.ip.mgcp.message.parms.ReturnCode returnCode)
Decodes MGCP response message into jain mgcp response event object.
|
int |
encode(jain.protocol.ip.mgcp.JainMgcpCommandEvent event,
byte[] array)
Encodes command event object into MGCP command message.
|
int |
encode(jain.protocol.ip.mgcp.JainMgcpResponseEvent event,
byte[] array)
Encodes response event object into MGCP response message.
|
jain.protocol.ip.mgcp.JainMgcpResponseEvent |
getProvisionalResponse() |
getEndpointId, getLocalTID, getObjectSource, getRemoteTID, isCommand, markRetransmision, receiveRequest, receiveResponse, release, send, sendProvisionalResponse, setCommand, setCommandEvent, setResponseEventpublic DeleteConnectionHandler(JainMgcpStackImpl stack)
public DeleteConnectionHandler(JainMgcpStackImpl stack, InetAddress address, int port)
public jain.protocol.ip.mgcp.JainMgcpCommandEvent decodeCommand(byte[] data,
SplitDetails[] message)
throws ParseException
TransactionHandlerdecodeCommand in class TransactionHandlerParseExceptionpublic jain.protocol.ip.mgcp.JainMgcpResponseEvent decodeResponse(byte[] data,
SplitDetails[] msg,
Integer txID,
jain.protocol.ip.mgcp.message.parms.ReturnCode returnCode)
throws ParseException
TransactionHandlerdecodeResponse in class TransactionHandlerParseExceptionpublic int encode(jain.protocol.ip.mgcp.JainMgcpCommandEvent event,
byte[] array)
TransactionHandlerencode in class TransactionHandlerevent - the command event object.public int encode(jain.protocol.ip.mgcp.JainMgcpResponseEvent event,
byte[] array)
TransactionHandlerencode in class TransactionHandlerevent - the response event object.public jain.protocol.ip.mgcp.JainMgcpResponseEvent getProvisionalResponse()
getProvisionalResponse in class TransactionHandlerCopyright © 2016 TeleStax, Inc.. All Rights Reserved.