krossbow-stomp-core
4.1.0
common
krossbow-stomp-core
/
org.hildan.krossbow.stomp.headers
/
StompConnectHeaders
Stomp
Connect
Headers
common
data
class
StompConnectHeaders
(
rawHeaders
:
StompHeaders
)
:
StompHeaders
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Stomp
Connect
Headers
Link copied to clipboard
common
fun
StompConnectHeaders
(
host
:
String
?
,
acceptVersion
:
List
<
String
>
=
listOf("1.2")
,
login
:
String
?
=
null
,
passcode
:
String
?
=
null
,
heartBeat
:
HeartBeat
?
=
null
,
customHeaders
:
Map
<
String
,
String
>
=
emptyMap()
)
Content copied to clipboard
Stomp
Connect
Headers
Link copied to clipboard
common
fun
StompConnectHeaders
(
rawHeaders
:
StompHeaders
)
Content copied to clipboard
Functions
clear
Link copied to clipboard
common
open
override
fun
clear
(
)
Content copied to clipboard
contains
Key
Link copied to clipboard
common
open
override
fun
containsKey
(
key
:
String
)
:
Boolean
Content copied to clipboard
contains
Value
Link copied to clipboard
common
open
override
fun
containsValue
(
value
:
String
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
common
open
operator override
fun
get
(
key
:
String
)
:
String
?
Content copied to clipboard
is
Empty
Link copied to clipboard
common
open
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
put
Link copied to clipboard
common
open
override
fun
put
(
key
:
String
,
value
:
String
)
:
String
?
Content copied to clipboard
put
All
Link copied to clipboard
common
open
override
fun
putAll
(
from
:
Map
<
out
String
,
String
>
)
Content copied to clipboard
remove
Link copied to clipboard
common
open
override
fun
remove
(
key
:
String
)
:
String
?
Content copied to clipboard
Properties
accept
Version
Link copied to clipboard
common
val
acceptVersion
:
List
<
String
>
Content copied to clipboard
content
Length
Link copied to clipboard
common
open
override
var
contentLength
:
Int
?
Content copied to clipboard
content
Type
Link copied to clipboard
common
open
override
var
contentType
:
String
?
Content copied to clipboard
entries
Link copied to clipboard
common
open
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
String
>
>
Content copied to clipboard
heart
Beat
Link copied to clipboard
common
val
heartBeat
:
HeartBeat
?
Content copied to clipboard
host
Link copied to clipboard
common
val
host
:
String
?
Content copied to clipboard
keys
Link copied to clipboard
common
open
override
val
keys
:
MutableSet
<
String
>
Content copied to clipboard
login
Link copied to clipboard
common
val
login
:
String
?
Content copied to clipboard
passcode
Link copied to clipboard
common
val
passcode
:
String
?
Content copied to clipboard
receipt
Link copied to clipboard
common
open
override
var
receipt
:
String
?
Content copied to clipboard
size
Link copied to clipboard
common
open
override
val
size
:
Int
Content copied to clipboard
values
Link copied to clipboard
common
open
override
val
values
:
MutableCollection
<
String
>
Content copied to clipboard
Sources
common source
Link copied to clipboard