Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.http
/
HttpStatus
Http
Status
@
JvmInline
value
class
HttpStatus
(
val
code
:
Int
)
:
Comparable
<
HttpStatus
>
Status code of an HTTP response.
Members
Constructors
Http
Status
Link copied to clipboard
constructor
(
code
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
HttpStatus
)
:
Int