Uses of Interface
rocks.xmpp.core.stream.server.StreamFeatureProvider
-
Packages that use StreamFeatureProvider Package Description rocks.xmpp.core.extensions.compress.server Provides classes for server-side stream compression negotiation.rocks.xmpp.core.stream.server Provides classes for stream negotiation from a server perspective.rocks.xmpp.core.tls.server Provides classes for server-side negotiation of STARTTLS. -
-
Uses of StreamFeatureProvider in rocks.xmpp.core.extensions.compress.server
Classes in rocks.xmpp.core.extensions.compress.server that implement StreamFeatureProvider Modifier and Type Class Description classCompressionNegotiatorNegotiates stream compression by advertising support for it and later compressing the stream. -
Uses of StreamFeatureProvider in rocks.xmpp.core.stream.server
Methods in rocks.xmpp.core.stream.server with parameters of type StreamFeatureProvider Modifier and Type Method Description voidServerStreamFeaturesManager. registerStreamFeatureProvider(StreamFeatureProvider<? extends StreamFeature> streamFeatureProvider)Registers a stream feature negotiator. -
Uses of StreamFeatureProvider in rocks.xmpp.core.tls.server
Classes in rocks.xmpp.core.tls.server that implement StreamFeatureProvider Modifier and Type Class Description classStartTlsNegotiatorNegotiates STARTTLS for a TCP connection by advertising support for STARTTLS and later securing the connection.
-