Package org.jivesoftware.smackx.amp
Class AMPExpireAtCondition
java.lang.Object
org.jivesoftware.smackx.amp.AMPExpireAtCondition
- All Implemented Interfaces:
AMPExtension.Condition
-
Field Summary
Fields inherited from interface org.jivesoftware.smackx.amp.packet.AMPExtension.Condition
ATTRIBUTE_NAME
-
Constructor Summary
ConstructorDescriptionAMPExpireAtCondition
(String utcDateTime) Create new expire-at amp condition with defined value.AMPExpireAtCondition
(Date utcDateTime) Create new expire-at amp condition with value set as XEP-0082 formatted date. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
static boolean
isSupported
(XMPPConnection connection) Check if server supports expire-at condition.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AMPExpireAtCondition
Create new expire-at amp condition with value set as XEP-0082 formatted date.- Parameters:
utcDateTime
- Date instance of time that will be used as value parameter after formatting to XEP-0082 format. Can't be null.
-
AMPExpireAtCondition
Create new expire-at amp condition with defined value.- Parameters:
utcDateTime
- UTC time string that will be used as value parameter. Should be formatted as XEP-0082 Date format. Can't be null.
-
-
Method Details
-
isSupported
public static boolean isSupported(XMPPConnection connection) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException Check if server supports expire-at condition.- Parameters:
connection
- Smack connection instance- Returns:
- true if expire-at condition is supported.
- Throws:
XMPPException.XMPPErrorException
- if there was an XMPP error returned.SmackException.NoResponseException
- if there was no response from the remote entity.SmackException.NotConnectedException
- if the XMPP connection is not connected.InterruptedException
- if the calling thread was interrupted.
-
getName
- Specified by:
getName
in interfaceAMPExtension.Condition
-
getValue
- Specified by:
getValue
in interfaceAMPExtension.Condition
-