Package org.javalite.http
Class Delete
- java.lang.Object
-
- org.javalite.http.Request<Delete>
-
- org.javalite.http.Delete
-
-
Field Summary
-
Fields inherited from class org.javalite.http.Request
connection, redirect, url
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletedoConnect()Makes a connection to the remote resource.static voidmain(String[] args)-
Methods inherited from class org.javalite.http.Request
basic, basic, bytes, connect, dispose, getInputStream, header, headers, redirect, responseCode, responseMessage, text, text
-
-
-
-
Constructor Detail
-
Delete
public Delete(String url, int connectTimeout, int readTimeout)
Constructor for making DELETE requests.- Parameters:
url- URL of resource.connectTimeout- connection timeout.readTimeout- read timeout.
-
-