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-jetty-jakarta
/
io.ktor.server.jetty.jakarta
/
JettyApplicationCall
/
JettyApplicationResponse
Jetty
Application
Response
inner
class
JettyApplicationResponse
(
endpoint
:
EndPoint
,
response
:
Response
)
:
BaseApplicationResponse
(
source
)
Members
Constructors
Jetty
Application
Response
Link copied to clipboard
constructor
(
endpoint
:
EndPoint
,
response
:
Response
)
Properties
call
Link copied to clipboard
override
val
call
:
PipelineCall
cookies
Link copied to clipboard
open
override
val
cookies
:
ResponseCookies
headers
Link copied to clipboard
open
override
val
headers
:
ResponseHeaders
is
Committed
Link copied to clipboard
open
override
val
isCommitted
:
Boolean
is
Sent
Link copied to clipboard
override
var
isSent
:
Boolean
pipeline
Link copied to clipboard
override
val
pipeline
:
ApplicationSendPipeline
Functions
push
Link copied to clipboard
open
override
fun
push
(
builder
:
ResponsePushBuilder
)
status
Link copied to clipboard
open
override
fun
status
(
)
:
HttpStatusCode
?
open
override
fun
status
(
value
:
HttpStatusCode
)