public class RawPacket.HeaderExtensions extends Object implements Iterator<RawPacket.HeaderExtension>
RawPacket.| Constructor and Description |
|---|
HeaderExtensions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if this
RawPacket contains another header extension. |
RawPacket.HeaderExtension |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
RawPacket contains another header extension.hasNext in interface Iterator<RawPacket.HeaderExtension>public RawPacket.HeaderExtension next()
next in interface Iterator<RawPacket.HeaderExtension>RawPacket. Note
that it reuses the same object and only update its state.Copyright © 2021 jitsi.org. All rights reserved.