Class ThreadLocalCharsetDecoder


  • class ThreadLocalCharsetDecoder
    extends java.lang.ThreadLocal<java.nio.charset.CharsetDecoder>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.charset.Charset charset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.nio.charset.CharsetDecoder initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • charset

        private final java.nio.charset.Charset charset
    • Constructor Detail

      • ThreadLocalCharsetDecoder

        ThreadLocalCharsetDecoder​(java.nio.charset.Charset charset)
    • Method Detail

      • initialValue

        protected java.nio.charset.CharsetDecoder initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<java.nio.charset.CharsetDecoder>