R - the pipeline result typepublic class URIEncoder<R> extends EncoderBase<R>
| Constructor and Description |
|---|
URIEncoder(IntAcceptor<? extends R> downstream) |
URIEncoder(IntAcceptor<? extends R> downstream,
boolean encodeSpaceAsPlus) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
static boolean |
isUnreservedURI(int ch) |
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 URIEncoder(IntAcceptor<? extends R> downstream, boolean encodeSpaceAsPlus)
public URIEncoder(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 valuepublic static boolean isUnreservedURI(int ch)
Copyright © 2025. All rights reserved.