|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MgcpEvent
Mgcp protocol event.
| Field Summary | |
|---|---|
static int |
REQUEST
|
static int |
RESPONSE
|
| Method Summary | |
|---|---|
SocketAddress |
getAddress()
Gets the address from which the message was received. |
int |
getEventID()
Gets the type of this event. |
MgcpMessage |
getMessage()
Gets the message associated with this event. |
void |
recycle()
Allows to recycle this event object and thus prevent unnecessary GC. |
| Methods inherited from interface org.mobicents.media.server.spi.listener.Event |
|---|
getSource |
| Field Detail |
|---|
static final int REQUEST
static final int RESPONSE
| Method Detail |
|---|
int getEventID()
MgcpMessage getMessage()
SocketAddress getAddress()
void recycle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||