public class SimpleResponseParser
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
getOperation()  | 
ResponseCode | 
getResult()  | 
int | 
getToken()  | 
static SimpleResponseParser | 
of(byte[] response)  | 
static SimpleResponseParser | 
of(byte[] response,
  java.lang.String password)  | 
public static SimpleResponseParser of(byte[] response) throws InvalidConfigException
InvalidConfigExceptionpublic static SimpleResponseParser of(byte[] response, java.lang.String password) throws InvalidConfigException
InvalidConfigExceptionpublic ResponseCode getResult()
public int getToken()
public Operation getOperation()