Java io.netty.handler.codec.http HttpHeaderValues fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http HttpHeaderValues fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http HttpHeaderValues.

The text is from its open source code.

Field

AsciiStringAPPLICATION_JSON
"application/json"
AsciiStringAPPLICATION_X_WWW_FORM_URLENCODED
"application/x-www-form-urlencoded"
AsciiStringATTACHMENT
"attachment" See HttpHeaderNames#CONTENT_DISPOSITION
AsciiStringBOUNDARY
"boundary"
AsciiStringCHARSET
"charset"
AsciiStringCHUNKED
"chunked"
AsciiStringCLOSE
"close"
AsciiStringCONTINUE
"100-continue"
AsciiStringDEFLATE
"deflate"
AsciiStringFILENAME
"filename" See HttpHeaderNames#CONTENT_DISPOSITION
AsciiStringFORM_DATA
"form-data" See HttpHeaderNames#CONTENT_DISPOSITION
AsciiStringGZIP
"gzip"
AsciiStringGZIP_DEFLATE
"gzip,deflate"
AsciiStringIDENTITY
"identity"
AsciiStringKEEP_ALIVE
"keep-alive"
AsciiStringMULTIPART_FORM_DATA
"multipart/form-data"
AsciiStringMULTIPART_MIXED
"multipart/mixed"
AsciiStringNAME
"name" See HttpHeaderNames#CONTENT_DISPOSITION
AsciiStringNONE
"none"
AsciiStringZERO
"0"
AsciiStringTEXT_PLAIN
"text/plain"
AsciiStringTRAILERS
"trailers"
AsciiStringUPGRADE
"upgrade"
AsciiStringWEBSOCKET
"websocket"