public interface HttpConst
Modifier and Type | Interface and Description |
---|---|
static class |
HttpConst.RequestBodyFormat
请求体的格式
|
static interface |
HttpConst.RequestHeaderKey
Accept-Language : zh-CN,zh;q=0.8
Sec-WebSocket-Version : 13
Sec-WebSocket-Extensions : permessage-deflate; client_max_window_bits
Upgrade : websocket
Host : t-io.org:9321
Accept-Encoding : gzip, deflate, sdch
User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Origin : http://www.t-io.org:9292
Sec-WebSocket-Key : kmCL2C7q9vtNSMyHpft7lw==
Connection : Upgrade
Cache-Control : no-cache
Pragma : no-cache
|
static interface |
HttpConst.RequestHeaderValue |
static interface |
HttpConst.ResponseHeaderKey |
static interface |
HttpConst.ResponseHeaderValue |
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET_NAME
默认规定连接到本服务器的客户端统一用utf-8
|
static String |
SERVER_INFO |
static final String SERVER_INFO
static final String CHARSET_NAME
Copyright © 2018. All rights reserved.