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
/
JettyApplicationRequest
Jetty
Application
Request
inner
class
JettyApplicationRequest
(
request
:
Request
)
:
BaseApplicationRequest
(
source
)
Members
Constructors
Jetty
Application
Request
Link copied to clipboard
constructor
(
request
:
Request
)
Properties
call
Link copied to clipboard
override
val
call
:
PipelineCall
cookies
Link copied to clipboard
open
override
val
cookies
:
RequestCookies
headers
Link copied to clipboard
override
val
headers
:
Headers
local
Link copied to clipboard
open
override
val
local
:
RequestConnectionPoint
pipeline
Link copied to clipboard
open
override
val
pipeline
:
ApplicationReceivePipeline
query
Parameters
Link copied to clipboard
open
override
val
queryParameters
:
Parameters
raw
Query
Parameters
Link copied to clipboard
open
override
val
rawQueryParameters
:
Parameters
Functions
receive
Channel
Link copied to clipboard
override
fun
receiveChannel
(
)
:
ByteReadChannel
set
Header
Link copied to clipboard
override
fun
setHeader
(
name
:
String
,
values
:
List
<
String
>
?
)
set
Receive
Channel
Link copied to clipboard
override
fun
setReceiveChannel
(
channel
:
ByteReadChannel
)