Package rocks.xmpp.core.stream.model
Class StreamFeatures
- java.lang.Object
-
- rocks.xmpp.core.stream.model.StreamFeatures
-
- All Implemented Interfaces:
StreamElement
public final class StreamFeatures extends Object implements StreamElement
The implementation of the<stream:features/>
element.This class is immutable (if all features are immutable, too).
-
-
Constructor Summary
Constructors Constructor Description StreamFeatures(Collection<StreamFeature> features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
getFeatures()
Gets the features, i.e. the child elements of the<stream:features/>
element.String
toString()
-
-
-
Constructor Detail
-
StreamFeatures
public StreamFeatures(Collection<StreamFeature> features)
-
-