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.netio
/
TLSChannel
TLSChannel
io.quartz.netio.TLSChannel
See the
TLSChannel
companion object
class
TLSChannel
(
val
ctx
:
SSLContext
,
rch
:
TCPChannel
)
extends
IOChannel
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
IOChannel
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
final
def
close
():
IO
[
Unit
]
def
read
(
timeoutMs
:
Int
):
IO
[
Chunk
[
Byte
]]
def
ssl_init
():
IO
[
Chunk
[
Byte
]]
def
ssl_initClient
():
IO
[
Unit
]
def
ssl_init_h2
():
IO
[
Chunk
[
Byte
]]
def
write
(
in
:
ByteBuffer
):
IO
[
Int
]
def
write
(
chunk
:
Chunk
[
Byte
]):
IO
[
Int
]
Concrete fields
val
APP_PACKET_SZ
:
Int
val
MULTIPLER
:
Int
val
TLS_PACKET_SZ
:
Int
val
ctx
:
SSLContext
var
f_SSL
:
SSLEngine