connection, redirect, url
Constructor and Description |
---|
Patch(String uri,
byte[] content,
int connectTimeout,
int readTimeout)
Constructor for making PATCH requests.
|
Modifier and Type | Method and Description |
---|---|
Patch |
doConnect()
Makes a connection to the remote resource.
|
basic, basic, bytes, connect, dispose, getInputStream, header, headers, redirect, responseCode, responseMessage, text, text
public Patch(String uri, byte[] content, int connectTimeout, int readTimeout)
uri
- URI of resource.content
- content to be posted to the resource.connectTimeout
- connection timeout.readTimeout
- read timeout.Copyright © 2019 JavaLite. All rights reserved.