org.mobicents.protocols.mgcp.parser.commands
Class DeleteConnectionHandler.CommandContentHandle

java.lang.Object
  extended by org.mobicents.protocols.mgcp.handlers.MgcpContentHandler
      extended by org.mobicents.protocols.mgcp.parser.commands.DeleteConnectionHandler.CommandContentHandle
Enclosing class:
DeleteConnectionHandler

public class DeleteConnectionHandler.CommandContentHandle
extends MgcpContentHandler


Constructor Summary
DeleteConnectionHandler.CommandContentHandle()
           
 
Method Summary
 void param(byte[] data, SplitDetails name, SplitDetails value)
          Receive notification of the parameter of a message.
 void sessionDescription(String sd)
          Receive notification of the session description.
 
Methods inherited from class org.mobicents.protocols.mgcp.handlers.MgcpContentHandler
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteConnectionHandler.CommandContentHandle

public DeleteConnectionHandler.CommandContentHandle()
Method Detail

param

public void param(byte[] data,
                  SplitDetails name,
                  SplitDetails value)
           throws ParseException
Receive notification of the parameter of a message. Parser will call this method to report about parameter reading.

Specified by:
param in class MgcpContentHandler
Parameters:
name - the name of the paremeter
value - the value of the parameter.
Throws:
ParseException

sessionDescription

public void sessionDescription(String sd)
                        throws ParseException
Receive notification of the session description. Parser will call this method to report about session descriptor reading.

Specified by:
sessionDescription in class MgcpContentHandler
Parameters:
sd - the session description from message.
Throws:
ParseException


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.