| Field and Description |
|---|
| reactor.netty.http.HttpDecoderSpec.DEFAULT_MAX_CHUNK_SIZE
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 does not support this configuration.
|
| Method and Description |
|---|
| reactor.netty.http.server.HttpServer.accessLog(Function<AccessLogArgProvider, AccessLog>)
as of 1.0.3. Prefer the
variant
with the AccessLogFactory interface instead. This method will be removed in version 1.2.0. |
| reactor.netty.http.client.HttpClient.cookie(String, Consumer<? super Cookie>)
as of 1.1.0. Use
HttpClient.cookie(Cookie) for configuring cookies. This will be removed in 2.0.0. |
| reactor.netty.http.client.HttpClient.cookieCodec(ClientCookieEncoder)
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.client.HttpClient.cookieCodec(ClientCookieEncoder, ClientCookieDecoder)
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.server.HttpServer.cookieCodec(ServerCookieEncoder)
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.server.HttpServer.cookieCodec(ServerCookieEncoder, ServerCookieDecoder)
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.server.HttpServerConfig.cookieDecoder()
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.client.HttpClientConfig.cookieDecoder()
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.server.HttpServerConfig.cookieEncoder()
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.client.HttpClientConfig.cookieEncoder()
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 supports only strict validation.
|
| reactor.netty.http.client.HttpClientInfos.currentContext()
Use
HttpClientInfos.currentContextView(). This method
will be removed in version 1.1.0. |
| reactor.netty.http.client.HttpClient.from(TcpClient)
Use the other methods exposed by
HttpClient to achieve the same configurations.
This method will be removed in version 1.1.0. |
| reactor.netty.http.server.HttpServer.from(TcpServer)
Use the other methods exposed by
HttpServer to achieve the same configurations.
This method will be removed in version 1.1.0. |
| reactor.netty.http.HttpDecoderSpec.maxChunkSize()
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 does not support this configuration.
|
| reactor.netty.http.HttpDecoderSpec.maxChunkSize(int)
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 does not support this configuration.
|
| reactor.netty.http.Cookies.newServerRequestHolder(HttpHeaders, ServerCookieDecoder)
as of 1.0.8.
Prefer
ServerCookies.newServerRequestHolder(HttpHeaders, ServerCookieDecoder).
This method will be removed in version 1.2.0. |
| reactor.netty.http.server.logging.AccessLogArgProvider.remoteAddress()
as of 1.0.26. Use
ConnectionInformation.connectionRemoteAddress() |
| reactor.netty.http.client.HttpClient.tcpConfiguration(Function<? super TcpClient, ? extends TcpClient>)
Use the other methods exposed by
HttpClient to achieve the same configurations.
This method will be removed in version 1.1.0. |
| reactor.netty.http.server.HttpServer.tcpConfiguration(Function<? super TcpServer, ? extends TcpServer>)
Use the other methods exposed by
HttpServer to achieve the same configurations.
This method will be removed in version 1.1.0. |
| reactor.netty.http.server.logging.AccessLogArgProvider.zonedDateTime()
as of 1.0.6. Prefer using
AccessLogArgProvider.accessDateTime() This method will be removed in version 1.2.0. |