public interface IRequestHandler
Modifier and Type | Method and Description |
---|---|
void |
beforeSend(HttpURLConnection connection,
OutputStream streamToSend)
Processes parameters before sending.
|
void |
processResponse(HttpURLConnection connection,
byte[] resultData)
Processes the response.
|
String |
processUrl(String url)
Processes the URL.
|
String processUrl(String url) throws IllegalArgumentException, URISyntaxException, IOException, Exception
url
- The URL.URISyntaxException
IllegalArgumentException
IOException
Exception
void beforeSend(HttpURLConnection connection, OutputStream streamToSend)
connection
- The connection.streamToSend
- The stream to send.void processResponse(HttpURLConnection connection, byte[] resultData) throws IOException, Exception
connection
- The connection.resultData
- The result data.IOException
Exception
Copyright © 2018 Aspose Pty Ltd. All rights reserved.