Class HttpTransportOverHTTP2.SendTrailers

  • All Implemented Interfaces:
    org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
    Enclosing class:
    HttpTransportOverHTTP2

    private class HttpTransportOverHTTP2.SendTrailers
    extends org.eclipse.jetty.util.Callback.Nested
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback

        org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.Nested
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable

        org.eclipse.jetty.util.thread.Invocable.InvocationType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.jetty.http.HttpFields trailers  
      • Fields inherited from interface org.eclipse.jetty.util.Callback

        NOOP
      • Fields inherited from interface org.eclipse.jetty.util.thread.Invocable

        __nonBlocking
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SendTrailers​(org.eclipse.jetty.util.Callback callback, org.eclipse.jetty.http.HttpFields trailers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void succeeded()  
      • Methods inherited from class org.eclipse.jetty.util.Callback.Nested

        failed, getCallback, getInvocationType
      • Methods inherited from class org.eclipse.jetty.util.Callback.Completing

        completed
      • Methods inherited from class java.lang.Object

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

      • trailers

        private final org.eclipse.jetty.http.HttpFields trailers
    • Constructor Detail

      • SendTrailers

        private SendTrailers​(org.eclipse.jetty.util.Callback callback,
                             org.eclipse.jetty.http.HttpFields trailers)
    • Method Detail

      • succeeded

        public void succeeded()
        Specified by:
        succeeded in interface org.eclipse.jetty.util.Callback
        Overrides:
        succeeded in class org.eclipse.jetty.util.Callback.Nested