Uses of Class
rocks.xmpp.core.stream.StreamNegotiationResult
-
Packages that use StreamNegotiationResult Package Description rocks.xmpp.core.stream Provides classes for XML Streams, especially Stream Negotiation.rocks.xmpp.extensions.sm -
-
Uses of StreamNegotiationResult in rocks.xmpp.core.stream
Methods in rocks.xmpp.core.stream that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResultStreamFeatureNegotiator. processNegotiation(Object element)Processes a feature protocol element or the feature element itself.static StreamNegotiationResultStreamNegotiationResult. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamNegotiationResult[]StreamNegotiationResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamNegotiationResult in rocks.xmpp.extensions.sm
Methods in rocks.xmpp.extensions.sm that return StreamNegotiationResult Modifier and Type Method Description StreamNegotiationResultAbstractStreamManager. processNegotiation(Object element)
-