public static class ConnectionOptions.Companion
| Modifier and Type | Method and Description |
|---|---|
ConnectionOptions |
getClose()
An instance for
Connection: close |
ConnectionOptions |
getKeepAlive()
An instance for
Connection: keep-alive |
ConnectionOptions |
getUpgrade()
An instance for
Connection: upgrade |
ConnectionOptions |
parse(java.lang.CharSequence connection)
Parse
Connection header value |
public ConnectionOptions getClose()
An instance for Connection: close
public ConnectionOptions getKeepAlive()
An instance for Connection: keep-alive
public ConnectionOptions getUpgrade()
An instance for Connection: upgrade
public ConnectionOptions parse(java.lang.CharSequence connection)
Parse Connection header value