public abstract class AbstractHttpClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closed |
protected static String |
CONTENT_TYPE |
protected int |
responseSizeLimit |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHttpClient(int responseSizeLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the client-server communication
|
boolean |
isClosed()
Returns true if the parent MWHttpClient has been closed else false
|
protected boolean |
isSecureConnection(URL url) |
protected boolean closed
protected int responseSizeLimit
protected static final String CONTENT_TYPE
public void close()
public boolean isClosed()
protected boolean isSecureConnection(URL url)
url - url to the CTF with the form: http://:/ Copyright © 2015–2021. All rights reserved.