public static class OfflineStatement.DefaultImpls
Overrides functions in Statement that close a stream. With HTTP implementations there is nothing to close, so these are noops.
| Modifier and Type | Method and Description |
|---|---|
static void |
cancel(OfflineStatement $this) |
static void |
close(OfflineStatement $this) |
static void |
closeOnCompletion(OfflineStatement $this) |
static org.slf4j.Logger |
getLogger(OfflineStatement $this) |
static boolean |
isCloseOnCompletion(OfflineStatement $this) |
static boolean |
isClosed(OfflineStatement $this) |
public static boolean isCloseOnCompletion(OfflineStatement $this)
public static void close(OfflineStatement $this)
public static boolean isClosed(OfflineStatement $this)
public static void closeOnCompletion(OfflineStatement $this)
public static void cancel(OfflineStatement $this)
public static org.slf4j.Logger getLogger(OfflineStatement $this)