Class SecurityReportRequest
java.lang.Object
pro.gravit.launcher.base.request.Request<SecurityReportRequestEvent>
pro.gravit.launcher.base.request.secure.SecurityReportRequest
- All Implemented Interfaces:
WebSocketRequest, pro.gravit.utils.TypeSerializeInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class Request
Request.ExtendedToken, Request.ExtendedTokenCallback, Request.RequestRestoreReportModifier and TypeClassDescriptionstatic classstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]final Stringfinal Stringfinal byte[]final StringFields inherited from class Request
requestUUID -
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 Request
addAllExtendedToken, addExtendedToken, addExtendedTokenCallback, addOAuthChangeHandler, clearExtendedTokens, getAccessToken, getAuthId, getExtendedTokens, getOAuth, getRefreshToken, getRequestService, getStringExtendedTokens, getTokenExpiredTime, isAvailable, isTokenExpired, reconnect, removeExtendedTokenCallback, removeOAuthChangeHandler, request, request, request, requestDo, requestError, restore, restore, setOAuth, setOAuth, setRequestService, startAutoRefreshModifier and TypeMethodDescriptionstatic voidstatic voidaddExtendedToken(String name, Request.ExtendedToken token) voidvoidaddOAuthChangeHandler(BiConsumer<String, AuthRequestEvent.OAuthRequestEvent> eventHandler) static voidstatic Stringstatic Stringstatic Map<String, Request.ExtendedToken> getOAuth()static Stringstatic RequestServicestatic longstatic booleanstatic booleanstatic voidvoidvoidremoveOAuthChangeHandler(BiConsumer<String, AuthRequestEvent.OAuthRequestEvent> eventHandler) request()request(RequestService service) request(StdWebSocketService service) Deprecated.protected SecurityReportRequestEventrequestDo(RequestService service) static voidrequestError(String message) static Request.RequestRestoreReportrestore()static Request.RequestRestoreReportrestore(boolean needUserInfo, boolean refreshOnly, boolean noRefresh) static voidsetOAuth(String authId, AuthRequestEvent.OAuthRequestEvent event) static voidsetOAuth(String authId, AuthRequestEvent.OAuthRequestEvent event, long tokenExpiredTime) static voidsetRequestService(RequestService service) static void
-
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
-