public class DISCARD_PAYLOAD extends Protocol
限定符和类型 | 字段和说明 |
---|---|
protected long |
duplicate |
protected int |
num_discards |
protected long |
seqno |
构造器和说明 |
---|
DISCARD_PAYLOAD() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
down(Event evt)
An event is to be sent down the stack.
|
accept, destroy, dumpStats, enableStats, getConfigurableObjects, getDownProtocol, getDownServices, getId, getIdsAbove, getLevel, getName, getProtocolStack, getSocketFactory, getThreadFactory, getTransport, getUpProtocol, getUpServices, getValue, init, isErgonomics, level, parse, printStats, providedDownServices, providedUpServices, requiredDownServices, requiredUpServices, resetStatistics, resetStats, setDownProtocol, setErgonomics, setId, setLevel, setProtocolStack, setSocketFactory, setUpProtocol, setValue, setValues, start, statsEnabled, stop, up, up
protected long seqno
protected long duplicate
protected int num_discards
public java.lang.Object down(Event evt)
Protocol
down_prot.down()
. In case of a GET_ADDRESS event (which tries to
retrieve the stack's address from one of the bottom layers), the layer may need to send
a new response event back up the stack using up_prot.up()
.