| io.netty.handler.codec.http.HttpHeaders.addDateHeader(HttpMessage, CharSequence, Date)
|
| io.netty.handler.codec.http.HttpHeaders.addDateHeader(HttpMessage, String, Date)
|
| io.netty.handler.codec.http.HttpHeaders.addHeader(HttpMessage, CharSequence, Object)
|
| io.netty.handler.codec.http.HttpHeaders.addHeader(HttpMessage, String, Object)
|
| io.netty.handler.codec.http.HttpHeaders.addIntHeader(HttpMessage, CharSequence, int)
|
| io.netty.handler.codec.http.HttpHeaders.addIntHeader(HttpMessage, String, int)
|
| io.netty.handler.codec.http.multipart.HttpDataFactory.cleanAllHttpDatas()
|
| io.netty.handler.codec.http.multipart.HttpDataFactory.cleanRequestHttpDatas(HttpRequest)
|
| io.netty.handler.codec.http.HttpHeaders.clearHeaders(HttpMessage)
|
| io.netty.handler.codec.http.Cookie.comment()
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.comment() |
| io.netty.handler.codec.http.Cookie.commentUrl()
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.commentUrl() |
| io.netty.handler.codec.http.ServerCookieEncoder.encode(Collection) |
| io.netty.handler.codec.http.ClientCookieEncoder.encode(Cookie...) |
| io.netty.handler.codec.http.ServerCookieEncoder.encode(Cookie...) |
| io.netty.handler.codec.http.ClientCookieEncoder.encode(Cookie) |
| io.netty.handler.codec.http.ServerCookieEncoder.encode(Cookie) |
| io.netty.handler.codec.http.ClientCookieEncoder.encode(Iterable) |
| io.netty.handler.codec.http.ServerCookieEncoder.encode(Iterable) |
| io.netty.handler.codec.http.ClientCookieEncoder.encode(String, String) |
| io.netty.handler.codec.http.ServerCookieEncoder.encode(String, String) |
| io.netty.handler.codec.http.HttpObjectEncoder.encodeAscii(String, ByteBuf) |
| io.netty.handler.codec.http.HttpHeaders.equalsIgnoreCase(CharSequence, CharSequence)
Use AsciiString#equalsIgnoreCase(CharSequence, CharSequence) instead.
|
| io.netty.handler.codec.http.Cookie.getComment()
|
| io.netty.handler.codec.http.DefaultCookie.getComment() |
| io.netty.handler.codec.http.Cookie.getCommentUrl()
|
| io.netty.handler.codec.http.DefaultCookie.getCommentUrl() |
io.netty.handler.codec.http.HttpHeaders.getContentLength(HttpMessage)
Use HttpUtil.getContentLength(HttpMessage) instead.
Returns the length of the content. Please note that this value is
not retrieved from ByteBufHolder.content() but from the
"Content-Length" header, and thus they are independent from each
other.
|
io.netty.handler.codec.http.HttpHeaders.getContentLength(HttpMessage, long)
Use HttpUtil.getContentLength(HttpMessage, long) instead.
Returns the length of the content. Please note that this value is
not retrieved from ByteBufHolder.content() but from the
"Content-Length" header, and thus they are independent from each
other.
|
| io.netty.handler.codec.http.HttpHeaders.getDate(HttpMessage)
|
| io.netty.handler.codec.http.HttpHeaders.getDate(HttpMessage, Date)
|
io.netty.handler.codec.http.HttpHeaders.getDateHeader(HttpMessage, CharSequence)
Use HttpHeaders.getTimeMillis(CharSequence) instead.
Returns the date header value with the specified header name. If
there are more than one header value for the specified header name, the
first value is returned.
|
| io.netty.handler.codec.http.HttpHeaders.getDateHeader(HttpMessage, CharSequence, Date)
|
| io.netty.handler.codec.http.HttpHeaders.getDateHeader(HttpMessage, String)
|
| io.netty.handler.codec.http.HttpHeaders.getDateHeader(HttpMessage, String, Date)
|
| io.netty.handler.codec.http.HttpObject.getDecoderResult()
Use DecoderResultProvider.decoderResult() instead.
|
| io.netty.handler.codec.http.DefaultHttpObject.getDecoderResult() |
| io.netty.handler.codec.http.Cookie.getDomain()
|
| io.netty.handler.codec.http.DefaultCookie.getDomain() |
io.netty.handler.codec.http.HttpHeaders.getHeader(HttpMessage, CharSequence)
Use HttpHeaders.get(CharSequence) instead.
Returns the header value with the specified header name. If there are
more than one header value for the specified header name, the first
value is returned.
|
io.netty.handler.codec.http.HttpHeaders.getHeader(HttpMessage, CharSequence, String)
Use HttpHeaders.get(CharSequence, String) instead.
Returns the header value with the specified header name. If there are
more than one header value for the specified header name, the first
value is returned.
|
| io.netty.handler.codec.http.HttpHeaders.getHeader(HttpMessage, String)
|
| io.netty.handler.codec.http.HttpHeaders.getHeader(HttpMessage, String, String)
|
| io.netty.handler.codec.http.HttpHeaders.getHost(HttpMessage)
|
| io.netty.handler.codec.http.HttpHeaders.getHost(HttpMessage, String)
|
io.netty.handler.codec.http.HttpHeaders.getIntHeader(HttpMessage, CharSequence)
Use HttpHeaders.getInt(CharSequence) instead.
Returns the integer header value with the specified header name. If
there are more than one header value for the specified header name, the
first value is returned.
|
io.netty.handler.codec.http.HttpHeaders.getIntHeader(HttpMessage, CharSequence, int)
Use HttpHeaders.getInt(CharSequence, int) instead.
Returns the integer header value with the specified header name. If
there are more than one header value for the specified header name, the
first value is returned.
|
| io.netty.handler.codec.http.HttpHeaders.getIntHeader(HttpMessage, String)
|
| io.netty.handler.codec.http.HttpHeaders.getIntHeader(HttpMessage, String, int)
|
| io.netty.handler.codec.http.Cookie.getMaxAge()
|
| io.netty.handler.codec.http.DefaultCookie.getMaxAge() |
| io.netty.handler.codec.http.DefaultHttpRequest.getMethod() |
| io.netty.handler.codec.http.HttpRequest.getMethod()
|
| io.netty.handler.codec.http.Cookie.getName()
|
| io.netty.handler.codec.http.DefaultCookie.getName() |
| io.netty.handler.codec.http.Cookie.getPath()
|
| io.netty.handler.codec.http.DefaultCookie.getPath() |
| io.netty.handler.codec.http.Cookie.getPorts()
|
| io.netty.handler.codec.http.DefaultCookie.getPorts() |
| io.netty.handler.codec.http.DefaultHttpMessage.getProtocolVersion() |
| io.netty.handler.codec.http.HttpMessage.getProtocolVersion()
|
| io.netty.handler.codec.http.HttpResponse.getStatus()
|
| io.netty.handler.codec.http.DefaultHttpResponse.getStatus() |
| io.netty.handler.codec.http.DefaultHttpRequest.getUri() |
| io.netty.handler.codec.http.HttpRequest.getUri()
|
| io.netty.handler.codec.http.Cookie.getValue()
|
| io.netty.handler.codec.http.DefaultCookie.getValue() |
| io.netty.handler.codec.http.Cookie.getVersion()
|
| io.netty.handler.codec.http.DefaultCookie.getVersion() |
| io.netty.handler.codec.http.HttpHeaders.is100ContinueExpected(HttpMessage)
|
| io.netty.handler.codec.http.HttpHeaders.isContentLengthSet(HttpMessage)
|
| io.netty.handler.codec.http.Cookie.isDiscard()
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.isDiscard() |
| io.netty.handler.codec.http.HttpHeaders.isKeepAlive(HttpMessage)
|
| io.netty.handler.codec.http.HttpHeaders.isTransferEncodingChunked(HttpMessage)
|
| io.netty.handler.codec.http.DefaultHttpHeaders.iterator() |
| io.netty.handler.codec.http.HttpHeaders.iterator()
|
| io.netty.handler.codec.http.Cookie.maxAge()
Not part of RFC6265
|
io.netty.handler.codec.http.HttpHeaders.newEntity(String)
Use AsciiString instead.
Create a new CharSequence which is optimized for reuse as HttpHeaders name or value.
So if you have a Header name or value that you want to reuse you should make use of this.
|
| io.netty.handler.codec.http.Cookie.ports()
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.ports() |
| io.netty.handler.codec.http.HttpHeaders.removeHeader(HttpMessage, CharSequence)
|
| io.netty.handler.codec.http.HttpHeaders.removeHeader(HttpMessage, String)
|
| io.netty.handler.codec.http.HttpHeaders.removeTransferEncodingChunked(HttpMessage)
|
| io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory.sendUnsupportedWebSocketVersionResponse(Channel)
|
| io.netty.handler.codec.http.HttpHeaders.set100ContinueExpected(HttpMessage)
|
io.netty.handler.codec.http.HttpHeaders.set100ContinueExpected(HttpMessage, boolean)
Use HttpUtil.set100ContinueExpected(HttpMessage, boolean) instead.
Sets or removes the "Expect: 100-continue" header to / from the
specified message. If the specified value is true,
the "Expect: 100-continue" header is set and all other previous
"Expect" headers are removed. Otherwise, all "Expect"
headers are removed completely.
|
| io.netty.handler.codec.http.Cookie.setComment(String)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setComment(String) |
| io.netty.handler.codec.http.Cookie.setCommentUrl(String)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setCommentUrl(String) |
| io.netty.handler.codec.http.HttpHeaders.setContentLength(HttpMessage, long)
|
| io.netty.handler.codec.http.HttpHeaders.setDate(HttpMessage, Date)
|
io.netty.handler.codec.http.HttpHeaders.setDateHeader(HttpMessage, CharSequence, Date)
Use HttpHeaders.set(CharSequence, Object) instead.
Sets a new date header with the specified name and value. If there
is an existing header with the same name, the existing header is removed.
The specified value is formatted as defined in
RFC2616
|
io.netty.handler.codec.http.HttpHeaders.setDateHeader(HttpMessage, CharSequence, Iterable)
Use HttpHeaders.set(CharSequence, Iterable) instead.
Sets a new date header with the specified name and values. If there
is an existing header with the same name, the existing header is removed.
The specified values are formatted as defined in
RFC2616
|
| io.netty.handler.codec.http.HttpHeaders.setDateHeader(HttpMessage, String, Date)
|
| io.netty.handler.codec.http.HttpHeaders.setDateHeader(HttpMessage, String, Iterable)
|
| io.netty.handler.codec.http.Cookie.setDiscard(boolean)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setDiscard(boolean) |
io.netty.handler.codec.http.HttpHeaders.setHeader(HttpMessage, CharSequence, Iterable>)
Use HttpHeaders.set(CharSequence, Iterable) instead.
Sets a new header with the specified name and values. If there is an
existing header with the same name, the existing header is removed.
This getMethod can be represented approximately as the following code:
removeHeader(message, name);
for (Object v: values) {
if (v == null) {
break;
}
addHeader(message, name, v);
}
|
| io.netty.handler.codec.http.HttpHeaders.setHeader(HttpMessage, CharSequence, Object)
|
| io.netty.handler.codec.http.HttpHeaders.setHeader(HttpMessage, String, Iterable>)
|
| io.netty.handler.codec.http.HttpHeaders.setHeader(HttpMessage, String, Object)
|
| io.netty.handler.codec.http.HttpHeaders.setHost(HttpMessage, CharSequence)
|
| io.netty.handler.codec.http.HttpHeaders.setHost(HttpMessage, String)
|
io.netty.handler.codec.http.HttpHeaders.setIntHeader(HttpMessage, CharSequence, int)
Use HttpHeaders.setInt(CharSequence, int) instead.
Sets a new integer header with the specified name and value. If there
is an existing header with the same name, the existing header is removed.
|
io.netty.handler.codec.http.HttpHeaders.setIntHeader(HttpMessage, CharSequence, Iterable)
Use HttpHeaders.set(CharSequence, Iterable) instead.
Sets a new integer header with the specified name and values. If there
is an existing header with the same name, the existing header is removed.
|
| io.netty.handler.codec.http.HttpHeaders.setIntHeader(HttpMessage, String, int)
|
| io.netty.handler.codec.http.HttpHeaders.setIntHeader(HttpMessage, String, Iterable)
|
io.netty.handler.codec.http.HttpHeaders.setKeepAlive(HttpMessage, boolean)
Use HttpUtil.setKeepAlive(HttpMessage, boolean) instead.
Sets the value of the "Connection" header depending on the
protocol version of the specified message. This getMethod sets or removes
the "Connection" header depending on what the default keep alive
mode of the message's protocol version is, as specified by
HttpVersion.isKeepAliveDefault().
- If the connection is kept alive by default:
- set to
"close" if keepAlive is false.
- remove otherwise.
- If the connection is closed by default:
- set to
"keep-alive" if keepAlive is true.
- remove otherwise.
|
| io.netty.handler.codec.http.Cookie.setMaxAge(long)
Not part of RFC6265
|
| io.netty.handler.codec.http.Cookie.setPorts(int...)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setPorts(int...) |
| io.netty.handler.codec.http.Cookie.setPorts(Iterable)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setPorts(Iterable) |
| io.netty.handler.codec.http.HttpHeaders.setTransferEncodingChunked(HttpMessage)
|
| io.netty.handler.codec.http.Cookie.setVersion(int)
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.setVersion(int) |
| io.netty.handler.codec.http.Cookie.version()
Not part of RFC6265
|
| io.netty.handler.codec.http.DefaultCookie.version() |