[#1683] Mark unused ChannelOption @deprecated, to prepare for removal in 4.1.0.Final
This commit is contained in:
parent
e81368af06
commit
ca29f1a37d
@ -87,8 +87,10 @@ public class ChannelOption<T> extends UniqueName {
|
||||
public static final ChannelOption<Boolean> TCP_NODELAY =
|
||||
new ChannelOption<Boolean>("TCP_NODELAY");
|
||||
|
||||
@Deprecated
|
||||
public static final ChannelOption<Long> AIO_READ_TIMEOUT =
|
||||
new ChannelOption<Long>("AIO_READ_TIMEOUT");
|
||||
@Deprecated
|
||||
public static final ChannelOption<Long> AIO_WRITE_TIMEOUT =
|
||||
new ChannelOption<Long>("AIO_WRITE_TIMEOUT");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user