Netty 4.0.56.Final(2018/10/07)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

G

GATEWAY_TIMEOUT - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
504 Gateway Timeout
GATEWAY_TIMEOUT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
504 Gateway Timeout
generateKeySpec(char[], byte[]) - 类 中的静态方法io.netty.handler.ssl.SslContext
Generates a key specification for an (encrypted) private key.
generator(SecureRandom) - 类 中的方法io.netty.example.ocsp.OcspRequestBuilder
 
GenericFutureListener<F extends Future<?>> - io.netty.util.concurrent中的接口
Listens to the result of a Future.
GenericProgressiveFutureListener<F extends ProgressiveFuture<?>> - io.netty.util.concurrent中的接口
 
get(String) - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the ChannelHandler with the specified name in this pipeline.
get(Class<T>) - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the ChannelHandler of the specified type in this pipeline.
get(String) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
get(Class<T>) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
get(K) - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
 
get(K) - 接口 中的方法io.netty.channel.pool.ChannelPoolMap
Return the ChannelPool for the code.
get(String) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
get(CharSequence) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
get() - 类 中的静态方法io.netty.handler.codec.http.HttpHeaderDateFormat
 
get(String) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
get(CharSequence) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns the value of a header with the specified name.
GET - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
The GET getMethod means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
get() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
get() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
get() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as an array of bytes.
get() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
get() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
get(String) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
get(String) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
get() - 接口 中的方法io.netty.util.Attribute
Returns the current value, which may be null
get(int) - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
get(int) - 接口 中的方法io.netty.util.collection.IntObjectMap
Gets the value in the map with the specified key.
get() - 类 中的方法io.netty.util.concurrent.AbstractFuture
 
get(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractFuture
 
get() - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Returns the current value for the current thread
get(InternalThreadLocalMap) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Returns the current value for the specified thread local map.
get() - 类 中的静态方法io.netty.util.internal.InternalThreadLocalMap
 
get(String) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to null if the property access fails.
get(String, String) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
get(Class<?>) - 类 中的静态方法io.netty.util.internal.TypeParameterMatcher
 
get() - 接口 中的方法io.netty.util.IntSupplier
Gets a result.
get() - 类 中的方法io.netty.util.Recycler
 
GET_PARAMETER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
getAesKey() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
Get AES Key.
getAlgorithm() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
getAlgorithmIdentifier() - 类 中的方法io.netty.example.ocsp.Digester
 
getAll(String) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
getAll(CharSequence) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
getAll(String) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
getAll(CharSequence) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns the values of headers with the specified name
getAll(String) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
getAll(String) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the header values with the specified header name.
getAllIdleTimeInMillis() - 类 中的方法io.netty.handler.timeout.IdleStateHandler
Return the allIdleTime that was given when instance this class in milliseconds.
getAllocator() - 接口 中的方法io.netty.channel.ChannelConfig
Returns ByteBufAllocator which is used for the channel to allocate buffers.
getAllocator() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getAlpnSelected(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get0_alpn_selected
getAndRemove() - 接口 中的方法io.netty.util.Attribute
已过时。
please consider using Attribute.getAndSet(Object) (with value of null).
getAndSet(T) - 接口 中的方法io.netty.util.Attribute
Atomically sets to the given value and returns the old value which may be null if non was set before.
getAssociatedToStreamId(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Associated-To-Stream-ID" header.
getBacklog() - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
getBacklog() - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getBacklog() - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getBacklog() - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
getBacklog() - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
Gets KindUDT#ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
getBaseDirectory() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getBaseDirectory() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getBaseDirectory() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getBasicConstraints() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getBaudrate() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
getBioNonApplicationBufferSize() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
Returns the size of the buffer used by the BIO for non-application based writes
getBodyHttpData(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpData(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpData(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpData(String) - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpDatas() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyHttpDatas() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpDatas(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpDatas() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyHttpDatas() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyListAttributes() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
This getMethod returns a List of all InterfaceHttpData from body part.
getBoolean(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getBoolean(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a boolean at the specified absolute (@code index) in this buffer.
getBoolean(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBoolean(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBoolean(String, boolean) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getByName(CharSequence) - 类 中的静态方法io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByName(CharSequence, boolean) - 类 中的静态方法io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByte(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getByte(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a byte at the specified absolute index in this buffer.
getByte(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getByte(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getByte(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getByte(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getByte(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getByte(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getByte(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getByte(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getByte(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getByte(byte[], int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getByteBuf() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getByteBuf() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUpload
getByteBuf() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the content of the file item as a ByteBuf
getByteBuf() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getByteBuf() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getBytes(int, byte[]) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified channel starting at the specified absolute index.
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, byte[]) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[]) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, byte[]) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getChar(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getChar(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the specified absolute index in this buffer.
getChar(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getChar(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getCharset() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
getCharset() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the Charset passed by the browser or null if not defined.
getCharset() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getCharset() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getCheckInterval() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getChunk(int) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getChunk(int) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getChunk(int) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns a ChannelBuffer for the content from the current position with at most length read bytes, increasing the current position of the Bytes read.
getChunk(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getChunk(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getCipherForSSL(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_cipher
getCiphers(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Returns all Returns the cipher suites that are available for negotiation in an SSL handshake.
getCity() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required string city = 2;
getCity() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
required string city = 2;
getCity() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder
required string city = 2;
getCityBytes() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required string city = 2;
getCityBytes() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
required string city = 2;
getCityBytes() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder
required string city = 2;
getClassLoader(Class<?>) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the ClassLoader for the given Class.
getCloseNotifyFlushTimeoutMillis() - 类 中的方法io.netty.handler.ssl.SslHandler
Gets the timeout for flushing the close_notify that was triggered by closing the Channel.
getCloseNotifyReadTimeoutMillis() - 类 中的方法io.netty.handler.ssl.SslHandler
Gets the timeout (in ms) for receiving the response for the close_notify that was triggered by closing the Channel.
getCloseNotifyTimeoutMillis() - 类 中的方法io.netty.handler.ssl.SslHandler
getComment() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.comment() instead.
getComment() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getCommentUrl() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.commentUrl() instead.
getCommentUrl() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getConnectTimeoutMillis() - 接口 中的方法io.netty.channel.ChannelConfig
Returns the connect timeout of the channel in milliseconds.
getConnectTimeoutMillis() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getContent(String) - 类 中的静态方法io.netty.example.http.websocketx.benchmarkserver.WebSocketServerBenchmarkPage
 
getContent(String) - 类 中的静态方法io.netty.example.http.websocketx.server.WebSocketServerIndexPage
 
getContentLength(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getContentLength(HttpMessage, long) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the length of the content.
getContentTransferEncoding() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentTransferEncoding() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Returns the Content-Transfer-Encoding
getContentTransferEncoding() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentTransferEncoding() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getContentType() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentType() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Returns the content type passed by the browser or null if not defined.
getContentType() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentType() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getContextClassLoader() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the context ClassLoader for the current Thread.
getContinent() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required .io.netty.example.worldclock.Continent continent = 1;
getContinent() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
required .io.netty.example.worldclock.Continent continent = 1;
getContinent() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder
required .io.netty.example.worldclock.Continent continent = 1;
getCriticalExtensionOIDs() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getDatabits() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
getDate(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDate(HttpMessage, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Date" header.
getDateHeader(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getDateHeader(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
getDateHeader(HttpMessage, String, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getDateHeader(HttpMessage, CharSequence, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the date header value with the specified header name.
getDayOfMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 dayOfMonth = 4;
getDayOfMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 dayOfMonth = 4;
getDayOfMonth() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 dayOfMonth = 4;
getDayOfWeek() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
getDayOfWeek() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
getDayOfWeek() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
getDecoder(Charset) - 类 中的静态方法io.netty.util.CharsetUtil
已过时。
getDecoderResult() - 类 中的方法io.netty.handler.codec.http.DefaultHttpObject
 
getDecoderResult() - 接口 中的方法io.netty.handler.codec.http.HttpObject
Returns the result of decoding this message.
getDefaultFactory() - 类 中的静态方法io.netty.util.internal.logging.InternalLoggerFactory
Returns the default factory.
getDefaultInstance() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getDefaultInstance() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getDefaultInstance() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getDefaultInstance() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
getDefaultInstanceForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getDelegatedTask() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getDescriptor() - 枚举 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Continent
 
getDescriptor() - 枚举 中的静态方法io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
getDescriptor() - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getDescriptorForType() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.Continent
 
getDescriptorForType() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
 
getDescriptorForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
getDescriptorForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
getDescriptorForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
getDescriptorForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
getDigest() - 类 中的方法io.netty.example.ocsp.Digester
 
getDiscardThreshold() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiscardThreshold() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getDiscardThreshold() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiscardThreshold() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiskFilename() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getDiskFilename() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getDiskFilename() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getDomain() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.domain() instead.
getDomain() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getDouble(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getDouble(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the specified absolute index in this buffer.
getDouble(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getDouble(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getEnabledCipherSuites() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEnabledProtocols() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEnableSessionCreation() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEncoded() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
getEncoded() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getEncoder(Charset) - 类 中的静态方法io.netty.util.CharsetUtil
已过时。
getEpollMode() - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
Return the EpollMode used.
getError(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_error
getErrorString(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Get the error string representing for the given errorNumber.
getExtensionValue(String) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getFactorial() - 类 中的方法io.netty.example.factorial.FactorialClientHandler
 
getFile() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getFile() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getFile() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
getFile() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getFile() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getFilename() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getFilename() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getFilename() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getFilename() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getFileUpload(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Get the FileUpload (new one or current one)
getFileUpload(String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Get the FileUpload (new one or current one)
getFloat(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getFloat(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the specified absolute index in this buffer.
getFloat(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getFloat(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getFormat() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
getHandshakeCount(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Returns the number of handshakes done for this SSL instance.
getHandshakeSession() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeStatus() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeTimeoutMillis() - 类 中的方法io.netty.handler.ssl.SslHandler
 
getHeader(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getHeader(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(HttpMessage, String, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getHeader(HttpMessage, CharSequence, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the header value with the specified header name.
getHeader(SpdyHeadersFrame, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHeader(SpdyHeadersFrame, String, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the header value with the specified header name.
getHmacKey() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
Get HMAC key.
getHost(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the value of the "Host" header.
getHost(SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the SPDY host header.
getHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 hour = 6;
getHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 hour = 6;
getHour() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 hour = 6;
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getHttpDataType() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpData
 
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getHttpDataType() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getIds() - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
 
getIfSet() - 类 中的静态方法io.netty.util.internal.InternalThreadLocalMap
 
getInitialSeedUniquifier() - 类 中的静态方法io.netty.util.internal.ThreadLocalRandom
 
getInitMaxStreams() - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
getInitMaxStreams() - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getInitMaxStreams() - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInitMaxStreams() - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInstance(Class<?>) - 类 中的静态方法io.netty.util.internal.logging.InternalLoggerFactory
Creates a new logger instance with the name of the specified class.
getInstance(String) - 类 中的静态方法io.netty.util.internal.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
getInt(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getInt(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getInt(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getInt(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getInt(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getInt(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getInt(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getInt(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getInt(Object, long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getInt(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getInt(byte[], int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getInt(String, int) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getInterface() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getInterface() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the address of the network interface used for multicast packets.
getInterface() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getIntHeader(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getIntHeader(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getIntHeader(HttpMessage, String, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
getIntHeader(HttpMessage, CharSequence, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns the integer header value with the specified header name.
getIoRatio() - 类 中的方法io.netty.channel.nio.NioEventLoop
Returns the percentage of the desired amount of time spent for I/O in the event loop.
getIssuerDN() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getIssuerUniqueID() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getKeyUsage() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getLastError() - 类 中的静态方法io.netty.internal.tcnative.SSL
Return last SSL error string
getLastErrorNumber() - 类 中的静态方法io.netty.internal.tcnative.SSL
Get the error number representing the last error OpenSSL encountered on this thread.
getLevel() - 类 中的静态方法io.netty.util.ResourceLeakDetector
Returns the current resource leak detection level.
getLiveSetCount() - 类 中的静态方法io.netty.util.internal.ObjectCleaner
 
getLocalTime(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTime(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTime(int) - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimesOrBuilder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeCount() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeCount() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeCount() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimesOrBuilder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeList() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimesOrBuilder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilder(int) - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimesOrBuilder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimeOrBuilderList() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimesOrBuilder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
getLocalTimes(Collection<String>) - 类 中的方法io.netty.example.worldclock.WorldClockClientHandler
 
getLocation(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocation(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
repeated .io.netty.example.worldclock.Location location = 1;
getLocation(int) - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationsOrBuilder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationCount() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationCount() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
repeated .io.netty.example.worldclock.Location location = 1;
getLocationCount() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationsOrBuilder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
repeated .io.netty.example.worldclock.Location location = 1;
getLocationList() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationsOrBuilder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilder(int) - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationsOrBuilder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilderList() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
repeated .io.netty.example.worldclock.Location location = 1;
getLocationOrBuilderList() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationsOrBuilder
repeated .io.netty.example.worldclock.Location location = 1;
getLong(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getLong(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getLong(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getLong(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getLong(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getLong(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getLong(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getLong(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getLong(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getLong(byte[], int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getLong(String, long) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getMarshaller(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.marshalling.DefaultMarshallerProvider
 
getMarshaller(ChannelHandlerContext) - 接口 中的方法io.netty.handler.codec.marshalling.MarshallerProvider
Get a Marshaller for the given ChannelHandlerContext
getMarshaller(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
 
getMaxAge() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.maxAge() instead.
getMaxAge() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getMaxCumulationBufferComponents() - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
Returns the maximum number of components in the cumulation buffer.
getMaxGlobalWriteSize() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getMaxGlobalWriteSize() - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
 
getMaxMessagesPerRead() - 接口 中的方法io.netty.channel.ChannelConfig
Returns the maximum number of messages to read per read loop.
getMaxMessagesPerRead() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getMaxTimeWait() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxWrapOverhead(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Get the maximum overhead, in bytes, of wrapping (a.k.a sealing) a record with ssl.
getMaxWriteDelay() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxWriteSize() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMedium(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getMedium(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getMedium(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getMessage(int) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpDecoder
 
getMessageSizeEstimator() - 接口 中的方法io.netty.channel.ChannelConfig
Returns MessageSizeEstimator which is used for the channel to detect the size of a message.
getMessageSizeEstimator() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getMethod() - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
getMethod() - 接口 中的方法io.netty.handler.codec.http.HttpRequest
Returns the HttpMethod of this HttpRequest.
getMethod(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpMethod represented by the HTTP method header.
getMinute() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 minute = 7;
getMinute() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 minute = 7;
getMinute() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 minute = 7;
getMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Call SSL_get_mode
getMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Call SSL_CTX_get_mode
getMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 month = 2;
getMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 month = 2;
getMonth() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 month = 2;
getMultipartDataBoundary(String) - 类 中的静态方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check from the request ContentType if this request is a Multipart request.
getName() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.name() instead.
getName() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getName() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
getName() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getName() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksAuthRequestDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksAuthResponseDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksCmdRequestDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksCmdResponseDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksInitRequestDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksInitResponseDecoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的静态方法io.netty.handler.codec.socks.SocksMessageEncoder
已过时。
Will be removed at the next minor version bump.
getName() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
Get name.
getNeedClientAuth() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getNegotiatedApplicationProtocol() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getNetworkInterface() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getNetworkInterface() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_IF option.
getNetworkInterface() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getNextProtoNegotiated(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get0_next_proto_negotiated
getNonCriticalExtensionOIDs() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getNotAfter() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getNotBefore() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getNow() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
getNow() - 类 中的方法io.netty.util.concurrent.FailedFuture
 
getNow() - 接口 中的方法io.netty.util.concurrent.Future
Return the result without blocking.
getNow() - 类 中的方法io.netty.util.concurrent.SucceededFuture
 
getNumber() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.Continent
 
getNumber() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
 
getOcspResponse() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Returns the OCSP response or null if the server didn't provide a stapled OCSP response.
getOcspResponse(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Returns the OCSP response for the given SSLEngine or null if the server didn't provide a stapled OCSP response.
getOption(ChannelOption<T>) - 接口 中的方法io.netty.channel.ChannelConfig
Return the value of the given ChannelOption
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getOption(ChannelOption<T>) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
getOptions() - 接口 中的方法io.netty.channel.ChannelConfig
Return all set ChannelOption's.
getOptions() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getOptions() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getOptions() - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
getOptions(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Get OpenSSL Option.
getOptions(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Get OpenSSL Option.
getOutputStream() - 类 中的方法io.netty.example.ocsp.Digester
 
getParitybit() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
getParserForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getParserForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getParserForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getParserForType() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getPath() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.path() instead.
getPath() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getPeerCertChain(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Get the peer certificate chain or null if none was send.
getPeerCertificate(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Get the peer certificate or null if non was send.
getPeerCredentials() - 类 中的方法io.netty.channel.unix.Socket
 
getPorts() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.ports() instead.
getPorts() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getPostfix() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPostfix() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getPostfix() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getPrefix() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPrefix() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getPrefix() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
getPriority(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Priority" header.
getProtocolReceiveBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getProtocolReceiveBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets OptionUDT#Protocol_Receive_Buffer_Size
getProtocolSendBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getProtocolSendBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets OptionUDT#Protocol_Send_Buffer_Size
getProtocolVersion() - 类 中的方法io.netty.handler.codec.http.DefaultHttpMessage
 
getProtocolVersion() - 接口 中的方法io.netty.handler.codec.http.HttpMessage
Returns the protocol version of this HttpMessage
getPublicKey() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getReadChannelLimit() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getReaderIdleTimeInMillis() - 类 中的方法io.netty.handler.timeout.IdleStateHandler
Return the readerIdleTime that was given when instance this class in milliseconds.
getReadLimit() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getReadMode() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getReadMode() - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
Return the DomainSocketReadMode for the channel.
getReadTimeout() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Return the maximal time (in ms) to block and wait for something to be ready to read.
getRealWriteThroughput() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
getRealWrittenBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_RCVBUF option.
getReceiveBufferSize() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getReceiveBufferSize() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getReceiveBufferSize() - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Gets the StandardSocketOptions.SO_RCVBUF option.
getReceiveBufferSize() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_RCVBUF option.
getReceiveBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getReceiveBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets the ChannelOption.SO_RCVBUF option.
getReceiveBufferSize() - 类 中的方法io.netty.channel.unix.Socket
 
getRecvByteBufAllocator() - 接口 中的方法io.netty.channel.ChannelConfig
Returns RecvByteBufAllocator which is used for the channel to allocate receive buffers.
getRecvByteBufAllocator() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getRejectRemoteInitiatedRenegotiation() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
getScheme(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL scheme header.
getScheme(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Scheme" header.
getSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 second = 8;
getSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 second = 8;
getSecond() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 second = 8;
getSendBufferSize() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getSendBufferSize() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getSendBufferSize() - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
getSendBufferSize() - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getSendBufferSize() - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_SNDBUF option.
getSendBufferSize() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getSendBufferSize() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getSendBufferSize() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_SNDBUF option.
getSendBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getSendBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets the ChannelOption.SO_SNDBUF option.
getSendBufferSize() - 类 中的方法io.netty.channel.unix.Socket
 
getSerializedSize() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getSerializedSize() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getSerializedSize() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getSerializedSize() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getSerialNumber() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSession(byte[]) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
 
getSession() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getSessionCacheMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Get the mode of the current used internal session cache.
getSessionCacheSize() - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
getSessionCacheSize(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Get the size of the internal session cache.
getSessionCacheTimeout(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Get the timeout for the internal session cache in seconds.
getSessionId(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Returns the ID of the session as byte array representation.
getSessionTimeout() - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
getShort(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getShort(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getShort(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getShort(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getShort(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getShort(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getShort(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getShort(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getShort(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getShort(byte[], int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
getShutdown(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_shutdown
getSigAlgName() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSigAlgOID() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSigAlgParams() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSignature() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSoError() - 类 中的方法io.netty.channel.unix.Socket
 
getSoLinger() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getSoLinger() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getSoLinger() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_LINGER option.
getSoLinger() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getSoLinger() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets the ChannelOption.SO_LINGER option.
getSoLinger() - 类 中的方法io.netty.channel.unix.Socket
 
getSoTimeout() - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getSoTimeout() - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getSoTimeout() - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSoTimeout() - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSoTimeout() - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSSLParameters() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getStatus() - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
 
getStatus() - 接口 中的方法io.netty.handler.codec.http.HttpResponse
Returns the status of this HttpResponse.
getStatus(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpResponseStatus represented by the HTTP response status header.
getStopbits() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
getStreamId(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Returns the value of the "X-SPDY-Stream-ID" header.
getString() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the default character encoding.
getString(Charset) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the specified charset.
getString() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getString(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getString() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getString(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
getSubjectDN() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSubjectUniqueID() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getSupportedCipherSuites() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getSupportedProtocols() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getSystemClassLoader() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the system ClassLoader.
getSystemReceiveBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getSystemReceiveBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets OptionUDT#System_Receive_Buffer_Size
getSystemSendBufferSize() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
getSystemSendBufferSize() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Gets OptionUDT#System_Send_Buffer_Size
getTargetContentEncoding(String) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTBSCertificate() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getTcpDeferAccept() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns a positive value if TCP_DEFER_ACCEPT is enabled.
getTcpDeferAccept() - 类 中的方法io.netty.channel.unix.Socket
 
getTcpFastopen() - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
Returns threshold value of number of pending for fast open connect.
getTcpKeepCnt() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepCnt(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTcpKeepIdle() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIdle(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTcpKeepIntvl() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
getTcpKeepIntvl(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTcpNotSentLowAt() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_NOTSENT_LOWAT option on the socket.
getTcpNotSentLowAt(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTcpUserTimeout() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_USER_TIMEOUT option on the socket.
getTcpUserTimeout(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTime(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_time
getTimeout(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_timeout
getTimeToLive() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTimeToLive() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_TTL option.
getTimeToLive() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTrafficClass() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
getTrafficClass(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
getTrafficClass() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_TOS option.
getTrafficClass() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
getTrafficClass() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.IP_TOS option.
getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - 类 中的方法io.netty.handler.codec.LengthFieldBasedFrameDecoder
Decodes the specified region of the buffer into an unadjusted frame length.
getUnknownFields() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
getUnknownFields() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
getUnknownFields() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
getUnknownFields() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
getUnmarshaller(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - 接口 中的方法io.netty.handler.codec.marshalling.UnmarshallerProvider
Get the Unmarshaller for the given ChannelHandlerContext
getUnsafeUnavailabilityCause() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the reason (if any) why sun.misc.Unsafe was not available.
getUnsignedByte(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getUnsignedByte(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedByte(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getUnsignedByte(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getUnsignedInt(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getUnsignedInt(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedInt(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getUnsignedInt(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
getUnsignedMedium(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
getUnsignedShort(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
getUnsignedShort(int) - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsignedShort(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
getUnsignedShort(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
getUri() - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
getUri() - 接口 中的方法io.netty.handler.codec.http.HttpRequest
Returns the requested URI (or alternatively, path)
getUrl(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the value of the URL path header.
getUseClientMode() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getUserDefinedWritability(int) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the user-defined writability flag at the specified index is set to true.
getValue() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.value() instead.
getValue() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getValue() - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
Returns the value of this HttpData.
getValue() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
getValue() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
getValue() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
getValue(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getValue(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns the value of the setting ID.
getValueDescriptor() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.Continent
 
getValueDescriptor() - 枚举 中的方法io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
 
getVersion() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Use Cookie.version() instead.
getVersion() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
getVersion(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Returns the HttpVersion represented by the HTTP version header.
getVersion() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
getVersion(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_get_version
getWaitTimeMillis() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
getWantClientAuth() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getWriteBufferHighWaterMark() - 接口 中的方法io.netty.channel.ChannelConfig
Returns the high water mark of the write buffer.
getWriteBufferHighWaterMark() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getWriteBufferLowWaterMark() - 接口 中的方法io.netty.channel.ChannelConfig
Returns the low water mark of the write buffer.
getWriteBufferLowWaterMark() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getWriteChannelLimit() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getWriteLimit() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getWriterIdleTimeInMillis() - 类 中的方法io.netty.handler.timeout.IdleStateHandler
Return the writerIdleTime that was given when instance this class in milliseconds.
getWriteSpinCount() - 接口 中的方法io.netty.channel.ChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteSpinCount() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
getYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 year = 1;
getYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
required uint32 year = 1;
getYear() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
required uint32 year = 1;
gid() - 类 中的方法io.netty.channel.unix.PeerCredentials
 
GlobalChannelTrafficCounter - io.netty.handler.traffic中的类
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, ScheduledExecutorService, String, long) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficCounter
 
GlobalChannelTrafficShapingHandler - io.netty.handler.traffic中的类
This implementation of the AbstractTrafficShapingHandler is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long, long) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService) - 类 的构造器io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalEventExecutor - io.netty.util.concurrent中的类
Single-thread singleton EventExecutor.
GlobalTrafficShapingHandler - io.netty.handler.traffic中的类
This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - 类 的构造器io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long) - 类 的构造器io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long) - 类 的构造器io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms.
GlobalTrafficShapingHandler(ScheduledExecutorService, long) - 类 的构造器io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
GlobalTrafficShapingHandler(EventExecutor) - 类 的构造器io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms and no limit.
GONE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
410 Gone
GONE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
410 Gone
group(EventLoopGroup) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
The EventLoopGroup which is used to handle all the events for the to-be-created Channel
group() - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Return the configured EventLoopGroup or null if non is configured yet.
group(EventLoopGroup) - 类 中的方法io.netty.bootstrap.ServerBootstrap
Specify the EventLoopGroup which is used for the parent (acceptor) and the child (client).
group(EventLoopGroup, EventLoopGroup) - 类 中的方法io.netty.bootstrap.ServerBootstrap
Set the EventLoopGroup for the parent (acceptor) and the child (client).
group() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
guess() - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
Similar to RecvByteBufAllocator.Handle.allocate(ByteBufAllocator) except that it does not allocate anything but just tells the capacity.
GZIP - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"gzip"
GZIP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"gzip"
GZIP_DEFLATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"gzip,deflate"
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Netty 4.0.56.Final(2018/10/07)

Copyright © 2018 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.