Class SecurityReportRequest
java.lang.Object
pro.gravit.launcher.request.Request<SecurityReportRequestEvent>
pro.gravit.launcher.request.secure.SecurityReportRequest
- All Implemented Interfaces:
WebSocketRequest,pro.gravit.utils.TypeSerializeInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class pro.gravit.launcher.request.Request
Request.ExtendedTokenCallback, Request.RequestRestoreReport -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]final Stringfinal Stringfinal byte[]final StringFields inherited from class pro.gravit.launcher.request.Request
requestUUID, service -
Constructor Summary
ConstructorsConstructorDescriptionSecurityReportRequest(String reportType) SecurityReportRequest(String reportType, byte[] smallBytes) SecurityReportRequest(String reportType, byte[] smallBytes, byte[] largeBytes) SecurityReportRequest(String reportType, String smallData) SecurityReportRequest(String reportType, String smallData, byte[] smallBytes) SecurityReportRequest(String reportType, String smallData, String largeData) SecurityReportRequest(String reportType, String smallData, String largeData, byte[] smallBytes) SecurityReportRequest(String reportType, String smallData, String largeData, byte[] smallBytes, byte[] largeBytes) -
Method Summary
Methods inherited from class pro.gravit.launcher.request.Request
addAllExtendedToken, addExtendedToken, addExtendedTokenCallback, addOAuthChangeHandler, clearExtendedTokens, getAccessToken, getAuthId, getExtendedTokens, getOAuth, getRefreshToken, getRequestService, getSession, getTokenExpiredTime, isAvailable, isTokenExpired, reconnect, removeExtendedTokenCallback, removeOAuthChangeHandler, request, request, request, requestDo, requestError, restore, setOAuth, setOAuth, setRequestService, setSession
-
Field Details
-
reportType
-
smallData
-
largeData
-
smallBytes
public final byte[] smallBytes -
largeBytes
public final byte[] largeBytes
-
-
Constructor Details
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
SecurityReportRequest
-
-
Method Details
-
getType
-