Modifier and Type | Method and Description |
---|---|
protected HttpUtils.Response |
AbstractAtomPubService.post(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the
result.
|
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result.
|
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
String contentType,
Map<String,String> headers,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result.
|
Modifier and Type | Method and Description |
---|---|
protected HttpUtils.Response |
AbstractBrowserBindingService.post(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the
result.
|
protected void |
AbstractBrowserBindingService.postAndConsume(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the
result.
|
Modifier and Type | Method and Description |
---|---|
static HttpUtils.Response |
HttpUtils.invokePOST(UrlBuilder url,
String contentType,
HttpUtils.Output writer,
BindingSession session) |
static HttpUtils.Response |
HttpUtils.invokePUT(UrlBuilder url,
String contentType,
Map<String,String> headers,
HttpUtils.Output writer,
BindingSession session) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.