Handler
131132133134135136137138139140
// ---------------------------------------------- Constructor ----------/ public ContentLengthAlgorithm() { if (embeddedInGlassFish){ handler = new ContentLengthHandler(this); } else { handler = new DummyHandler(); } }