Serialized Form
-
Package de.cuioss.http.client.result
-
Class de.cuioss.http.client.result.HttpResultObject
class HttpResultObject extends de.cuioss.uimodel.result.ResultObject<T> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
etag
String etag
HTTP ETag from the response for caching optimization. -
httpErrorCategory
HttpErrorCategory httpErrorCategory
HTTP-specific error classification. -
httpStatus
Integer httpStatus
HTTP status code from the response.
-
-
-
Package de.cuioss.http.client.retry
-
Record Class de.cuioss.http.client.retry.RetryContext
class RetryContext extends Record implements Serializable-
Serialized Fields
-
attemptNumber
int attemptNumber
The field for theattemptNumberrecord component. -
operationName
String operationName
The field for theoperationNamerecord component.
-
-
-
Exception Class de.cuioss.http.client.retry.RetryException
class RetryException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package de.cuioss.http.security.exceptions
-
Exception Class de.cuioss.http.security.exceptions.UrlSecurityException
class UrlSecurityException extends RuntimeException implements Serializable-
Serialized Fields
-
detail
@Nullable String detail
-
failureType
UrlSecurityFailureType failureType
-
originalInput
String originalInput
-
sanitizedInput
@Nullable String sanitizedInput
-
validationType
ValidationType validationType
-
-
-