/**
- * Get the name of the encoding handled by this filter.
- */
- public ByteChunk getEncodingName();
-
-
- /**
* Set the next buffer in the filter pipeline.
*/
public void setBuffer(OutputBuffer buffer);
public void recycle() {
// NOOP: Nothing to recycle
}
-
-
- /**
- * Return the name of the associated encoding; Here, the value is
- * "identity".
- */
- @Override
- public ByteChunk getEncodingName() {
- return ENCODING;
- }
-
-
}
}
- /**
- * Return the name of the associated encoding; Here, the value is
- * "identity".
- */
- @Override
- public ByteChunk getEncodingName() {
- return ENCODING;
- }
-
-
// ------------------------------------------- FakeOutputStream Inner Class
contentLength = -1;
remaining = 0;
}
-
-
- /**
- * Return the name of the associated encoding; Here, the value is
- * "identity".
- */
- @Override
- public ByteChunk getEncodingName() {
- return ENCODING;
- }
-
-
}
/**
- * Return the name of the associated encoding; Here, the value is
- * "identity".
- */
- @Override
- public ByteChunk getEncodingName() {
- return ENCODING;
- }
-
-
- /**
* End the current request. It is acceptable to write extra bytes using
* buffer.doWrite during the execution of this method.
*