public class URLEncoder extends ByteToCharEncoder<URLEncoder>
Encodes to "Percent-Encoding" (a.k.a. "URL-Encoding"), as specified by http://tools.ietf.org/html/rfc3986#section-2.
averageOutPerIn, maxOutPerIn, minInPerOut, state
Constructor and Description |
---|
URLEncoder() |
Modifier and Type | Method and Description |
---|---|
protected CoderResult |
codingLoop(ByteBuffer in,
CharBuffer out,
boolean endOfInput) |
allocate, encodeToString, put
checkConfigAllowed, checkNullArgument, clone, code, code, config, configImpl, flush, getAverageOutPerIn, getMaxOutPerIn, getMinInPerOut, implFlush, init, reset, resetImpl, throwIllegalStateException
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, code, code, config, flush, getAverageOutPerIn, getMaxOutPerIn, getMinInPerOut, reset
protected CoderResult codingLoop(ByteBuffer in, CharBuffer out, boolean endOfInput)
codingLoop
in class BaseCoder<ByteBuffer,CharBuffer,URLEncoder>
Copyright © 2009–2017 Mark A. Ziesemer. All rights reserved.