Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Ktor
ktor-server-netty
/
io.ktor.server.netty
/
NettyApplicationCall
Netty
Application
Call
abstract
class
NettyApplicationCall
(
application
:
Application
,
val
context
:
ChannelHandlerContext
,
requestMessage
:
Any
)
:
BaseApplicationCall
(
source
)
Members
Constructors
Netty
Application
Call
Link copied to clipboard
constructor
(
application
:
Application
,
context
:
ChannelHandlerContext
,
requestMessage
:
Any
)
Properties
application
Link copied to clipboard
override
val
application
:
Application
attributes
Link copied to clipboard
override
val
attributes
:
Attributes
context
Link copied to clipboard
val
context
:
ChannelHandlerContext
coroutine
Context
Link copied to clipboard
abstract
val
coroutineContext
:
CoroutineContext
parameters
Link copied to clipboard
open
override
val
parameters
:
Parameters
request
Link copied to clipboard
abstract
override
val
request
:
NettyApplicationRequest
response
Link copied to clipboard
abstract
override
val
response
:
NettyApplicationResponse
response
Write
Job
Link copied to clipboard
val
responseWriteJob
:
Job
Functions
receive
Nullable
Link copied to clipboard
open
suspend override
fun
<
T
>
receiveNullable
(
typeInfo
:
TypeInfo
)
:
T
?
respond
Link copied to clipboard
open
suspend override
fun
respond
(
message
:
Any
?
,
typeInfo
:
TypeInfo
?
)