-
public class HttpSpec.HeadersStandard HTTP header names.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringCONTENT_TYPEprivate final StringCONTENT_LENGTHprivate final StringWEBSOCKET_ACCEPT_HEADERpublic final static HttpSpec.HeadersINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetCONTENT_TYPE()Content-Type header name. final StringgetCONTENT_LENGTH()Content-Length header name. final StringgetWEBSOCKET_ACCEPT_HEADER()Sec-WebSocket-Accept header name. -
-
Method Detail
-
getCONTENT_TYPE
final String getCONTENT_TYPE()
Content-Type header name.
-
getCONTENT_LENGTH
final String getCONTENT_LENGTH()
Content-Length header name.
-
getWEBSOCKET_ACCEPT_HEADER
final String getWEBSOCKET_ACCEPT_HEADER()
Sec-WebSocket-Accept header name.
-
-
-
-