Class Codec.Result.Factory

java.lang.Object
org.jdrupes.httpcodec.Codec.Result.Factory
Direct Known Subclasses:
Decoder.Result.Factory, HttpEncoder.Result.Factory, WsEncoder.Result.Factory
Enclosing class:
Codec.Result

protected static class Codec.Result.Factory extends Object
A base class for a factory that creates results.

Factories are only used internally by the codec implementation and therefore defined as protected inner classes so that they don’t appear as part of the public API.

Factories are refined whenever the Codec.Result type is refined. Factories define methods only if they are actually needed by the codec in which they are defined.

  • Constructor Details