- MAGIC_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- MAGIC_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- MAGIC_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.discard.DiscardClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.discard.DiscardServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.echo.EchoClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.echo.EchoServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.factorial.FactorialClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.factorial.FactorialServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.file.HttpStaticFileServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.helloworld.HttpHelloWorldServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.snoop.HttpSnoopClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.snoop.HttpSnoopServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.tunnel.HttpTunnelingClientExample
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.upload.HttpUploadClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.upload.HttpUploadServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.websocketx.autobahn.AutobahnServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.websocketx.client.WebSocketClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.http.websocketx.server.WebSocketServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.local.LocalExample
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.localtime.LocalTimeClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.localtime.LocalTimeServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.objectecho.ObjectEchoClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.objectecho.ObjectEchoServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.portunification.PortUnificationServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.proxy.HexDumpProxy
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.qotm.QuoteOfTheMomentClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.qotm.QuoteOfTheMomentServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.securechat.SecureChatClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.securechat.SecureChatServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.telnet.TelnetClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.telnet.TelnetServer
-
- main(String[]) - 类 中的静态方法org.jboss.netty.example.uptime.UptimeClient
-
- main(String[]) - 类 中的静态方法org.jboss.netty.util.Version
-
Prints out the version identifier to stdout.
- map - 类 中的变量org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
-
- mark(int) - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
-
- mark(int) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- markReaderIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
-
- markReaderIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
-
Marks the current readerIndex
in this buffer.
- markReaderIndex() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
-
- markSupported() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
-
- markSupported() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- markWriterIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
-
- markWriterIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
-
Marks the current writerIndex
in this buffer.
- markWriterIndex() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
-
- MarshallerProvider - org.jboss.netty.handler.codec.marshalling中的接口
-
- MarshallingDecoder - org.jboss.netty.handler.codec.marshalling中的类
-
- MarshallingDecoder(UnmarshallerProvider) - 类 的构造器org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder whose maximum object size is 1048576
bytes.
- MarshallingDecoder(UnmarshallerProvider, int) - 类 的构造器org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder with the specified maximum object size.
- MarshallingEncoder - org.jboss.netty.handler.codec.marshalling中的类
-
OneToOneEncoder
implementation which uses JBoss Marshalling to marshal
an Object.
- MarshallingEncoder(MarshallerProvider) - 类 的构造器org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder with the estimated length of 512 bytes.
- MarshallingEncoder(MarshallerProvider, int) - 类 的构造器org.jboss.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder.
- MAX_AGE - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
-
- MAX_AGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"max-age"
- MAX_AGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"max-age"
- MAX_FORWARDS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
"Max-Forwards"
- MAX_STALE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"max-stale"
- MAX_STALE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"max-stale"
- maxAge() - 接口 中的方法org.jboss.netty.handler.codec.http.cookie.Cookie
-
Returns the maximum age of this
Cookie
in seconds or
Integer.MIN_VALUE
if unspecified
- maxAge() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
-
- maxAge() - 接口 中的方法org.jboss.netty.handler.codec.http.Cookie
-
- maxDeviation() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- maximumCumulativeReadBytes() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- maximumCumulativeWrittenBytes() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- maxObjectSize - 类 中的变量org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- maxSize - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
-
- MAXSIZE - 类 中的静态变量org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MAXSIZE = -1 as UNLIMITED
- maxSize - 类 中的变量org.jboss.netty.handler.codec.http.multipart.MixedAttribute
-
- maxSize - 类 中的变量org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
-
- maxTime - 类 中的变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max delay in wait
- MemoryAttribute - org.jboss.netty.handler.codec.http.multipart中的类
-
Memory implementation of Attributes
- MemoryAttribute(String) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAwareThreadPoolExecutor - org.jboss.netty.handler.execution中的类
-
A ThreadPoolExecutor
which blocks the task submission when there's
too many tasks in the queue.
- MemoryAwareThreadPoolExecutor(int, long, long) - 类 的构造器org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Creates a new instance.
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Creates a new instance.
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - 类 的构造器org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Creates a new instance.
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - 类 的构造器org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
-
Creates a new instance.
- MemoryFileUpload - org.jboss.netty.handler.codec.http.multipart中的类
-
Default FileUpload implementation that stores file into memory.
- MemoryFileUpload(String, String, String, String, Charset, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
-
- mergeFrom(com.google.protobuf.Message) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
- mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
-
- mergeFrom(com.google.protobuf.Message) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
- mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
-
- mergeFrom(com.google.protobuf.Message) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
- mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
-
- mergeFrom(com.google.protobuf.Message) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
- mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
-
- MessageEvent - org.jboss.netty.channel中的接口
-
A
ChannelEvent
which represents the transmission or reception of a
message.
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
-
Invoked when a message object (e.g:
ChannelBuffer
) was received
from a remote peer.
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
Invoked when a message object (e.g:
ChannelBuffer
) was received
from a remote peer.
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.discard.DiscardClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.discard.DiscardServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.echo.EchoClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.echo.EchoServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.factorial.FactorialClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.factorial.FactorialServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.file.HttpStaticFileServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.helloworld.HttpHelloWorldServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.snoop.HttpSnoopClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.snoop.HttpSnoopServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.upload.HttpUploadClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.upload.HttpUploadServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.objectecho.ObjectEchoClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.objectecho.ObjectEchoServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.qotm.QuoteOfTheMomentClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.qotm.QuoteOfTheMomentServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.securechat.SecureChatClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.securechat.SecureChatServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.telnet.TelnetClientHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.example.telnet.TelnetServerHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpChunkAggregator
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentDecoder
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentEncoder
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdySessionHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
-
- messageReceived(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- METHOD - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":method"
- METHOD_NOT_ALLOWED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
-
405 Method Not Allowed
- METHOD_NOT_ALLOWED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
405 Method Not Allowed
- METHOD_NOT_VALID - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
455 Method Not Valid in This State
- MIDEAST_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
-
MIDEAST = 9;
- milliSecondFromNano() - 类 中的静态方法org.jboss.netty.handler.traffic.TrafficCounter
-
- MIN_FRESH - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"min-fresh"
- MIN_FRESH - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"min-fresh"
- MINSIZE - 类 中的静态变量org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MINSIZE as 16 KB.
- MINUTE_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
- misses() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients that were not found in the internal session cache
in server mode.
- MixedAttribute - org.jboss.netty.handler.codec.http.multipart中的类
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedAttribute(String, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, String, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedFileUpload - org.jboss.netty.handler.codec.http.multipart中的类
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedFileUpload(String, String, String, String, Charset, long, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
-
- MODE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"mode"
- MONDAY_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
-
MONDAY = 2;
- MONTH_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
-
- MOVED_PERMANENTLY - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
-
301 Moved Permanently
- MOVED_PERMANENTLY - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
301 Moved Permanently
- MOVED_TEMPORARILY - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
302 Moved Temporarily
- msg - 类 中的变量org.jboss.netty.util.internal.jzlib.ZStream
-
- MULTI_STATUS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
-
207 Multi-Status (WebDAV, RFC2518)
- MULTICAST - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"multicast"
- MULTIPART_FORM_DATA - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"multipart/form-data"
- MULTIPLE_CHOICES - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
-
300 Multiple Choices
- MULTIPLE_CHOICES - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
-
300 Multiple Choices
- MUST_REVALIDATE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
-
"must-revalidate"
- MUST_REVALIDATE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
-
"must-revalidate"