ktor-server-jetty
Module Contents
alltypes
Module Contents
object
DevelopmentEngine
Module Contents
@JvmStatic
fun
main
(
args
:
Array
<
String
>
)
:
Unit
object
EngineMain
Module Contents
@JvmStatic
fun
main
(
args
:
Array
<
String
>
)
:
Unit
object
Jetty
:
ApplicationEngineFactory
<
JettyApplicationEngine
,
Configuration
>
Module Contents
fun
create
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
:
JettyApplicationEngine
class
JettyApplicationCall
:
AsyncServletApplicationCall
Module Contents
JettyApplicationCall
(
application
:
Application
,
request
:
Request
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
,
coroutineContext
:
<ERROR CLASS>
)
val
response
:
JettyApplicationResponse
class
JettyApplicationEngine
:
JettyApplicationEngineBase
Module Contents
JettyApplicationEngine
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
fun
start
(
wait
:
Boolean
)
:
JettyApplicationEngine
fun
stop
(
gracePeriodMillis
:
Long
,
timeoutMillis
:
Long
)
:
Unit
open
class
JettyApplicationEngineBase
:
BaseApplicationEngine
Module Contents
JettyApplicationEngineBase
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
class
Configuration
:
Configuration
Module Contents
Configuration
(
)
var
configureServer
:
Server
.
(
)
->
Unit
protected
val
configuration
:
Configuration
protected
val
server
:
Server
open
fun
start
(
wait
:
Boolean
)
:
JettyApplicationEngineBase
open
fun
stop
(
gracePeriodMillis
:
Long
,
timeoutMillis
:
Long
)
:
Unit
open
fun
toString
(
)
:
String
class
JettyApplicationResponse
:
AsyncServletApplicationResponse
Module Contents
JettyApplicationResponse
(
call
:
AsyncServletApplicationCall
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
,
baseRequest
:
Request
,
coroutineContext
:
<ERROR CLASS>
)
fun
push
(
builder
:
ResponsePushBuilder
)
:
Unit
object
JettyUpgradeImpl
:
ServletUpgrade
Module Contents
suspend
fun
performUpgrade
(
upgrade
:
ProtocolUpgrade
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
)
:
Unit
package
io.ktor.server.jetty
Module Contents
object
DevelopmentEngine
Module Contents
@JvmStatic
fun
main
(
args
:
Array
<
String
>
)
:
Unit
object
EngineMain
Module Contents
@JvmStatic
fun
main
(
args
:
Array
<
String
>
)
:
Unit
object
Jetty
:
ApplicationEngineFactory
<
JettyApplicationEngine
,
Configuration
>
Module Contents
fun
create
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
:
JettyApplicationEngine
class
JettyApplicationCall
:
AsyncServletApplicationCall
Module Contents
JettyApplicationCall
(
application
:
Application
,
request
:
Request
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
,
coroutineContext
:
<ERROR CLASS>
)
val
response
:
JettyApplicationResponse
class
JettyApplicationEngine
:
JettyApplicationEngineBase
Module Contents
JettyApplicationEngine
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
fun
start
(
wait
:
Boolean
)
:
JettyApplicationEngine
fun
stop
(
gracePeriodMillis
:
Long
,
timeoutMillis
:
Long
)
:
Unit
open
class
JettyApplicationEngineBase
:
BaseApplicationEngine
Module Contents
JettyApplicationEngineBase
(
environment
:
ApplicationEngineEnvironment
,
configure
:
Configuration
.
(
)
->
Unit
)
class
Configuration
:
Configuration
Module Contents
Configuration
(
)
var
configureServer
:
Server
.
(
)
->
Unit
protected
val
configuration
:
Configuration
protected
val
server
:
Server
open
fun
start
(
wait
:
Boolean
)
:
JettyApplicationEngineBase
open
fun
stop
(
gracePeriodMillis
:
Long
,
timeoutMillis
:
Long
)
:
Unit
open
fun
toString
(
)
:
String
class
JettyApplicationResponse
:
AsyncServletApplicationResponse
Module Contents
JettyApplicationResponse
(
call
:
AsyncServletApplicationCall
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
,
baseRequest
:
Request
,
coroutineContext
:
<ERROR CLASS>
)
fun
push
(
builder
:
ResponsePushBuilder
)
:
Unit
package
io.ktor.server.jetty.internal
Module Contents
object
JettyUpgradeImpl
:
ServletUpgrade
Module Contents
suspend
fun
performUpgrade
(
upgrade
:
ProtocolUpgrade
,
servletRequest
:
HttpServletRequest
,
servletResponse
:
HttpServletResponse
,
engineContext
:
<ERROR CLASS>
,
userContext
:
<ERROR CLASS>
)
:
Unit