public static class HttpTransport.Request extends AbstractTransportRequest<HttpTransport>
AbstractTransportRequest.TransferException
Constructor and Description |
---|
HttpTransport.Request(HttpTransport transport,
File exportFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHandleResponse(org.apache.http.HttpResponse response) |
protected void |
doSend(org.apache.http.client.HttpClient client,
URL url,
File file) |
protected void |
doSend(org.apache.http.client.HttpClient client,
URL url,
InputStream input,
String fileName) |
protected void |
doSendAsPost(org.apache.http.client.HttpClient client,
URL url,
InputStream input,
String fileName) |
protected void |
doSendAsPostMultipart(org.apache.http.client.HttpClient client,
URL url,
InputStream input,
String fileName) |
protected void |
doSendAsPut(org.apache.http.client.HttpClient client,
URL url,
InputStream input,
String fileName) |
AbstractTransportRequest[] |
getChildRequests() |
String |
getTitle() |
void |
send(ExportContext context,
ImmoToolTask.Callback callback) |
buildFileList, getTransport
public HttpTransport.Request(HttpTransport transport, File exportFile)
protected void doHandleResponse(org.apache.http.HttpResponse response) throws IOException
IOException
protected final void doSend(org.apache.http.client.HttpClient client, URL url, File file) throws IOException, URISyntaxException
IOException
URISyntaxException
protected final void doSend(org.apache.http.client.HttpClient client, URL url, InputStream input, String fileName) throws IOException, URISyntaxException
IOException
URISyntaxException
protected void doSendAsPost(org.apache.http.client.HttpClient client, URL url, InputStream input, String fileName) throws IOException, URISyntaxException
IOException
URISyntaxException
protected void doSendAsPostMultipart(org.apache.http.client.HttpClient client, URL url, InputStream input, String fileName) throws IOException, URISyntaxException
IOException
URISyntaxException
protected void doSendAsPut(org.apache.http.client.HttpClient client, URL url, InputStream input, String fileName) throws IOException, URISyntaxException
IOException
URISyntaxException
public AbstractTransportRequest[] getChildRequests()
getChildRequests
in class AbstractTransportRequest<HttpTransport>
public String getTitle()
getTitle
in class AbstractTransportRequest<HttpTransport>
public void send(ExportContext context, ImmoToolTask.Callback callback) throws AbstractTransportRequest.TransferException
send
in class AbstractTransportRequest<HttpTransport>
AbstractTransportRequest.TransferException
Copyright © 2015 OpenEstate. All rights reserved.