public final class Headers extends Object
<headers/> element in the http://jabber.org/protocol/shim namespace.Header| Modifier and Type | Method and Description |
|---|---|
List<Header> |
getHeaders()
Gets the headers.
|
static Headers |
timePeriod(Date start,
Date stop)
Creates a headers element with a time period.
|
String |
toString() |
public static final String NAMESPACE
public Headers(Header... headers)
public static Headers timePeriod(Date start, Date stop)
start - The start date.stop - The stop date.Copyright © 2014 XMPP.rocks. All rights reserved.