Class DefaultHttpMetadataAppender

  • All Implemented Interfaces:
    MetadataAppender<org.eclipse.jetty.client.api.Request>

    public class DefaultHttpMetadataAppender
    extends java.lang.Object
    implements MetadataAppender<org.eclipse.jetty.client.api.Request>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.client.api.Request append​(org.eclipse.jetty.client.api.Request target, Message message)  
      • Methods inherited from class java.lang.Object

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

      • DefaultHttpMetadataAppender

        public DefaultHttpMetadataAppender()
    • Method Detail

      • append

        public org.eclipse.jetty.client.api.Request append​(org.eclipse.jetty.client.api.Request target,
                                                           Message message)
        Specified by:
        append in interface MetadataAppender<org.eclipse.jetty.client.api.Request>