public interface MgcpEvent extends Event<MgcpProvider>
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int REQUEST
static final int RESPONSE
int getEventID()
MgcpMessage getMessage()
SocketAddress getAddress()
void recycle()
Copyright © 2014 TeleStax, Inc.. All Rights Reserved.