hexagon
2.8.6
jvm
http
/
com.hexagonkt.http.model.ws
/
WsSession
Ws
Session
interface
WsSession
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
status
:
Int
=
NORMAL
,
reason
:
String
=
""
)
ping
Link copied to clipboard
abstract
fun
ping
(
data
:
ByteArray
)
pong
Link copied to clipboard
abstract
fun
pong
(
data
:
ByteArray
)
send
Link copied to clipboard
abstract
fun
send
(
data
:
ByteArray
)
abstract
fun
send
(
text
:
String
)
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Map
<
*
,
*
>
exception
Link copied to clipboard
abstract
val
exception
:
Exception
?
path
Parameters
Link copied to clipboard
abstract
val
pathParameters
:
Map
<
String
,
String
>
request
Link copied to clipboard
abstract
val
request
:
HttpRequestPort
uri
Link copied to clipboard
abstract
val
uri
:
URI