- LAST_CHUNK - 接口 中的静态变量org.jboss.netty.handler.codec.http.HttpChunk
 
- 
The 'end of content' marker in chunked encoding.
 
- LAST_MODIFIED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Last-Modified"
 
- LAST_MODIFIED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Last-Modified"
 
- LAX - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
 
- 
Lax instance that doesn't validate name and value
 
- LAX - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.ClientCookieEncoder
 
- 
Lax instance that doesn't validate name and value
 
- LAX - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
 
- 
Lax instance that doesn't validate name and value
 
- LAX - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.ServerCookieEncoder
 
- 
Lax instance that doesn't validate name and value
 
- LAYERS - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"layers"
 
- leaveGroup(InetAddress) - 接口 中的方法org.jboss.netty.channel.socket.DatagramChannel
 
- 
Leaves a multicast group.
 
- leaveGroup(InetSocketAddress, NetworkInterface) - 接口 中的方法org.jboss.netty.channel.socket.DatagramChannel
 
- 
Leaves a multicast group on a specified local interface.
 
- leaveGroup(InetAddress) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
-  
 
- leaveGroup(InetSocketAddress, NetworkInterface) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
-  
 
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
- 
Leave the specified multicast group at the specified interface using the specified source.
 
- length() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
-  
 
- length() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
 
- 
Returns the size in byte of the InterfaceHttpData
 
- length() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
-  
 
- length() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
-  
 
- LENGTH_REQUIRED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
411 Length Required
 
- LENGTH_REQUIRED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
411 Length Required
 
- LengthFieldBasedFrameDecoder - org.jboss.netty.handler.codec.frame中的类
 
- 
A decoder that splits the received 
ChannelBuffers dynamically by the
 value of the length field in the message.
 
 
- LengthFieldBasedFrameDecoder(int, int, int) - 类 的构造器org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
 
- 
Creates a new instance.
 
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - 类 的构造器org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
 
- 
Creates a new instance.
 
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - 类 的构造器org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
 
- 
Creates a new instance.
 
- LengthFieldPrepender - org.jboss.netty.handler.codec.frame中的类
 
- 
An encoder that prepends the length of the message.
 
- LengthFieldPrepender(int) - 类 的构造器org.jboss.netty.handler.codec.frame.LengthFieldPrepender
 
- 
Creates a new instance.
 
- LengthFieldPrepender(int, boolean) - 类 的构造器org.jboss.netty.handler.codec.frame.LengthFieldPrepender
 
- 
Creates a new instance.
 
- LF - 接口 中的静态变量org.jboss.netty.buffer.ChannelBufferIndexFinder
 
- 
Index finder which locates a LF ('\n') byte.
 
- LF - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
 
- 
Line feed character
 
- LifeCycleAwareChannelHandler - org.jboss.netty.channel中的接口
 
- 
 
- LINEAR_WHITESPACE - 接口 中的静态变量org.jboss.netty.buffer.ChannelBufferIndexFinder
 
- 
Index finder which locates a linear whitespace
 (' ' and '\t').
 
- LineBasedFrameDecoder - org.jboss.netty.handler.codec.frame中的类
 
- 
A decoder that splits the received 
ChannelBuffers on line endings.
 
 
- LineBasedFrameDecoder(int) - 类 的构造器org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
 
- 
Creates a new decoder.
 
- LineBasedFrameDecoder(int, boolean, boolean) - 类 的构造器org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
 
- 
Creates a new decoder.
 
- lineDelimiter() - 类 中的静态方法org.jboss.netty.handler.codec.frame.Delimiters
 
- 
Returns CR ('\r') and LF ('\n') delimiters, which could
 be used for text-based line protocols.
 
- LITTLE_ENDIAN - 类 中的静态变量org.jboss.netty.buffer.ChannelBuffers
 
- 
Little endian byte order.
 
- LittleEndianHeapChannelBuffer - org.jboss.netty.buffer中的类
 
- 
A little-endian Java heap buffer.
 
- LittleEndianHeapChannelBuffer(int) - 类 的构造器org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
- 
Creates a new little-endian heap buffer with a newly allocated byte array.
 
- LittleEndianHeapChannelBuffer(byte[]) - 类 的构造器org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
- 
Creates a new little-endian heap buffer with an existing byte array.
 
- load(String, ClassLoader) - 类 中的静态方法org.jboss.netty.util.internal.NativeLibraryLoader
 
- 
Load the given library with the specified ClassLoader
 
- LocalAddress - org.jboss.netty.channel.local中的类
 
- 
An endpoint in the local transport.
 
- LocalAddress(int) - 类 的构造器org.jboss.netty.channel.local.LocalAddress
 
- 
Creates a new instance with the specified ID.
 
- LocalAddress(String) - 类 的构造器org.jboss.netty.channel.local.LocalAddress
 
- 
Creates a new instance with the specified ID.
 
- LocalChannel - org.jboss.netty.channel.local中的接口
 
- 
 
- LocalClientChannelFactory - org.jboss.netty.channel.local中的接口
 
- 
 
- LocalEchoServerRegistration - org.jboss.netty.example.http.tunnel中的类
 
- 
Deploy this in JBossAS 5 or other IoC container by adding the following bean.
 
- LocalEchoServerRegistration() - 类 的构造器org.jboss.netty.example.http.tunnel.LocalEchoServerRegistration
 
-  
 
- LocalExample - org.jboss.netty.example.local中的类
 
-  
 
- LocalExample() - 类 的构造器org.jboss.netty.example.local.LocalExample
 
-  
 
- LocalServerChannel - org.jboss.netty.channel.local中的接口
 
- 
 
- LocalServerChannelFactory - org.jboss.netty.channel.local中的接口
 
- 
 
- LOCALTIME_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
-  
 
- LocalTimeClient - org.jboss.netty.example.localtime中的类
 
- 
Sends a list of continent/city pairs to a 
LocalTimeServer to
 get the local times of the specified cities.
 
 
- LocalTimeClient() - 类 的构造器org.jboss.netty.example.localtime.LocalTimeClient
 
-  
 
- LocalTimeClientHandler - org.jboss.netty.example.localtime中的类
 
-  
 
- LocalTimeClientHandler() - 类 的构造器org.jboss.netty.example.localtime.LocalTimeClientHandler
 
-  
 
- LocalTimeClientPipelineFactory - org.jboss.netty.example.localtime中的类
 
-  
 
- LocalTimeClientPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.localtime.LocalTimeClientPipelineFactory
 
-  
 
- LocalTimeProtocol - org.jboss.netty.example.localtime中的类
 
-  
 
- LocalTimeProtocol.Continent - org.jboss.netty.example.localtime中的枚举
 
- 
Protobuf enum org.jboss.netty.example.localtime.Continent
 
- LocalTimeProtocol.DayOfWeek - org.jboss.netty.example.localtime中的枚举
 
- 
Protobuf enum org.jboss.netty.example.localtime.DayOfWeek
 
- LocalTimeProtocol.LocalTime - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.LocalTime
 
- LocalTimeProtocol.LocalTime.Builder - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.LocalTime
 
- LocalTimeProtocol.LocalTimeOrBuilder - org.jboss.netty.example.localtime中的接口
 
-  
 
- LocalTimeProtocol.LocalTimes - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.LocalTimes
 
- LocalTimeProtocol.LocalTimes.Builder - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.LocalTimes
 
- LocalTimeProtocol.LocalTimesOrBuilder - org.jboss.netty.example.localtime中的接口
 
-  
 
- LocalTimeProtocol.Location - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.Location
 
- LocalTimeProtocol.Location.Builder - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.Location
 
- LocalTimeProtocol.LocationOrBuilder - org.jboss.netty.example.localtime中的接口
 
-  
 
- LocalTimeProtocol.Locations - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.Locations
 
- LocalTimeProtocol.Locations.Builder - org.jboss.netty.example.localtime中的类
 
- 
Protobuf type org.jboss.netty.example.localtime.Locations
 
- LocalTimeProtocol.LocationsOrBuilder - org.jboss.netty.example.localtime中的接口
 
-  
 
- LocalTimeServer - org.jboss.netty.example.localtime中的类
 
- 
Receives a list of continent/city pairs from a 
LocalTimeClient to
 get the local times of the specified cities.
 
 
- LocalTimeServer() - 类 的构造器org.jboss.netty.example.localtime.LocalTimeServer
 
-  
 
- LocalTimeServerHandler - org.jboss.netty.example.localtime中的类
 
-  
 
- LocalTimeServerHandler() - 类 的构造器org.jboss.netty.example.localtime.LocalTimeServerHandler
 
-  
 
- LocalTimeServerPipelineFactory - org.jboss.netty.example.localtime中的类
 
-  
 
- LocalTimeServerPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.localtime.LocalTimeServerPipelineFactory
 
-  
 
- LOCATION - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Location"
 
- LOCATION_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
-  
 
- lock() - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
-  
 
- LOCKED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
423 Locked (WebDAV, RFC4918)
 
- lockInterruptibly() - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
-  
 
- log(ChannelEvent) - 类 中的方法org.jboss.netty.handler.logging.LoggingHandler
 
- 
 
- log(InternalLogLevel, String, Throwable) - 类 中的方法org.jboss.netty.logging.AbstractInternalLogger
 
-  
 
- log(InternalLogLevel, String) - 类 中的方法org.jboss.netty.logging.AbstractInternalLogger
 
-  
 
- log(InternalLogLevel, String) - 接口 中的方法org.jboss.netty.logging.InternalLogger
 
- 
Logs a message.
 
- log(InternalLogLevel, String, Throwable) - 接口 中的方法org.jboss.netty.logging.InternalLogger
 
- 
Logs a message.
 
- Log4JLoggerFactory - org.jboss.netty.logging中的类
 
- 
 
- Log4JLoggerFactory() - 类 的构造器org.jboss.netty.logging.Log4JLoggerFactory
 
-  
 
- LoggingHandler - org.jboss.netty.handler.logging中的类
 
- 
 
- LoggingHandler() - 类 的构造器org.jboss.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(InternalLogLevel) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance whose logger name is the fully qualified class
 name of the instance.
 
- LoggingHandler(boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance whose logger name is the fully qualified class
 name of the instance.
 
- LoggingHandler(InternalLogLevel, boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance whose logger name is the fully qualified class
 name of the instance.
 
- LoggingHandler(Class<?>) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name and with hex dump
 enabled.
 
- LoggingHandler(Class<?>, boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name.
 
- LoggingHandler(Class<?>, InternalLogLevel) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name.
 
- LoggingHandler(Class<?>, InternalLogLevel, boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name.
 
- LoggingHandler(String) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name and with hex dump
 enabled.
 
- LoggingHandler(String, boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name.
 
- LoggingHandler(String, InternalLogLevel, boolean) - 类 的构造器org.jboss.netty.handler.logging.LoggingHandler
 
- 
Creates a new instance with the specified logger name.
 
- LOW_STORAGE_SPACE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
250 Low on Storage Space