public final class LauncherRequest extends Request<LauncherRequestEvent> implements WebSocketRequest
| Modifier and Type | Field and Description |
|---|---|
static java.nio.file.Path |
BINARY_PATH |
byte[] |
digest |
static boolean |
EXE_BINARY |
int |
launcher_type |
requestUUID, service| Constructor and Description |
|---|
LauncherRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
LauncherRequestEvent |
requestDo(StandartClientWebSocketService service) |
static void |
update(LauncherRequestEvent result) |
getSession, request, request, requestError, setSessionpublic byte[] digest
public int launcher_type
public static final java.nio.file.Path BINARY_PATH
public static final boolean EXE_BINARY
public static void update(LauncherRequestEvent result) throws java.io.IOException
java.io.IOExceptionpublic LauncherRequestEvent requestDo(StandartClientWebSocketService service) throws java.lang.Exception
requestDo in class Request<LauncherRequestEvent>java.lang.Exceptionpublic java.lang.String getType()
getType in interface WebSocketRequestgetType in interface pro.gravit.utils.TypeSerializeInterface