public class CoDecoderFactory
| Modifier and Type | Field and Description |
|---|---|
static CoDecoderFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<R> AbstractIntCoPipeline<R> |
getDecoder(java.lang.String charsetName,
IntCoAcceptor<? extends R> downstream) |
<R> AbstractIntCoPipeline<R> |
getDecoder(java.nio.charset.Charset charset,
IntCoAcceptor<? extends R> downstream) |
public static CoDecoderFactory INSTANCE
@NotNull public <R> AbstractIntCoPipeline<R> getDecoder(@NotNull java.lang.String charsetName, @NotNull IntCoAcceptor<? extends R> downstream)
@NotNull public <R> AbstractIntCoPipeline<R> getDecoder(@NotNull java.nio.charset.Charset charset, @NotNull IntCoAcceptor<? extends R> downstream)