org.mobicents.protocols.mgcp.stack
Class DeleteConnectionHandler.CommandContentHandle

java.lang.Object
  extended by org.mobicents.protocols.mgcp.stack.DeleteConnectionHandler.CommandContentHandle
All Implemented Interfaces:
MgcpContentHandler
Enclosing class:
DeleteConnectionHandler

public class DeleteConnectionHandler.CommandContentHandle
extends Object
implements MgcpContentHandler


Constructor Summary
DeleteConnectionHandler.CommandContentHandle(Utils utils)
           
 
Method Summary
 void header(String header)
          Receive notification of the header of a message.
 void param(String name, String value)
          Receive notification of the parameter of a message.
 void sessionDescription(String sd)
          Receive notification of the session description.
 
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(Utils utils)
Method Detail

header

public void header(String header)
            throws ParseException
Receive notification of the header of a message. Parser will call this method to report about header reading.

Specified by:
header in interface MgcpContentHandler
Parameters:
header - the header from the message.
Throws:
ParseException

param

public void param(String name,
                  String 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 interface 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 interface MgcpContentHandler
Parameters:
sd - the session description from message.
Throws:
ParseException


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