public class SlowClose extends Object
| Constructor and Description |
|---|
SlowClose(HttpClient httpClient,
String path,
com.google.gson.JsonElement json) |
| Modifier and Type | Method and Description |
|---|---|
SlowClose |
disable() |
SlowClose |
enable() |
long |
getDelay() |
boolean |
isEnabled() |
SlowClose |
setDelay(long delay) |
public SlowClose(HttpClient httpClient, String path, com.google.gson.JsonElement json)
public boolean isEnabled()
public long getDelay()
public SlowClose enable() throws IOException
IOExceptionpublic SlowClose disable() throws IOException
IOExceptionpublic SlowClose setDelay(long delay) throws IOException
IOExceptionCopyright © 2016. All rights reserved.