Uses of Enum Class
com.pushtechnology.diffusion.api.config.SessionConfig.CompressionScheme
Packages that use SessionConfig.CompressionScheme
-
Uses of SessionConfig.CompressionScheme in com.pushtechnology.diffusion.api.config
Methods in com.pushtechnology.diffusion.api.config that return SessionConfig.CompressionSchemeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SessionConfig.CompressionScheme[]
SessionConfig.CompressionScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.api.config that return types with arguments of type SessionConfig.CompressionSchemeModifier and TypeMethodDescriptionSessionConfig.getCompressionSchemes()
Get the compression schemes supported by this connector.Method parameters in com.pushtechnology.diffusion.api.config with type arguments of type SessionConfig.CompressionSchemeModifier and TypeMethodDescriptionvoid
SessionConfig.setCompressionSchemes
(Set<SessionConfig.CompressionScheme> schemes) Set the compression schemes supported by this connector.