HttpPatch

com.google.appengine.api.urlfetch.dev

Class HttpPatch

  • java.lang.Object
    • HttpEntityEnclosingRequestBase
      • com.google.appengine.api.urlfetch.dev.HttpPatch


  • public final class HttpPatch
    extends HttpEntityEnclosingRequestBase
    HTTP PATCH method. This class is required because org.apache.http.client.methods does not supply one.
    • Constructor Summary

      Constructors 
      Constructor and Description
      HttpPatch(java.lang.String uri) 
    • Method Summary

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

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

      • HttpPatch

        public HttpPatch(java.lang.String uri)
    • Method Detail

      • getMethod

        public java.lang.String getMethod()