org.mobicents.protocols.mgcp.parser.commands
Class DeleteConnectionHandler.CommandContentHandle
java.lang.Object
org.mobicents.protocols.mgcp.handlers.MgcpContentHandler
org.mobicents.protocols.mgcp.parser.commands.DeleteConnectionHandler.CommandContentHandle
- Enclosing class:
- DeleteConnectionHandler
public class DeleteConnectionHandler.CommandContentHandle
- extends MgcpContentHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteConnectionHandler.CommandContentHandle
public DeleteConnectionHandler.CommandContentHandle()
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 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 class MgcpContentHandler
- Parameters:
sd - the session description from message.
- Throws:
ParseException
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.