Uses of Class
org.eclipse.jetty.compression.server.CompressionConfig
Packages that use CompressionConfig
-
Uses of CompressionConfig in org.eclipse.jetty.compression.server
Methods in org.eclipse.jetty.compression.server that return CompressionConfigModifier and TypeMethodDescriptionCompressionConfig.Builder.build()
CompressionHandler.ensureConfiguration
(String pathSpecString) Obtain a CompressionConfig for the specified PathSpec.CompressionHandler.ensureConfiguration
(PathSpec pathSpec) Obtain a CompressionConfig for the specified PathSpec.CompressionHandler.getConfiguration
(String pathSpecString) Get theCompressionConfig
associated with thisPathSpec
CompressionHandler.getConfiguration
(PathSpec pathSpec) Get theCompressionConfig
associated with thisPathSpec
CompressionHandler.putConfiguration
(String pathSpecString, CompressionConfig config) Establish aCompressionConfig
associated with the specificPathSpec
CompressionHandler.putConfiguration
(PathSpec pathSpec, CompressionConfig config) Establish aCompressionConfig
associated with the specificPathSpec
Methods in org.eclipse.jetty.compression.server with parameters of type CompressionConfigModifier and TypeMethodDescriptionCompressionHandler.putConfiguration
(String pathSpecString, CompressionConfig config) Establish aCompressionConfig
associated with the specificPathSpec
CompressionHandler.putConfiguration
(PathSpec pathSpec, CompressionConfig config) Establish aCompressionConfig
associated with the specificPathSpec