Package org.javalite.http
Class Patch
- java.lang.Object
-
- org.javalite.http.Request<Patch>
-
- org.javalite.http.Patch
-
-
Field Summary
-
Fields inherited from class org.javalite.http.Request
connection, redirect, url
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Patch
doConnect()
Makes a connection to the remote resource.-
Methods inherited from class org.javalite.http.Request
basic, basic, bytes, connect, dispose, getInputStream, header, headers, redirect, responseCode, responseMessage, text, text
-
-
-
-
Constructor Detail
-
Patch
public Patch(String uri, byte[] content, int connectTimeout, int readTimeout)
Constructor for making PATCH requests.- Parameters:
uri
- URI of resource.content
- content to be posted to the resource.connectTimeout
- connection timeout.readTimeout
- read timeout.
-
-