Class CommunicationLogOutputInterceptor

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

    public class CommunicationLogOutputInterceptor
    extends Object
    implements org.eclipse.jetty.server.HttpOutput.Interceptor
    HttpOutput.Interceptor which logs messages to a stream.
    • Method Detail

      • close

        public void close()
        Closes the underlying communication log stream if present.
      • write

        public void write​(ByteBuffer content,
                          boolean last,
                          org.eclipse.jetty.util.Callback callback)
        Specified by:
        write in interface org.eclipse.jetty.server.HttpOutput.Interceptor
      • getNextInterceptor

        public org.eclipse.jetty.server.HttpOutput.Interceptor getNextInterceptor()
        Specified by:
        getNextInterceptor in interface org.eclipse.jetty.server.HttpOutput.Interceptor