JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cool.scx.http.x.http1.headers.connection
ScxConnection
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
of(String)
value()
Interface ScxConnection
All Known Implementing Classes:
Connection
public sealed interface
ScxConnection
permits
Connection
(not exhaustive)
虽然 Connection 理论上支持 多个按照 "," 分割的值 但是在现代的服务器和客户端实现中, 几乎只存在 一个单值 所以这里我们也仅支持 单个值
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static
ScxConnection
of
(
String
v)
String
value
()
Method Details
of
static
ScxConnection
of
(
String
v)
value
String
value
()