quartz-h2
quartz-h2
API
io.quartz
http2
model
ContentType
ContentType
Cookie
Cookie
Headers
Headers
Method
Method
Request
Response
Response
StatusCode
StatusCode
routes
RIO
Routes
!
->
/
/:
/^
:?
BadIncomingData
ClientResponse
Constants
Error
ErrorGen
ErrorRst
Flags
FrameTypes
Masks
SettingsTypes
Frames
HeaderDecoder
HeaderEncoder
HeaderSizeLimitExceeded
Http11Connection
Http11Connection
Http2ClientConnection
Http2ClientConnection
Http2ClientStream
Http2Connection
Http2Connection
Http2ConnectionCommon
Http2Settings
Http2Settings
Http2Stream
Http2StreamCommon
IntVar
LongVar
Path
Path
Priority
Priority
Dependent
NoPriority
QH2InterruptException
QueryParam
Root
StringVar
URLPath
UUIDVar
netio
IOChannel
IOURingChannel
IOURingChannel
IoUringEntry
IoUringTbl
IoUringTbl
SSLEngine
SocketChannel
SocketChannel
TCPChannel
TCPChannel
TLSChannel
TLSChannel
SniName
TLSChannelError
util
ByteBufferInputStream
Chunked11
ChunkedEncodingError
HttpRangeRequest
MultiPart
ResponseWriters11
Utils
websocket
FrameTranscoder
WebSocketFrame
WebSocketFrame
Binary
Close
Close
Continuation
ControlFrame
InvalidCloseCodeException
InvalidCloseDataException
Ping
Pong
ReasonTooLongException
Text
Websocket
Websocket
BadProtocol
HeaderSizeLimitExceeded
MyLogger
QuartzH2Client
QuartzH2Server
QuartzH2Server
quartz-h2
/
io.quartz
/
io.quartz.netio
/
TCPChannel
TCPChannel
io.quartz.netio.TCPChannel
See the
TCPChannel
companion object
class
TCPChannel
(
val
ch
:
AsynchronousSocketChannel
)
extends
IOChannel
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
IOChannel
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
close
(
):
IO
[
Unit
]
def
put
(
bb
:
ByteBuffer
):
IO
[
Unit
]
def
rcvBufSize
(
nBytes
:
Int
):
AsynchronousSocketChannel
def
read
(
timeOut
:
Int
):
IO
[
Chunk
[
Byte
]]
def
readBuffer
(
dst
:
ByteBuffer
,
timeOut
:
Int
):
IO
[
Int
]
def
remoteAddress
(
):
IO
[
SocketAddress
]
def
secure
(
):
Boolean
def
setOption
[
T
](
opt
:
SocketOption
[
T
],
val0
:
T
):
AsynchronousSocketChannel
def
sndBufSize
(
nBytes
:
Int
):
AsynchronousSocketChannel
def
write
(
chunk
:
Chunk
[
Byte
]):
IO
[
Int
]
def
write
(
buffer
:
ByteBuffer
):
IO
[
Int
]
Inherited methods
def
sniServerNames
(
):
Option
[
Array
[
String
]]
Attributes
Inherited from:
IOChannel
Concrete fields
val
ch
:
AsynchronousSocketChannel
var
f_putBack
:
ByteBuffer
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods
Concrete fields