Index
All Classes and Interfaces|All Packages
A
- acquireByteBuffer(int) - Method in class org.eclipse.jetty.compression.Compression
-
Acquire a
RetainableByteBufferthat is managed by thisCompressionimplementation which is suitable for compressed output from anEncoderSinkor compressed input from aDecoderSource.
C
- callback() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns the value of the
callbackrecord component. - Compression - Class in org.eclipse.jetty.compression
- Compression(String) - Constructor for class org.eclipse.jetty.compression.Compression
D
- DecoderConfig - Interface in org.eclipse.jetty.compression
- DecoderSource - Class in org.eclipse.jetty.compression
- DecoderSource(Content.Source) - Constructor for class org.eclipse.jetty.compression.DecoderSource
- doStart() - Method in class org.eclipse.jetty.compression.Compression
E
- encode(boolean, ByteBuffer) - Method in class org.eclipse.jetty.compression.EncoderSink
- EncoderConfig - Interface in org.eclipse.jetty.compression
- EncoderSink - Class in org.eclipse.jetty.compression
- EncoderSink(Content.Sink) - Constructor for class org.eclipse.jetty.compression.EncoderSink
- EncoderSink.WriteRecord - Record Class in org.eclipse.jetty.compression
- equals(Object) - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Indicates whether some other object is "equal to" this one.
- etag(String) - Method in class org.eclipse.jetty.compression.Compression
-
Get an etag with suffix that represents this compression implementation.
G
- getBufferSize() - Method in class org.eclipse.jetty.compression.Compression
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getBufferSize() - Method in interface org.eclipse.jetty.compression.DecoderConfig
- getBufferSize() - Method in interface org.eclipse.jetty.compression.EncoderConfig
- getByteBufferPool() - Method in class org.eclipse.jetty.compression.Compression
- getCompressionLevel() - Method in interface org.eclipse.jetty.compression.EncoderConfig
- getContainer() - Method in class org.eclipse.jetty.compression.Compression
-
Get the container being used for common components.
- getContentEncodingField() - Method in class org.eclipse.jetty.compression.Compression
-
The
HttpFieldforContent-Encodingsuitable for this Compression implementation. - getDefaultDecoderConfig() - Method in class org.eclipse.jetty.compression.Compression
- getDefaultEncoderConfig() - Method in class org.eclipse.jetty.compression.Compression
- getEncodingName() - Method in class org.eclipse.jetty.compression.Compression
-
The name of the encoding if seen in the HTTP protocol in fields like
Content-EncodingorAccept-Encoding. - getEtagSuffix() - Method in class org.eclipse.jetty.compression.Compression
-
Get the ETag suffix.
- getFileExtensionNames() - Method in class org.eclipse.jetty.compression.Compression
-
The filename extensions for this compression implementation.
- getMinCompressSize() - Method in class org.eclipse.jetty.compression.Compression
- getName() - Method in class org.eclipse.jetty.compression.Compression
- getStrategy() - Method in interface org.eclipse.jetty.compression.EncoderConfig
- getXContentEncodingField() - Method in class org.eclipse.jetty.compression.Compression
-
The
HttpFieldforX-Content-Encodingsuitable for this Compression implementation.
H
- hashCode() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns a hash code value for this object.
L
- last() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns the value of the
lastrecord component.
N
- newDecoderInputStream(InputStream) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
InputStreamto decode (decompress) with this compression implementation. - newDecoderInputStream(InputStream, DecoderConfig) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
InputStreamto decode (decompress) with this compression implementation. - newDecoderSource(Content.Source) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
DecoderSourcefor this compression implementation - newDecoderSource(Content.Source, DecoderConfig) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
DecoderSourcefor this compression implementation - newEncoderOutputStream(OutputStream) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
OutputStreamto encode (compress) with this compression implementation. - newEncoderOutputStream(OutputStream, EncoderConfig) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
OutputStreamto encode (compress) with this compression implementation. - newEncoderSink(Content.Sink) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
EncoderSinkfor this compression implementation - newEncoderSink(Content.Sink, EncoderConfig) - Method in class org.eclipse.jetty.compression.Compression
-
Create a new
EncoderSinkfor this compression implementation
O
- org.eclipse.jetty.compression - module org.eclipse.jetty.compression
- org.eclipse.jetty.compression - package org.eclipse.jetty.compression
- output() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns the value of the
outputrecord component.
R
- release() - Method in class org.eclipse.jetty.compression.EncoderSink
-
Release all resources held by this instance.
S
- setBufferSize(int) - Method in class org.eclipse.jetty.compression.Compression
-
Deprecated, for removal: This API element is subject to removal in a future version.use
EncoderConfig.setBufferSize(int)orDecoderConfig.setBufferSize(int)instead. - setBufferSize(int) - Method in interface org.eclipse.jetty.compression.DecoderConfig
- setBufferSize(int) - Method in interface org.eclipse.jetty.compression.EncoderConfig
- setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.compression.Compression
- setCompressionLevel(int) - Method in interface org.eclipse.jetty.compression.EncoderConfig
- setContainer(Container) - Method in class org.eclipse.jetty.compression.Compression
-
Set the container that this compression implementation should use.
- setDefaultDecoderConfig(DecoderConfig) - Method in class org.eclipse.jetty.compression.Compression
- setDefaultEncoderConfig(EncoderConfig) - Method in class org.eclipse.jetty.compression.Compression
- setMinCompressSize(int) - Method in class org.eclipse.jetty.compression.Compression
- setStrategy(int) - Method in interface org.eclipse.jetty.compression.EncoderConfig
- stripSuffixes(String) - Method in class org.eclipse.jetty.compression.Compression
-
Strip this compression suffix off etags
T
- toString() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns a string representation of this record class.
W
- write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.compression.EncoderSink
- WriteRecord(boolean, ByteBuffer, Callback) - Constructor for record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Creates an instance of a
WriteRecordrecord class.
All Classes and Interfaces|All Packages
EncoderConfig.getBufferSize()orDecoderConfig.getBufferSize()instead.