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 theCompressionConfigassociated with thisPathSpecCompressionHandler.getConfiguration(PathSpec pathSpec) Get theCompressionConfigassociated with thisPathSpecCompressionHandler.putConfiguration(String pathSpecString, CompressionConfig config) Establish aCompressionConfigassociated with the specificPathSpecCompressionHandler.putConfiguration(PathSpec pathSpec, CompressionConfig config) Establish aCompressionConfigassociated with the specificPathSpecMethods in org.eclipse.jetty.compression.server with parameters of type CompressionConfigModifier and TypeMethodDescriptionCompressionHandler.putConfiguration(String pathSpecString, CompressionConfig config) Establish aCompressionConfigassociated with the specificPathSpecCompressionHandler.putConfiguration(PathSpec pathSpec, CompressionConfig config) Establish aCompressionConfigassociated with the specificPathSpec