| Modifier and Type | Field and Description | 
|---|---|
| static byte[] | CLOSE_BRACKET | 
| static byte[] | COMMA | 
| static byte[] | OPEN_BRACKET | 
| Constructor and Description | 
|---|
| HttpContentUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static io.netty.handler.codec.http.HttpContent | closeBracket() | 
| static io.netty.handler.codec.http.HttpContent | prefixComma(io.netty.handler.codec.http.HttpContent httpContent) | 
| static io.netty.handler.codec.http.HttpContent | prefixOpenBracket(io.netty.handler.codec.http.HttpContent httpContent) | 
public static final byte[] OPEN_BRACKET
public static final byte[] CLOSE_BRACKET
public static final byte[] COMMA
public static io.netty.handler.codec.http.HttpContent closeBracket()
]public static io.netty.handler.codec.http.HttpContent prefixComma(io.netty.handler.codec.http.HttpContent httpContent)
httpContent - The http content to prefix]public static io.netty.handler.codec.http.HttpContent prefixOpenBracket(io.netty.handler.codec.http.HttpContent httpContent)
httpContent - The http content to prefix