io.netty.channel.ChannelFlushPromiseNotifier.add(ChannelPromise, int)
|
io.netty.util.DomainNameMapping.add(String, V)
|
io.netty.handler.ssl.OpenSsl.availableCipherSuites()
|
io.netty.handler.ssl.JdkSslContext.buildKeyManagerFactory(File, File, String, KeyManagerFactory)
will be removed.
|
io.netty.handler.ssl.JdkSslContext.buildKeyManagerFactory(File, String, File, String, KeyManagerFactory)
will be removed.
|
io.netty.handler.ssl.SslContext.buildTrustManagerFactory(File, TrustManagerFactory) |
io.netty.buffer.PooledByteBufAllocator.chunkSize()
|
io.netty.handler.ssl.SslHandler.close()
|
io.netty.handler.ssl.SslHandler.close(ChannelPromise)
|
io.netty.handler.codec.http.DefaultCookie.comment() |
io.netty.handler.codec.http.Cookie.comment()
Not part of RFC6265
|
io.netty.handler.codec.http.DefaultCookie.commentUrl() |
io.netty.handler.codec.http.Cookie.commentUrl()
Not part of RFC6265
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.context()
this method is considered unsafe as the returned pointer may be released later. Dont use it!
|
io.netty.channel.group.ChannelGroup.deregister()
This method will be removed in the next major feature release.
Deregister all Channel s in this group from their EventLoop .
Please note that this operation is asynchronous as Channel.deregister() is.
|
io.netty.channel.group.ChannelGroup.deregister(ChannelMatcher)
|
io.netty.buffer.PooledByteBufAllocator.directArenas()
|
io.netty.handler.codec.http.ServerCookieEncoder.encode(Collection) |
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(Cookie) |
io.netty.handler.codec.http.ServerCookieEncoder.encode(Iterable) |
io.netty.handler.codec.http.ClientCookieEncoder.encode(Iterable) |
io.netty.handler.codec.http.ServerCookieEncoder.encode(String, String) |
io.netty.handler.codec.http.ClientCookieEncoder.encode(String, String) |
io.netty.handler.codec.socks.SocksMessage.encodeAsByteBuf(ByteBuf)
Do not use; this method was intended for an internal use only.
|
io.netty.handler.codec.http.HttpObjectEncoder.encodeAscii(String, ByteBuf) |
io.netty.channel.ChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable)
|
io.netty.channel.group.ChannelGroup.flushAndWrite(Object)
|
io.netty.channel.group.ChannelGroup.flushAndWrite(Object, ChannelMatcher)
|
io.netty.buffer.PooledByteBufAllocator.freeThreadLocalCache() |
io.netty.handler.codec.socks.SocksSubnegotiationVersion.fromByte(byte)
|
io.netty.handler.codec.socks.SocksProtocolVersion.fromByte(byte)
|
io.netty.handler.codec.socks.SocksCmdType.fromByte(byte)
|
io.netty.handler.codec.socks.SocksCmdStatus.fromByte(byte)
|
io.netty.handler.codec.socks.SocksAuthStatus.fromByte(byte)
|
io.netty.handler.codec.socks.SocksAuthScheme.fromByte(byte)
|
io.netty.handler.codec.socks.SocksAddressType.fromByte(byte)
|
io.netty.util.Attribute.getAndRemove()
|
io.netty.handler.ssl.SslHandler.getCloseNotifyTimeoutMillis()
|
io.netty.handler.codec.http.DefaultCookie.getComment() |
io.netty.handler.codec.http.Cookie.getComment()
|
io.netty.handler.codec.http.DefaultCookie.getCommentUrl() |
io.netty.handler.codec.http.Cookie.getCommentUrl()
|
io.netty.util.CharsetUtil.getDecoder(Charset)
|
io.netty.handler.codec.http.DefaultCookie.getDomain() |
io.netty.handler.codec.http.Cookie.getDomain()
|
io.netty.util.CharsetUtil.getEncoder(Charset)
|
io.netty.handler.codec.http.DefaultCookie.getMaxAge() |
io.netty.handler.codec.http.Cookie.getMaxAge()
|
io.netty.handler.codec.socks.SocksMessageEncoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksInitResponseDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksInitRequestDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksCmdResponseDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksCmdRequestDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksAuthResponseDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.socks.SocksAuthRequestDecoder.getName()
Will be removed at the next minor version bump.
|
io.netty.handler.codec.http.DefaultCookie.getName() |
io.netty.handler.codec.http.Cookie.getName()
|
io.netty.handler.codec.http.DefaultCookie.getPath() |
io.netty.handler.codec.http.Cookie.getPath()
|
io.netty.handler.codec.http.DefaultCookie.getPorts() |
io.netty.handler.codec.http.Cookie.getPorts()
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.getRejectRemoteInitiatedRenegotiation() |
io.netty.handler.codec.http.DefaultCookie.getValue() |
io.netty.handler.codec.http.Cookie.getValue()
|
io.netty.handler.codec.http.DefaultCookie.getVersion() |
io.netty.handler.codec.http.Cookie.getVersion()
|
io.netty.buffer.PooledByteBufAllocator.hasThreadLocalCache() |
io.netty.buffer.PooledByteBufAllocator.heapArenas()
|
io.netty.channel.AbstractChannel.invalidateLocalAddress()
no use-case for this.
|
io.netty.channel.AbstractChannel.invalidateRemoteAddress()
no use-case for this.
|
io.netty.channel.ChannelConfig.isAutoClose()
Auto close will be removed in a future release.
Returns true if and only if the Channel will be closed automatically and immediately on
write failure. The default is false .
|
io.netty.handler.codec.http.DefaultCookie.isDiscard() |
io.netty.handler.codec.http.Cookie.isDiscard()
Not part of RFC6265
|
io.netty.channel.embedded.EmbeddedChannel.lastInboundBuffer()
|
io.netty.channel.embedded.EmbeddedChannel.lastOutboundBuffer()
|
io.netty.handler.codec.http.Cookie.maxAge()
Not part of RFC6265
|
io.netty.handler.ssl.SslContext.newClientContext()
|
io.netty.handler.ssl.SslContext.newClientContext(File)
|
io.netty.handler.ssl.SslContext.newClientContext(File, TrustManagerFactory)
|
io.netty.handler.ssl.SslContext.newClientContext(File, TrustManagerFactory, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.handler.ssl.SslContext.newClientContext(File, TrustManagerFactory, Iterable, Iterable, long, long)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, File)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, File, TrustManagerFactory)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, File, TrustManagerFactory, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, File, TrustManagerFactory, Iterable, Iterable, long, long)
|
io.netty.handler.ssl.SslContext.newClientContext(SslProvider, TrustManagerFactory)
|
io.netty.handler.ssl.SslContext.newClientContext(TrustManagerFactory)
|
io.netty.util.ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int, long)
|
io.netty.handler.ssl.SslContext.newServerContext(File, File)
|
io.netty.handler.ssl.SslContext.newServerContext(File, File, String)
|
io.netty.handler.ssl.SslContext.newServerContext(File, File, String, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.handler.ssl.SslContext.newServerContext(File, File, String, Iterable, Iterable, long, long)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, File)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, File, String)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, File, String, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, File, String, Iterable, Iterable, long, long)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, File, String, TrustManagerFactory, Iterable, Iterable, long, long)
|
io.netty.handler.ssl.SslContext.newServerContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, long, long)
|
io.netty.util.concurrent.SingleThreadEventExecutor.newTaskQueue()
|
io.netty.handler.ssl.SslContext.nextProtocols()
|
io.netty.buffer.PooledByteBufAllocator.normalCacheSize()
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures()
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures(Throwable)
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures(Throwable, Throwable)
|
io.netty.buffer.PooledByteBufAllocator.numDirectArenas()
|
io.netty.buffer.PooledByteBufAllocator.numHeapArenas()
|
io.netty.buffer.PooledByteBufAllocator.numThreadLocalCaches()
|
io.netty.util.ResourceLeakDetector.open(T)
|
io.netty.buffer.SlicedByteBuf.order() |
io.netty.buffer.ReadOnlyByteBuf.order() |
io.netty.buffer.DuplicatedByteBuf.order() |
io.netty.handler.codec.http.DefaultCookie.ports() |
io.netty.handler.codec.http.Cookie.ports()
Not part of RFC6265
|
io.netty.handler.codec.serialization.ObjectDecoderInputStream.readLine()
Use BufferedReader.readLine() instead.
|
io.netty.handler.traffic.TrafficCounter.readTimeToWait(long, long, long) |
io.netty.channel.ChannelOutboundBuffer.recycle() |
io.netty.util.ReferenceCountUtil.releaseLater(T)
this may introduce a lot of memory usage so it is generally preferable to manually release objects.
|
io.netty.util.ReferenceCountUtil.releaseLater(T, int)
this may introduce a lot of memory usage so it is generally preferable to manually release objects.
|
io.netty.util.Attribute.remove()
|
io.netty.util.ResourceLeakDetector.reportInstancesLeak(String)
|
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory.sendUnsupportedWebSocketVersionResponse(Channel)
|
io.netty.channel.ChannelConfig.setAutoClose(boolean)
Auto close will be removed in a future release.
Sets whether the Channel should be closed automatically and immediately on write failure.
The default is false .
|
io.netty.handler.ssl.SslHandler.setCloseNotifyTimeout(long, TimeUnit)
|
io.netty.handler.ssl.SslHandler.setCloseNotifyTimeoutMillis(long)
|
io.netty.handler.codec.http.DefaultCookie.setComment(String) |
io.netty.handler.codec.http.Cookie.setComment(String)
Not part of RFC6265
|
io.netty.handler.codec.http.DefaultCookie.setCommentUrl(String) |
io.netty.handler.codec.http.Cookie.setCommentUrl(String)
Not part of RFC6265
|
io.netty.handler.codec.http.DefaultCookie.setDiscard(boolean) |
io.netty.handler.codec.http.Cookie.setDiscard(boolean)
Not part of RFC6265
|
io.netty.util.ResourceLeakDetector.setEnabled(boolean)
|
io.netty.handler.codec.http.Cookie.setMaxAge(long)
Not part of RFC6265
|
io.netty.handler.codec.http.DefaultCookie.setPorts(int...) |
io.netty.handler.codec.http.Cookie.setPorts(int...)
Not part of RFC6265
|
io.netty.handler.codec.http.DefaultCookie.setPorts(Iterable) |
io.netty.handler.codec.http.Cookie.setPorts(Iterable)
Not part of RFC6265
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.setRejectRemoteInitiatedRenegotiation(boolean) |
io.netty.channel.epoll.EpollSocketChannelConfig.setTcpKeepCntl(int)
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.setTicketKeys(byte[])
|
io.netty.handler.ssl.OpenSslSessionContext.setTicketKeys(byte[])
|
io.netty.handler.codec.http.DefaultCookie.setVersion(int) |
io.netty.handler.codec.http.Cookie.setVersion(int)
Not part of RFC6265
|
io.netty.util.concurrent.SingleThreadEventExecutor.shutdown() |
io.netty.util.concurrent.MultithreadEventExecutorGroup.shutdown() |
io.netty.util.concurrent.ImmediateEventExecutor.shutdown() |
io.netty.util.concurrent.GlobalEventExecutor.shutdown() |
io.netty.util.concurrent.EventExecutorGroup.shutdown()
|
io.netty.util.concurrent.AbstractEventExecutorGroup.shutdown()
|
io.netty.util.concurrent.AbstractEventExecutor.shutdown()
|
io.netty.channel.ThreadPerChannelEventLoopGroup.shutdown() |
io.netty.util.concurrent.EventExecutorGroup.shutdownNow()
|
io.netty.util.concurrent.AbstractEventExecutorGroup.shutdownNow()
|
io.netty.util.concurrent.AbstractEventExecutor.shutdownNow()
|
io.netty.buffer.PooledByteBufAllocator.smallCacheSize()
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.sslCtxPointer()
this method is considered unsafe as the returned pointer may be released later. Dont use it!
|
io.netty.handler.ssl.ReferenceCountedOpenSslContext.stats()
use #sessionContext#stats()
|
io.netty.handler.traffic.AbstractTrafficShapingHandler.submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) |
io.netty.buffer.PooledByteBufAllocator.tinyCacheSize()
|
io.netty.handler.codec.http.cookie.DefaultCookie.validateValue(String, String)
CookieUtil is package private, will be removed once old Cookie API is dropped
|
io.netty.handler.codec.http.DefaultCookie.version() |
io.netty.handler.codec.http.Cookie.version()
Not part of RFC6265
|
io.netty.handler.traffic.TrafficCounter.writeTimeToWait(long, long, long) |