org.mobicents.protocols.mgcp.stack
Class DeleteConnectionHandler.CommandContentHandle
java.lang.Object
org.mobicents.protocols.mgcp.stack.DeleteConnectionHandler.CommandContentHandle
- All Implemented Interfaces:
- MgcpContentHandler
- Enclosing class:
- DeleteConnectionHandler
public class DeleteConnectionHandler.CommandContentHandle
- extends Object
- implements MgcpContentHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteConnectionHandler.CommandContentHandle
public DeleteConnectionHandler.CommandContentHandle(Utils utils)
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 paremetervalue - 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.