Interface AbstractRequestContent.Producer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean produce​(java.nio.ByteBuffer content, boolean lastContent, org.eclipse.jetty.util.Callback callback)  
    • Method Detail

      • produce

        boolean produce​(java.nio.ByteBuffer content,
                        boolean lastContent,
                        org.eclipse.jetty.util.Callback callback)