ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-server-servlet
/
io.ktor.server.servlet
/
ServletApplicationResponse
Servlet
Application
Response
abstract
class
ServletApplicationResponse
(
call
:
ApplicationCall
,
servletResponse
:
HttpServletResponse
)
:
BaseApplicationResponse
Content copied to clipboard
Functions
Properties
Inheritors
Functions
push
Link copied to clipboard
open
override
fun
push
(
builder
:
ResponsePushBuilder
)
Content copied to clipboard
response
Channel
Link copied to clipboard
suspend override
fun
responseChannel
(
)
:
ByteWriteChannel
Content copied to clipboard
status
Link copied to clipboard
open
override
fun
status
(
)
:
HttpStatusCode
?
Content copied to clipboard
open
override
fun
status
(
value
:
HttpStatusCode
)
Content copied to clipboard
Properties
call
Link copied to clipboard
override
val
call
:
ApplicationCall
Content copied to clipboard
cookies
Link copied to clipboard
open
override
val
cookies
:
ResponseCookies
Content copied to clipboard
headers
Link copied to clipboard
open
override
val
headers
:
ResponseHeaders
Content copied to clipboard
pipeline
Link copied to clipboard
override
val
pipeline
:
ApplicationSendPipeline
Content copied to clipboard
Inheritors
AsyncServletApplicationResponse
Link copied to clipboard