zio-tls-http
zio-tls-http
API
zhttp
AccessDenied
BadInboundDataError
Charset
Charset
ChunkedEncodingError
ContentLenTooBig
ContentType
ContentType
Cookie
Cookie
FileUtils
FramePipeline
FrameTranscoder
HTTPError
HTTPHeaderTooBig
Headers
Headers
HttpRouter
HttpRouter
HttpRoutes
HttpRoutes
WebFilterProc
MediaEncodingError
Method
Method
MultiPart
NoResponse
Request
Response
Response
ResponseWriters
StatusCode
StatusCode
SyncTLSSocketServer
TLSServer
TcpServer
UpgradeRequest
WebSocketClosed
WebSocketFrame
WebSocketFrame
Binary
Close
Close
Continuation
ControlFrame
InvalidCloseCodeException
InvalidCloseDataException
Ping
Pong
ReasonTooLongException
Text
Websocket
Websocket
zhttp.clients
ClientRequest
ClientResponse
FilterProc
HttpConnection
HttpConnection
HttpConnectionError
HttpResponseHeaderError
ResPool
ResRec
Service
ResPoolCache
CacheEntry
LRUListWithCounter
LRUQEntry
Service
ResPoolGroup
RPD
RPDM
Service
zhttp.clients.util
Last
LastRef
MultiValuePair
MultiValuePairOrd
MultiValuePairReversed
MultiValuePairReversedOrd
Node
Node
NodeRef
NodeRef
OrderedList
ReversedStringIgnoreCaseValuePair
ReversedValuePair
ReversedValuePair
SkipList
StringIgnoreCaseValuePair
StringIgnoreCaseValuePair
TwoKeysMultiValuePairOrd
ValReference
ValuePair
ValuePair
zhttp.dsl
->
/
/:
/^
:?
IntVar
LongVar
Path
Path
QueryParam
Root
StringVar
URLPath
UUIDVar
zhttp.netio
IOChannel
SSLEngine
SocketChannel
SocketChannel
TCPChannel
TCPChannel
TLSChannel
TLSChannel
TLSChannelError
zio-tls-http
/
zhttp.netio
/
SocketChannel
SocketChannel
zhttp.netio.SocketChannel
See the
SocketChannel
companion object
class
SocketChannel
(
val
socket
:
Socket
)
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
def
close
():
Task
[
Unit
]
def
read
(
timeOut
:
Int
):
Task
[
Chunk
[
Byte
]]
def
remoteAddress
():
Task
[
SocketAddress
]
def
write
(
buffer
:
ByteBuffer
):
Task
[
Int
]
Inherited methods
def
read
():
Task
[
Chunk
[
Byte
]]
Attributes
Inherited from:
IOChannel
def
timeOutMs
:
Int
Attributes
Inherited from:
IOChannel
def
timeOutMs
(
ts
:
Int
):
Unit
Attributes
Inherited from:
IOChannel
Concrete fields
val
socket
:
Socket