public abstract class AbstractHttpClientFevalHandler extends Object implements MWFevalHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closed |
protected static String |
CONTENT_TYPE |
protected int |
responseSizeLimit |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHttpClientFevalHandler(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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, processRequest, processRequestprotected boolean closed
protected int responseSizeLimit
protected static final String CONTENT_TYPE
protected AbstractHttpClientFevalHandler(int responseSizeLimit)
public void close()
close in interface MWFevalHandlerpublic boolean isClosed()
isClosed in interface MWFevalHandlerprotected boolean isSecureConnection(URL url)
url - url to the CTF with the form: http://:/ Copyright © 2015–2024. All rights reserved.