public class ProtocolIdentifierReceivedEvent extends ManagerEvent
It is a pseudo event not directly related to an Asterisk generated event.
The ProtocolIdentifierReceivedEvent is not dispatched to clients so you will probably never see it.
source| Constructor and Description |
|---|
ProtocolIdentifierReceivedEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocolIdentifier()
Returns the version of the protocol.
|
void |
setProtocolIdentifier(String protocolIdentifier)
Sets the version of the protocol.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toStringgetSourcepublic ProtocolIdentifierReceivedEvent(Object source)
source - public String getProtocolIdentifier()
public void setProtocolIdentifier(String protocolIdentifier)
protocolIdentifier - the version of the protocol.Copyright © 2004–2016. All rights reserved.