Class CommunicationLogInputInterceptor

  • All Implemented Interfaces:
    org.eclipse.jetty.server.HttpInput.Interceptor , org.eclipse.jetty.util.component.Destroyable

    
    public class CommunicationLogInputInterceptor
     implements HttpInput.Interceptor, Destroyable
                        

    HttpInput.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
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpInput.Content readFrom(HttpInput.Content content)
      void destroy()
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • readFrom

         HttpInput.Content readFrom(HttpInput.Content content)