public class DebugLogRequestHandler extends Object implements IRequestHandler
| Constructor and Description |
|---|
DebugLogRequestHandler(Configuration configuration)
Initializes a new instance of the DebugLogRequestHandler class.
|
| 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.
|
public DebugLogRequestHandler(Configuration configuration)
configuration - The configuration.public String processUrl(String url)
processUrl in interface IRequestHandlerurl - The URL.public void beforeSend(HttpURLConnection connection, OutputStream streamToSend)
beforeSend in interface IRequestHandlerconnection - The connection.streamToSend - The stream to send.public void processResponse(HttpURLConnection connection, byte[] resultData) throws IOException
processResponse in interface IRequestHandlerconnection - The connection.resultStream - The result data.IOExceptionCopyright © 2025 Aspose Pty Ltd. All rights reserved.