Class CommunicationLogOutputInterceptor

  • All Implemented Interfaces:
    org.eclipse.jetty.server.HttpOutput.Interceptor

    
    public class CommunicationLogOutputInterceptor
     implements HttpOutput.Interceptor
                        

    HttpOutput.Interceptor which logs messages to a stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final HttpOutput.Interceptor nextInterceptor
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpOutput.Interceptor getNextInterceptor()
      void close() * Closes the underlying communication log stream if present.
      void write(ByteBuffer content, boolean last, Callback callback)
      • Methods inherited from class org.eclipse.jetty.server.HttpOutput.Interceptor

        getNextInterceptor, resetBuffer
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • close

         void close()

        * Closes the underlying communication log stream if present.