public class URLDecoder extends CharToByteDecoder<URLDecoder>
Decodes from "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 |
---|
URLDecoder() |
Modifier and Type | Method and Description |
---|---|
protected CoderResult |
codingLoop(CharBuffer in,
ByteBuffer out,
boolean endOfInput) |
allocate, decodeToBytes, 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(CharBuffer in, ByteBuffer out, boolean endOfInput)
codingLoop
in class BaseCoder<CharBuffer,ByteBuffer,URLDecoder>
Copyright © 2009–2017 Mark A. Ziesemer. All rights reserved.