Class AbstractContainer.ThreadStackContent

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadStackContent​(java.lang.String threadStackTraces)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()  
      void release()  
      void write​(java.io.OutputStream outputStream)  
      • Methods inherited from class java.lang.Object

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

      • ThreadStackContent

        public ThreadStackContent​(java.lang.String threadStackTraces)
    • Method Detail

      • write

        public void write​(java.io.OutputStream outputStream)
                   throws java.io.IOException
        Specified by:
        write in interface Content
        Throws:
        java.io.IOException
      • release

        public void release()
        Specified by:
        release in interface Content
      • getContentType

        public java.lang.String getContentType()