- last() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- last() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- LAST_MODIFIED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
-
"last-modified"
- LAST_MODIFIED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
已过时。
"Last-Modified"
- LAST_MODIFIED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
-
"last-modified"
- LAST_MODIFIED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
-
已过时。
"Last-Modified"
- lastAckRecv() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- lastAckSent() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- LastBulkStringRedisContent - io.netty.handler.codec.redis中的接口
-
A last chunk of Bulk Strings.
- lastBytesRead(int) - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- lastBytesRead() - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- lastBytesRead(int) - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- lastBytesRead() - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- lastBytesRead(int) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
-
已过时。
Set the bytes that have been read for the last read operation.
- lastBytesRead() - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
-
已过时。
Get the amount of bytes for the previous read operation.
- lastContext() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- lastContext() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- lastCumulativeTime() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- lastDataRecv() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- lastDataSent() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- lastGoodStreamId() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
- lastGoodStreamId() - 接口 中的方法io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Returns the Last-good-stream-ID of this frame.
- LastHttpContent - io.netty.handler.codec.http中的接口
-
- lastInboundBuffer() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
- lastIndexOf(CharSequence) - 类 中的方法io.netty.util.AsciiString
-
Searches in this string for the last index of the specified string.
- lastIndexOf(CharSequence, int) - 类 中的方法io.netty.util.AsciiString
-
Searches in this string for the index of the specified string.
- LastMemcacheContent - io.netty.handler.codec.memcache中的接口
-
- lastOutboundBuffer() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
- lastReadBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- lastReadThroughput() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- LastSmtpContent - io.netty.handler.codec.smtp中的接口
-
The last part of a sequence of
SmtpContent
s that are sent after a
DATA
request.
- LastStompContentSubframe - io.netty.handler.codec.stomp中的接口
-
- lastStreamCreated() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the ID of the stream last successfully created by this endpoint.
- lastStreamId() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- lastStreamId() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
-
Returns the last stream identifier if set, or -1
else.
- lastStreamId() - 异常错误 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- lastStreamKnownByPeer() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
-
If a GOAWAY was received for this endpoint, this will be the last stream ID from the
GOAWAY frame.
- lastTime() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- lastVariableIndex() - 类 中的静态方法io.netty.util.internal.InternalThreadLocalMap
-
- lastWriteThroughput() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- lastWrittenBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- Launcher - io.netty.example.http2.tiles中的类
-
Launches both Http and Http2 servers using Netty to display a set of images
and simulate latency.
- Launcher() - 类 的构造器io.netty.example.http2.tiles.Launcher
-
- LAX - 类 中的静态变量io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - 类 中的静态变量io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps
cookies in the order in which they were given.
- LAX - 类 中的静态变量io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - 类 中的静态变量io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Lax instance that doesn't validate name and value, and that allows multiple
cookies with the same name.
- LAYERS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
-
已过时。
"layers"
- LAYERS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
-
"layers"
- lazyExecute(Runnable) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
-
Like Executor.execute(Runnable)
but does not guarantee the task will be run until either
a non-lazy task is executed or the executor is shut down.
- lazyExecute(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-
- LazyJavaxX509Certificate - io.netty.handler.ssl.util中的类
-
- LazyJavaxX509Certificate(byte[]) - 类 的构造器io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LazyX509Certificate - io.netty.handler.ssl.util中的类
-
- LazyX509Certificate(byte[]) - 类 的构造器io.netty.handler.ssl.util.LazyX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- leaveGroup(InetAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress, ChannelPromise) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFuture
once the operation completes.
- leaveGroup(InetSocketAddress, NetworkInterface) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFuture
once the
operation completes.
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFuture
once the
operation completes.
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies
the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies
the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- leaveGroup(InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- leaveGroup(InetSocketAddress, NetworkInterface) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- length() - 类 中的方法io.netty.channel.unix.RawUnixChannelOption
-
The length of the optval.
- length() - 类 中的方法io.netty.handler.codec.http.HttpChunkedInput
-
- length() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
-
- length() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
-
Returns the size in byte of the InterfaceHttpData
- length() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- length() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- length() - 类 中的方法io.netty.handler.codec.http2.Http2DataChunkedInput
-
- length() - 类 中的方法io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Get length of this array object.
- length() - 枚举 中的方法io.netty.handler.codec.redis.RedisMessageType
-
Returns length of this type.
- length() - 类 中的方法io.netty.handler.stream.ChunkedFile
-
- length() - 接口 中的方法io.netty.handler.stream.ChunkedInput
-
Returns the length of the input.
- length() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
-
- length() - 类 中的方法io.netty.handler.stream.ChunkedNioStream
-
- length() - 类 中的方法io.netty.handler.stream.ChunkedStream
-
- length() - 类 中的方法io.netty.util.AsciiString
-
The length in bytes of this instance.
- length() - 类 中的方法io.netty.util.internal.AppendableCharSequence
-
- length(String) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Get the length of a string, null
input is considered 0
length.
- LENGTH_REQUIRED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
411 Length Required
- LENGTH_REQUIRED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
-
411 Length Required
- LengthFieldBasedFrameDecoder - io.netty.handler.codec中的类
-
A decoder that splits the received
ByteBuf
s dynamically by the
value of the length field in the message.
- LengthFieldBasedFrameDecoder(int, int, int) - 类 的构造器io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - 类 的构造器io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - 类 的构造器io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - 类 的构造器io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldPrepender - io.netty.handler.codec中的类
-
An encoder that prepends the length of the message.
- LengthFieldPrepender(int) - 类 的构造器io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, boolean) - 类 的构造器io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int) - 类 的构造器io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int, boolean) - 类 的构造器io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(ByteOrder, int, int, boolean) - 类 的构造器io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- level() - 类 中的方法io.netty.channel.unix.GenericUnixChannelOption
-
Returns the level.
- level() - 类 中的方法io.netty.channel.unix.tests.SocketTest
-
- level() - 类 中的方法io.netty.handler.logging.LoggingHandler
-
Returns the
LogLevel
that this handler uses to log
- LF - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
-
Line feed character
- lifecycleManager(Http2LifecycleManager) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- lifecycleManager(Http2LifecycleManager) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- lifecycleManager(Http2LifecycleManager) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- lifecycleManager(Http2LifecycleManager) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- lifecycleManager(Http2LifecycleManager) - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Sets the lifecycle manager.
- lifecycleManager(Http2LifecycleManager) - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the lifecycle manager.
- Limits - io.netty.channel.unix中的类
-
- limitToAscii - 类 中的变量io.netty.handler.codec.http2.HpackDecoderBenchmark
-
- limitToAscii - 类 中的变量io.netty.handler.codec.http2.HpackEncoderBenchmark
-
- LINE_FEED - 类 中的静态变量io.netty.util.internal.StringUtil
-
- LineBasedFrameDecoder - io.netty.handler.codec中的类
-
A decoder that splits the received
ByteBuf
s on line endings.
- LineBasedFrameDecoder(int) - 类 的构造器io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- LineBasedFrameDecoder(int, boolean, boolean) - 类 的构造器io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- lineDelimiter() - 类 中的静态方法io.netty.handler.codec.Delimiters
-
Returns CR ('\r')
and LF ('\n')
delimiters, which could
be used for text-based line protocols.
- LineEncoder - io.netty.handler.codec.string中的类
-
Apply a line separator to the requested
String
and encode it into a
ByteBuf
.
- LineEncoder() - 类 的构造器io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the current system line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator) - 类 的构造器io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and UTF-8 charset encoding.
- LineEncoder(Charset) - 类 的构造器io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineEncoder(LineSeparator, Charset) - 类 的构造器io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and character set.
- LineSeparator - io.netty.handler.codec.string中的类
-
A class to represent line separators in different environments.
- LineSeparator(String) - 类 的构造器io.netty.handler.codec.string.LineSeparator
-
- LinuxSocket - io.netty.channel.epoll中的类
-
A socket which provides access Linux native methods.
- listAll() - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties
-
- listen(int) - 类 中的方法io.netty.channel.unix.Socket
-
- listener(Http2RemoteFlowController.Listener) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- listener - 类 中的变量io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- listener(Http2RemoteFlowController.Listener) - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController
-
Set the active listener on the flow-controller.
- LITTLE_ENDIAN - 类 中的静态变量io.netty.buffer.Unpooled
-
Little endian byte order.
- load(String, ClassLoader) - 类 中的静态方法io.netty.util.internal.NativeLibraryLoader
-
Load the given library with the specified ClassLoader
- loadFirstAvailable(ClassLoader, String...) - 类 中的静态方法io.netty.util.internal.NativeLibraryLoader
-
Loads the first available library in the collection with the specified
ClassLoader
.
- LOC - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
-
Location record RFC 1876 Specifies a geographical location associated
with a domain name.
- local() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
-
- local() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
-
- localAddress(SocketAddress) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
The SocketAddress
which is used to bind the local "end" to.
- localAddress(int) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- localAddress(String, int) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- localAddress(InetAddress, int) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- localAddress() - 类 中的方法io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured local address or null
if non is configured yet.
- localAddress() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
-
- localAddress() - 类 中的方法io.netty.channel.AbstractChannel
-
- localAddress() - 接口 中的方法io.netty.channel.Channel
-
Returns the local address where this channel is bound to.
- localAddress() - 接口 中的方法io.netty.channel.Channel.Unsafe
-
Return the SocketAddress
to which is bound local or
null
if none.
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.epoll.EpollSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannel
-
- LocalAddress - io.netty.channel.local中的类
-
An endpoint in the local transport.
- LocalAddress(String) - 类 的构造器io.netty.channel.local.LocalAddress
-
Creates a new instance with the specified ID.
- LocalAddress(Class<?>) - 类 的构造器io.netty.channel.local.LocalAddress
-
Creates a new instance with a random ID based on the given class.
- localAddress() - 类 中的方法io.netty.channel.local.LocalChannel
-
- localAddress() - 类 中的方法io.netty.channel.local.LocalServerChannel
-
- localAddress() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
-
- localAddress() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
-
- localAddress() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
-
已过时。
- localAddress() - 接口 中的方法io.netty.channel.sctp.SctpChannel
-
Return the (primary) local address of the SCTP channel.
- localAddress() - 接口 中的方法io.netty.channel.sctp.SctpServerChannel
-
Return the (primary) local address of the SCTP server channel.
- localAddress() - 接口 中的方法io.netty.channel.socket.DatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
-
已过时。
- localAddress() - 接口 中的方法io.netty.channel.socket.ServerSocketChannel
-
- localAddress() - 接口 中的方法io.netty.channel.socket.SocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
已过时。
- localAddress() - 接口 中的方法io.netty.channel.udt.UdtChannel
-
已过时。
- localAddress() - 类 中的方法io.netty.channel.unix.DatagramSocketAddress
-
- localAddress() - 接口 中的方法io.netty.channel.unix.DomainDatagramChannel
-
- localAddress() - 类 中的方法io.netty.channel.unix.DomainDatagramSocketAddress
-
- localAddress() - 接口 中的方法io.netty.channel.unix.DomainSocketChannel
-
- localAddress() - 接口 中的方法io.netty.channel.unix.ServerDomainSocketChannel
-
- localAddress() - 类 中的方法io.netty.channel.unix.Socket
-
- localAddress(SocketAddress, SocketAddress) - 类 中的方法io.netty.handler.address.DynamicAddressConnectHandler
-
- localAddress(SocketAddress) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
-
Configure the address that will be used to bind too.
- localAddress0() - 类 中的方法io.netty.channel.AbstractChannel
-
Returns the SocketAddress
which is bound locally.
- localAddress0() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
- localAddress0() - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
-
- localAddress0() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- localAddress0() - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.local.LocalChannel
-
- localAddress0() - 类 中的方法io.netty.channel.local.LocalServerChannel
-
- localAddress0() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
-
- localAddress0() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
-
- localAddress0() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- localAddress0() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
-
- localAddress0() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
已过时。
- localAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
已过时。
- LocalChannel - io.netty.channel.local中的类
-
- LocalChannel() - 类 的构造器io.netty.channel.local.LocalChannel
-
- LocalChannel(LocalServerChannel, LocalChannel) - 类 的构造器io.netty.channel.local.LocalChannel
-
- localChannelReaderStackDepth() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
-
- localDomainSocketAddress() - 类 中的方法io.netty.channel.unix.Socket
-
- LocalEcho - io.netty.example.localecho中的类
-
- LocalEcho() - 类 的构造器io.netty.example.localecho.LocalEcho
-
- LocalEchoClientHandler - io.netty.example.localecho中的类
-
- LocalEchoClientHandler() - 类 的构造器io.netty.example.localecho.LocalEchoClientHandler
-
- LocalEchoServerHandler - io.netty.example.localecho中的类
-
- LocalEchoServerHandler() - 类 的构造器io.netty.example.localecho.LocalEchoServerHandler
-
- LocalEventLoopGroup - io.netty.channel.local中的类
-
- LocalEventLoopGroup() - 类 的构造器io.netty.channel.local.LocalEventLoopGroup
-
已过时。
Create a new instance with the default number of threads.
- LocalEventLoopGroup(int) - 类 的构造器io.netty.channel.local.LocalEventLoopGroup
-
已过时。
Create a new instance
- LocalEventLoopGroup(ThreadFactory) - 类 的构造器io.netty.channel.local.LocalEventLoopGroup
-
已过时。
Create a new instance with the default number of threads and the given ThreadFactory
.
- LocalEventLoopGroup(int, ThreadFactory) - 类 的构造器io.netty.channel.local.LocalEventLoopGroup
-
已过时。
Create a new instance
- localhost() - 枚举 中的方法io.netty.channel.socket.InternetProtocolFamily
-
Returns the InetAddress
that represent the LOCALHOST
for the family.
- LOCALHOST - 类 中的静态变量io.netty.util.NetUtil
-
The InetAddress
that represents the loopback address.
- LOCALHOST4 - 类 中的静态变量io.netty.util.NetUtil
-
The Inet4Address
that represents the IPv4 loopback address '127.0.0.1'
- LOCALHOST6 - 类 中的静态变量io.netty.util.NetUtil
-
The Inet6Address
that represents the IPv6 loopback address '::1'
- LocalServerChannel - io.netty.channel.local中的类
-
A
ServerChannel
for the local transport which allows in VM communication.
- LocalServerChannel() - 类 的构造器io.netty.channel.local.LocalServerChannel
-
- localSettings() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- localSettings() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- localSettings() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Gets the local settings for this endpoint of the HTTP/2 connection.
- localSideOpen() - 枚举 中的方法io.netty.handler.codec.http2.Http2Stream.State
-
- localSocketAddress(ServerSocket) - 类 中的静态方法io.netty.util.internal.SocketUtils
-
- LOCALTIME_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTimes
-
- localVSockAddress() - 类 中的方法io.netty.channel.epoll.LinuxSocket
-
- LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
-
"location"
- LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
已过时。
"Location"
- LOCATION_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Locations
-
- LOCKED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- log(InternalLogLevel, String, Throwable) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, Throwable) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object, Object) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object...) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
.
- log(InternalLogLevel, String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and argument.
- log(InternalLogLevel, String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and arguments.
- log(InternalLogLevel, String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and arguments.
- log(InternalLogLevel, String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified level
with an
accompanying message.
- log(InternalLogLevel, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified level
.
- Log4J2LoggerFactory - io.netty.util.internal.logging中的类
-
- Log4J2LoggerFactory() - 类 的构造器io.netty.util.internal.logging.Log4J2LoggerFactory
-
- Log4JLoggerFactory - io.netty.util.internal.logging中的类
-
- Log4JLoggerFactory() - 类 的构造器io.netty.util.internal.logging.Log4JLoggerFactory
-
- logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logger - 类 中的静态变量io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
已过时。
- logger - 类 中的变量io.netty.example.spdy.client.SpdyFrameLogger
-
- logger - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
- logger - 类 中的变量io.netty.handler.logging.LoggingHandler
-
- logger - 类 中的变量io.netty.testsuite.transport.AbstractComboTestsuiteTest
-
- logger - 类 中的变量io.netty.testsuite.transport.AbstractTestsuiteTest
-
- LoggingDnsQueryLifeCycleObserverFactory - io.netty.resolver.dns中的类
-
- LoggingDnsQueryLifeCycleObserverFactory() - 类 的构造器io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(LogLevel) - 类 的构造器io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(Class<?>, LogLevel) - 类 的构造器io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(String, LogLevel) - 类 的构造器io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingHandler - io.netty.handler.logging中的类
-
- LoggingHandler() - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance with hex dump enabled.
- LoggingHandler(ByteBufFormat) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(LogLevel) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(LogLevel, ByteBufFormat) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(Class<?>) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name and with hex dump
enabled.
- LoggingHandler(Class<?>, LogLevel) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(Class<?>, LogLevel, ByteBufFormat) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name using the default log level.
- LoggingHandler(String, LogLevel) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String, LogLevel, ByteBufFormat) - 类 的构造器io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- LOGIN - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
-
- LogLevel - io.netty.handler.logging中的枚举
-
- logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameLogger
-
- longAscii() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
-
- longAsciiFirst() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
-
- longCommitHash() - 类 中的方法io.netty.util.Version
-
- LongCounter - io.netty.util.internal中的接口
-
Counter for long.
- longUtf8() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
-
- longValue(Long, long) - 类 中的静态方法io.netty.util.internal.ObjectUtil
-
Resolves a possibly null Long to a primitive long, using a default value.
- lookup(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.ssl.AbstractSniHandler
-
- lookup(ChannelHandlerContext, String) - 类 中的方法io.netty.handler.ssl.AbstractSniHandler
-
- lookup(ChannelHandlerContext, String) - 类 中的方法io.netty.handler.ssl.SniHandler
-
- lookup(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
-
- lookupHttp() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupHttps() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupNameAndValueMatchFirst() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupNameAndValueMatchLast() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupNameOnlyMatchBeginTable() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupNameOnlyMatchEndTable() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- lookupNoNameMatch() - 类 中的方法io.netty.handler.codec.http2.HpackStaticTableBenchmark
-
- LOOPBACK_IF - 类 中的静态变量io.netty.util.NetUtil
-
The loopback NetworkInterface
of the current machine
- loopbackAddress() - 类 中的静态方法io.netty.util.internal.SocketUtils
-
- lost() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- low() - 类 中的方法io.netty.channel.WriteBufferWaterMark
-
Returns the low water mark for the write buffer.
- LOW_STORAGE_SPACE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
-
250 Low on Storage Space
- Lz4FrameDecoder - io.netty.handler.codec.compression中的类
-
Uncompresses a
ByteBuf
encoded with the LZ4 format.
- Lz4FrameDecoder() - 类 的构造器io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates the fastest LZ4 decoder.
- Lz4FrameDecoder(boolean) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a LZ4 decoder with fastest decoder instance available on your machine.
- Lz4FrameDecoder(LZ4Factory, boolean) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new LZ4 decoder with customizable implementation.
- Lz4FrameDecoder(LZ4Factory, Checksum) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new customizable LZ4 decoder.
- Lz4FrameEncoder - io.netty.handler.codec.compression中的类
-
Compresses a
ByteBuf
using the LZ4 format.
- Lz4FrameEncoder() - 类 的构造器io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates the fastest LZ4 encoder with default block size (64 KB)
and xxhash hashing for Java, based on Yann Collet's work available at
Github.
- Lz4FrameEncoder(boolean) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB)
and xxhash hashing for Java, based on Yann Collet's work available at
Github.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - 类 的构造器io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4XXHash32 - io.netty.handler.codec.compression中的类
-
- Lz4XXHash32(int) - 类 的构造器io.netty.handler.codec.compression.Lz4XXHash32
-
- LzfDecoder - io.netty.handler.codec.compression中的类
-
Uncompresses a
ByteBuf
encoded with the LZF format.
- LzfDecoder() - 类 的构造器io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with the most optimal available methods for underlying data access.
- LzfDecoder(boolean) - 类 的构造器io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with specified decoding instance.
- LzfEncoder - io.netty.handler.codec.compression中的类
-
Compresses a
ByteBuf
using the LZF format.
- LzfEncoder() - 类 的构造器io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with the most optimal available methods for underlying data access.
- LzfEncoder(boolean) - 类 的构造器io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified encoding instance.
- LzfEncoder(boolean, int) - 类 的构造器io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified encoding instance and compressThreshold.
- LzfEncoder(int) - 类 的构造器io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(boolean, int, int) - 类 的构造器io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified settings.
- LzmaFrameEncoder - io.netty.handler.codec.compression中的类
-
Compresses a
ByteBuf
using the LZMA algorithm.
- LzmaFrameEncoder() - 类 的构造器io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with default settings.
- LzmaFrameEncoder(int, int, int) - 类 的构造器io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified lc
, lp
, pb
values and the medium dictionary size of .
- LzmaFrameEncoder(int) - 类 的构造器io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified dictionary size and default values of
lc
= ,
lp
= ,
pb
= .
- LzmaFrameEncoder(int, int, int, int) - 类 的构造器io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified lc
, lp
, pb
values and custom dictionary size.
- LzmaFrameEncoder(int, int, int, int, boolean, int) - 类 的构造器io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified settings.