Class HTTPServer.LocalByteArray

  • Enclosing class:
    HTTPServer

    private static class HTTPServer.LocalByteArray
    extends java.lang.ThreadLocal<java.io.ByteArrayOutputStream>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LocalByteArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.ByteArrayOutputStream 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
    • Constructor Detail

      • LocalByteArray

        private LocalByteArray()
    • Method Detail

      • initialValue

        protected java.io.ByteArrayOutputStream initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<java.io.ByteArrayOutputStream>