public class ClientResponse<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ClientResponse(boolean finished,
T obj) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ClientResponse<T> |
finished(T obj) |
T |
getObj() |
boolean |
isFinished() |
static <T> ClientResponse<T> |
unfinished(T obj) |
protected ClientResponse(boolean finished,
T obj)
public static <T> ClientResponse<T> finished(T obj)
public static <T> ClientResponse<T> unfinished(T obj)
public boolean isFinished()
public T getObj()
Copyright © 2011–2018. All rights reserved.