Class HttpReceiverOverHTTP2.ContentNotifier.DataInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.jetty.util.Callback callback  
      private org.eclipse.jetty.client.HttpExchange exchange  
      private DataFrame frame  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DataInfo​(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exchange

        private final org.eclipse.jetty.client.HttpExchange exchange
      • callback

        private final org.eclipse.jetty.util.Callback callback
    • Constructor Detail

      • DataInfo

        private DataInfo​(org.eclipse.jetty.client.HttpExchange exchange,
                         DataFrame frame,
                         org.eclipse.jetty.util.Callback callback)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object