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.clients.util
/
Node
Node
zhttp.clients.util.Node
See the
Node
companion object
class
Node
[
A
](
var
a
:
A
,
next
:
Node
[
A
])(
implicit
ord
:
A
=>
Ordered
[
A
])
extends
AtomicMarkableReference
[
Node
[
A
]]
with
Ordered
[
Node
[
A
]]
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Ordered
[
Node
[
A
]]
trait
Comparable
[
Node
[
A
]]
class
AtomicMarkableReference
[
Node
[
A
]]
class
Object
trait
Matchable
class
Any
Known subtypes
class
Last
[
A
]
class
NodeRef
[
A
]
class
LastRef
[
A
]
Clear all
Members list
Concise view
Value members
Concrete methods
override
def
compare
(
that
:
Node
[
A
]):
Int
Attributes
Definition Classes
Ordered
def
getOrig
:
Node
[
A
]
def
getRef
:
Node
[
A
]
def
hasRef
:
Boolean
def
isFirst
:
Boolean
def
isLast
:
Boolean
def
lt
(
a
:
A
):
Boolean
Inherited methods
def
<
(
that
:
Node
[
A
]):
Boolean
Attributes
Inherited from:
Ordered
def
<=
(
that
:
Node
[
A
]):
Boolean
Attributes
Inherited from:
Ordered
def
>
(
that
:
Node
[
A
]):
Boolean
Attributes
Inherited from:
Ordered
def
>=
(
that
:
Node
[
A
]):
Boolean
Attributes
Inherited from:
Ordered
def
attemptMark
(
x$0
:
Node
[
A
],
x$1
:
Boolean
):
Boolean
Attributes
Inherited from:
AtomicMarkableReference
def
compareAndSet
(
x$0
:
Node
[
A
],
x$1
:
Node
[
A
],
x$2
:
Boolean
,
x$3
:
Boolean
):
Boolean
Attributes
Inherited from:
AtomicMarkableReference
def
compareTo
(
that
:
Node
[
A
]):
Int
Attributes
Inherited from:
Ordered
def
get
(
x$0
:
Array
[
Boolean
]):
V
Attributes
Inherited from:
AtomicMarkableReference
def
getReference
():
V
Attributes
Inherited from:
AtomicMarkableReference
def
isMarked
():
Boolean
Attributes
Inherited from:
AtomicMarkableReference
def
set
(
x$0
:
Node
[
A
],
x$1
:
Boolean
):
Unit
Attributes
Inherited from:
AtomicMarkableReference
def
weakCompareAndSet
(
x$0
:
Node
[
A
],
x$1
:
Node
[
A
],
x$2
:
Boolean
,
x$3
:
Boolean
):
Boolean
Attributes
Inherited from:
AtomicMarkableReference
Concrete fields
var
a
:
A