类 AbstractLogger.LoggingStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.coodex.jaxrs.logging.AbstractLogger.LoggingStream
所有已实现的接口:
Closeable, Flushable, AutoCloseable
封闭类:
AbstractLogger

protected static class AbstractLogger.LoggingStream extends FilterOutputStream
Helper class used to log an entity to the output stream up to the specified maximum number of bytes.
  • 构造器详细资料

    • LoggingStream

      public LoggingStream(StringBuilder b, OutputStream inner)
      Creates LoggingStream with the entity and the underlying output stream as parameters.
      参数:
      b - contains the entity to log.
      inner - the underlying output stream.
  • 方法详细资料