toggle menu
koap-core
common
switch theme
search in API
koap-core
/
com.juul.koap
/
Message
/
Code
/
Method
Method
sealed
class
Method
:
Message.Code
RFC 7252: 12.1.1. Method Codes
Inheritors
GET
POST
PUT
DELETE
Members
Types
DELETE
Link copied to clipboard
object
DELETE
:
Message.Code.Method
GET
Link copied to clipboard
object
GET
:
Message.Code.Method
POST
Link copied to clipboard
object
POST
:
Message.Code.Method
PUT
Link copied to clipboard
object
PUT
:
Message.Code.Method
Properties
class
Link copied to clipboard
open
override
val
class
:
Int
detail
Link copied to clipboard
open
override
val
detail
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String