R - the pipeline result typepublic class HTMLEncoder<R> extends EncoderBase<R>
| Modifier and Type | Field and Description |
|---|---|
static String[] |
baseEntities |
static MappingEntry[] |
mappedEntities |
| Constructor and Description |
|---|
HTMLEncoder(IntAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
emit, emitHexclose, emit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetResult, isComplete, isStageCompleteisClosed, safeClosepublic static final String[] baseEntities
public static final MappingEntry[] mappedEntities
public HTMLEncoder(IntAcceptor<? extends R> downstream)
public void acceptInt(int value)
AbstractIntAcceptorint, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.acceptInt in class AbstractIntAcceptor<R>value - the input valueCopyright © 2025. All rights reserved.