|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.mgcp.stack.DeleteConnectionHandler.CommandContentHandle
public class DeleteConnectionHandler.CommandContentHandle
| Constructor Summary | |
|---|---|
DeleteConnectionHandler.CommandContentHandle()
|
|
| Method Summary | |
|---|---|
void |
header(java.lang.String header)
Receive notification of the header of a message. |
void |
param(java.lang.String name,
java.lang.String value)
Receive notification of the parameter of a message. |
void |
sessionDescription(java.lang.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 |
|---|
public DeleteConnectionHandler.CommandContentHandle()
| Method Detail |
|---|
public void header(java.lang.String header)
throws java.text.ParseException
header in interface MgcpContentHandlerheader - the header from the message.
java.text.ParseException
public void param(java.lang.String name,
java.lang.String value)
throws java.text.ParseException
param in interface MgcpContentHandlername - the name of the paremetervalue - the value of the parameter.
java.text.ParseException
public void sessionDescription(java.lang.String sd)
throws java.text.ParseException
sessionDescription in interface MgcpContentHandlersd - the session description from message.
java.text.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||