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.URISyntaxExceptionIllegalArgumentExceptionIOExceptionExceptionvoid beforeSend(HttpURLConnection connection, OutputStream streamToSend) throws Exception
connection - The connection.streamToSend - The stream to send.Exceptionvoid processResponse(HttpURLConnection connection, byte[] resultData) throws IOException, Exception
connection - The connection.resultData - The result data.IOExceptionExceptionCopyright © 2025 Aspose Pty Ltd. All rights reserved.