quartz-h2
quartz-h2
API
io.quartz
BadProtocol
HeaderSizeLimitExceeded
MyLogger
QuartzH2Server
QuartzH2Server
io.quartz.http2
->
/
/:
/^
:?
Constants
Error
ErrorGen
ErrorRst
Flags
FrameTypes
Masks
SettingsTypes
Frames
HeaderDecoder
HeaderEncoder
Http2Connection
Http2Connection
txWindow_SplitDataFrame
Http2Settings
Http2Settings
Http2Stream
IntVar
LongVar
Path
Path
Priority
Priority
Dependent
NoPriority
QueryParam
Root
StringVar
URLPath
UUIDVar
io.quartz.http2.model
ContentType
ContentType
Cookie
Cookie
Headers
Headers
Method
Method
Request
Response
Response
StatusCode
StatusCode
io.quartz.http2.routes
RIO
Routes
io.quartz.netio
IOChannel
SSLEngine
SocketChannel
SocketChannel
TCPChannel
TCPChannel
TLSChannel
TLSChannel
TLSChannelError
io.quartz.util
ByteBufferInputStream
MultiPart
Utils
quartz-h2
/
io.quartz
/
QuartzH2Server
QuartzH2Server
io.quartz.QuartzH2Server
See the
QuartzH2Server
companion object
class
QuartzH2Server
(
HOST
:
String
,
PORT
:
Int
,
h2IdleTimeOutMs
:
Int
,
sslCtx
:
SSLContext
)
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
doConnect
(
ch
:
IOChannel
,
maxStreams
:
Int
,
keepAliveMs
:
Int
,
route
:
Request
=>
IO
[
Option
[
Response
]],
leftOver
:
Chunk
[
Byte
]):
IO
[
Unit
]
def
doConnectUpgrade
(
ch
:
IOChannel
,
maxStreams
:
Int
,
keepAliveMs
:
Int
,
route
:
Request
=>
IO
[
Option
[
Response
]],
buf
:
Chunk
[
Byte
]):
IO
[
Unit
]
def
errorHandler
(
e
:
Throwable
):
IO
[
Int
|
Unit
]
def
getHttpHeaderAndLeftover
(
chunk
:
Chunk
[
Byte
]): (
Headers
,
Chunk
[
Byte
])
def
hostName
(
address
:
SocketAddress
):
String
def
protoSwitch
():
String
def
responseString
():
String
def
responseStringNo11
():
String
def
run0
(
e
:
ExecutorService
,
R
:
HttpRoute
,
maxThreadNum
:
Int
,
maxStreams
:
Int
,
keepAliveMs
:
Int
):
IO
[
ExitCode
]
def
run1
(
R
:
HttpRoute
,
maxThreadNum
:
Int
,
maxStreams
:
Int
,
keepAliveMs
:
Int
):
IO
[
ExitCode
]
def
run3
(
e
:
ExecutorService
,
R
:
HttpRoute
,
maxThreadNum
:
Int
,
maxStreams
:
Int
,
keepAliveMs
:
Int
):
IO
[
ExitCode
]
def
start
(
R
:
HttpRoute
,
sync
:
Boolean
):
IO
[
ExitCode
]
def
startIO
(
pf
:
HttpRouteIO
,
filter
:
WebFilter
,
sync
:
Boolean
):
IO
[
ExitCode
]
def
startRIO
[
Env
](
env
:
Env
,
pf
:
HttpRouteRIO
[
Env
],
filter
:
WebFilter
,
sync
:
Boolean
):
IO
[
ExitCode
]
Concrete fields
val
HTTP1_KEEP_ALIVE_MS
:
Int
val
MAX_HTTP_HEADER_SZ
:
Int
val
default_server_settings
:
Http2Settings
val
header_pair
:
Regex
val
http_line
:
Regex