public final class FeatureEvent extends EventObject
This event is only fired upon a server response during feature negotiation, e.g. with a <proceed/> element during the STARTTLS negotiation.
It is not fired, if the client has sent a feature protocol element, e.g. <auth/>, since it does not result in a status change.
FeatureNegotiator,
FeatureListener,
Serialized Formsource| Modifier and Type | Method and Description |
|---|---|
Object |
getElement()
Gets the XML element, which fired the feature event.
|
FeatureNegotiator.Status |
getStatus()
Gets the status of the feature negotiation.
|
getSource, toStringpublic FeatureNegotiator.Status getStatus()
public Object getElement()
Copyright © 2014 XMPP.rocks. All rights reserved.