|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTTPResponse | |
|---|---|
| org.exoplatform.common.http.client | |
| Uses of HTTPResponse in org.exoplatform.common.http.client |
|---|
| Fields in org.exoplatform.common.http.client declared as HTTPResponse | |
|---|---|
protected HTTPResponse |
HttpURLConnection.resp
the response |
| Methods in org.exoplatform.common.http.client that return HTTPResponse | |
|---|---|
HTTPResponse |
HTTPConnection.Copy(java.lang.String source,
java.lang.String destination)
Copy resource or colleaction to URL spesified in destination
parameter. |
HTTPResponse |
HTTPConnection.Copy(java.lang.String source,
java.lang.String destination,
boolean override,
boolean norecursive)
Copy resource or colleaction to URL spesified in destination
parameter. |
HTTPResponse |
HTTPConnection.Delete(java.lang.String file)
Requests that file be DELETEd from the server. |
HTTPResponse |
HTTPConnection.Delete(java.lang.String file,
NVPair[] headers)
Requests that file be DELETEd from the server. |
HTTPResponse |
HTTPConnection.ExtensionMethod(java.lang.String method,
java.lang.String file,
byte[] data,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent. |
HTTPResponse |
HTTPConnection.ExtensionMethod(java.lang.String method,
java.lang.String file,
HttpOutputStream os,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent. |
HTTPResponse |
HTTPConnection.Get(java.lang.String file)
GETs the file. |
HTTPResponse |
HTTPConnection.Get(java.lang.String file,
NVPair[] form_data)
GETs the file with a query consisting of the specified form-data. |
HTTPResponse |
HTTPConnection.Get(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
GETs the file with a query consisting of the specified form-data. |
HTTPResponse |
HTTPConnection.Get(java.lang.String file,
java.lang.String query)
GETs the file using the specified query string. |
HTTPResponse |
HTTPConnection.Get(java.lang.String file,
java.lang.String query,
NVPair[] headers)
GETs the file using the specified query string. |
HTTPResponse |
HTTPConnection.Head(java.lang.String file)
Sends the HEAD request. |
HTTPResponse |
HTTPConnection.Head(java.lang.String file,
NVPair[] form_data)
Sends the HEAD request. |
HTTPResponse |
HTTPConnection.Head(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
Sends the HEAD request. |
HTTPResponse |
HTTPConnection.Head(java.lang.String file,
java.lang.String query)
Sends the HEAD request. |
HTTPResponse |
HTTPConnection.Head(java.lang.String file,
java.lang.String query,
NVPair[] headers)
Sends the HEAD request. |
HTTPResponse |
HTTPConnection.Lock(java.lang.String resource,
boolean isExclusive,
boolean isRecursive,
long timeout)
LOCK request |
HTTPResponse |
HTTPConnection.Lock(java.lang.String resource,
long timeout,
java.lang.String lockToken)
Refresh LOCK request. |
HTTPResponse |
HTTPConnection.MkCol(java.lang.String resource)
Create new Collection. |
HTTPResponse |
HTTPConnection.Move(java.lang.String source,
java.lang.String destination)
Move resource or colleaction to URL spesified in destination
parameter. |
HTTPResponse |
HTTPConnection.Move(java.lang.String source,
java.lang.String destination,
boolean override)
Move resource or colleaction to URL spesified in destination
parameter. |
HTTPResponse |
HTTPConnection.Options(java.lang.String file)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Options(java.lang.String file,
NVPair[] headers)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Options(java.lang.String file,
NVPair[] headers,
byte[] data)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Options(java.lang.String file,
NVPair[] headers,
HttpOutputStream stream)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file)
POSTs to the specified file. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
byte[] data)
POSTs the raw data to the specified file. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
byte[] data,
NVPair[] headers)
POSTs the raw data to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
HttpOutputStream stream)
POSTs the data written to the output stream to the specified file. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
HttpOutputStream stream,
NVPair[] headers)
POSTs the data written to the output stream to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
NVPair[] form_data)
POSTs form-data to the specified file. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
POST's form-data to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
java.lang.String data)
POSTs the data to the specified file. |
HTTPResponse |
HTTPConnection.Post(java.lang.String file,
java.lang.String data,
NVPair[] headers)
POSTs the data to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Propfind(java.lang.String resource,
java.util.List<java.lang.String> props)
PROPFIND prop request with 'Depth' header specified as 'infinity'. |
HTTPResponse |
HTTPConnection.Propfind(java.lang.String resource,
java.util.List<java.lang.String> props,
int depth)
PROPFIND prop request. |
HTTPResponse |
HTTPConnection.PropfindAllprop(java.lang.String resource)
PROPFIND allprop request with 'Depth' header specified as 'infinity'. |
HTTPResponse |
HTTPConnection.PropfindAllprop(java.lang.String resource,
int depth)
PROPFIND allprop request with 'Depth' header specified as 'infinity'. |
HTTPResponse |
HTTPConnection.PropfindPropname(java.lang.String resource)
PROPFIND propname request with 'Depth' header specified as 'infinity'. |
HTTPResponse |
HTTPConnection.PropfindPropname(java.lang.String resource,
int depth)
PROPFIND propname request. |
HTTPResponse |
HTTPConnection.Proppath(java.lang.String resource,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> propsSet,
java.util.List<java.lang.String> propsRemove)
PROPPATCH request. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
byte[] data)
PUTs the raw data into the specified file. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
byte[] data,
NVPair[] headers)
PUTs the raw data into the specified file using the additional headers. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
HttpOutputStream stream)
PUTs the data written to the output stream into the specified file. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
HttpOutputStream stream,
NVPair[] headers)
PUTs the data written to the output stream into the specified file using the additional headers. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
java.lang.String data)
PUTs the data into the specified file. |
HTTPResponse |
HTTPConnection.Put(java.lang.String file,
java.lang.String data,
NVPair[] headers)
PUTs the data into the specified file using the additional headers for the request. |
protected HTTPResponse |
HTTPConnection.setupRequest(java.lang.String method,
java.lang.String resource,
NVPair[] headers,
byte[] entity,
HttpOutputStream stream)
Sets up the request, creating the list of headers to send and creating instances of the modules. |
HTTPResponse |
HTTPConnection.Trace(java.lang.String file)
Requests a TRACE. |
HTTPResponse |
HTTPConnection.Trace(java.lang.String file,
NVPair[] headers)
Requests a TRACE. |
HTTPResponse |
HTTPConnection.Unlock(java.lang.String resource,
java.lang.String lockToken)
Refresh LOCK request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||