- handleNotification(AssociationChangeNotification, Object) - 类 中的方法io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(PeerAddressChangeNotification, Object) - 类 中的方法io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(SendFailedNotification, Object) - 类 中的方法io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(ShutdownNotification, Object) - 类 中的方法io.netty.channel.sctp.SctpNotificationHandler
-
- handler(ChannelHandler) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- handler() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- handler() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
-
- handlerAdded(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was added to the actual context and it's ready to handle events.
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInitializer
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentCompressor
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.ChannelTrafficShapingHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- handlerAdded(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was removed from the actual context and it doesn't handle events
anymore.
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.WriteTimeoutHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.ChannelTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- handlerRemoved0(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
-
Gets called after the
ByteToMessageDecoder
was removed from the actual context and it doesn't handle
events anymore.
- handlerRemoved0(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.JdkZlibDecoder
-
- handlerRemoved0(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
-
- handlerSharableCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
-
- handshake(Channel) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, FullHttpRequest) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake
When call this method you
MUST NOT retain the
FullHttpRequest
which is passed in.
- handshake(Channel, HttpRequest) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, HttpRequest, HttpHeaders, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake
When call this method you
MUST NOT retain the
HttpRequest
which is passed in.
- handshakeFailure(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on failed initial SSL/TLS handshake.
- handshakeFuture() - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
-
- handshakeFuture() - 类 中的方法io.netty.handler.ssl.SslHandler
-
Returns a
Future
that will get notified once the current TLS handshake completes.
- handshaker() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Returns the used handshaker
- HAProxyCommand - io.netty.handler.codec.haproxy中的枚举
-
The command of an HAProxy proxy protocol header
- HAProxyMessage - io.netty.handler.codec.haproxy中的类
-
Message container for decoded HAProxy proxy protocol parameters
- HAProxyMessageDecoder - io.netty.handler.codec.haproxy中的类
-
Decodes an HAProxy proxy protocol header
- HAProxyMessageDecoder() - 类 的构造器io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions
- HAProxyMessageDecoder(int) - 类 的构造器io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size
Note: limiting TLV size only affects processing of v2, binary headers.
- HAProxyProtocolException - io.netty.handler.codec.haproxy中的异常错误
-
A
DecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered
- HAProxyProtocolException() - 异常错误 的构造器io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String) - 异常错误 的构造器io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(Throwable) - 异常错误 的构造器io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolVersion - io.netty.handler.codec.haproxy中的枚举
-
The HAProxy proxy protocol specification version.
- HAProxyProxiedProtocol - io.netty.handler.codec.haproxy中的枚举
-
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
- HAProxyProxiedProtocol.AddressFamily - io.netty.handler.codec.haproxy中的枚举
-
The address family of an HAProxy proxy protocol header.
- HAProxyProxiedProtocol.TransportProtocol - io.netty.handler.codec.haproxy中的枚举
-
The transport protocol of an HAProxy proxy protocol header
- HAProxySSLTLV - io.netty.handler.codec.haproxy中的类
-
- HAProxyTLV - io.netty.handler.codec.haproxy中的类
-
A Type-Length Value (TLV vector) that can be added to the PROXY protocol
to include additional information like SSL information.
- HAProxyTLV.Type - io.netty.handler.codec.haproxy中的枚举
-
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
- hardwareAddressFromNetworkInterface(NetworkInterface) - 类 中的静态方法io.netty.util.internal.SocketUtils
-
- hasArray() - 类 中的方法io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer has a backing byte array.
- hasArray() - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- hasArray() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
-
已过时。
- hasArray() - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- hasArray() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
-
已过时。
- hasArray() - 类 中的方法io.netty.buffer.SlicedByteBuf
-
已过时。
- hasArray() - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- hasArray() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
-
- hasArray() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
-
- hasArray() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- hasCity() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
-
required string city = 2;
- hasCity() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
-
required string city = 2;
- hasCity() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder
-
required string city = 2;
- hasContinent() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
-
required .io.netty.example.worldclock.Continent continent = 1;
- hasContinent() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
-
required .io.netty.example.worldclock.Continent continent = 1;
- hasContinent() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocationOrBuilder
-
required .io.netty.example.worldclock.Continent continent = 1;
- hasDayOfMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 dayOfMonth = 4;
- hasDayOfMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 dayOfMonth = 4;
- hasDayOfMonth() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 dayOfMonth = 4;
- hasDayOfWeek() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
- hasDayOfWeek() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
- hasDayOfWeek() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
- hasDirectBufferNoCleanerConstructor() - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
- hasDisconnect() - 类 中的方法io.netty.channel.ChannelMetadata
-
Returns
true
if and only if the channel has the
disconnect()
operation
that allows a user to disconnect and then call
Channel.connect(SocketAddress)
again,
such as UDP/IP.
- hashCode() - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- hashCode() - 类 中的方法io.netty.buffer.ByteBuf
-
Returns a hash code which was calculated from the content of this
buffer.
- hashCode(ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Calculates the hash code of the specified buffer.
- hashCode() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
-
- hashCode() - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- hashCode() - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- hashCode() - 类 中的方法io.netty.channel.AbstractChannel
-
Returns the ID of this channel.
- hashCode() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- hashCode() - 类 中的方法io.netty.channel.local.LocalAddress
-
- hashCode() - 类 中的方法io.netty.channel.sctp.SctpMessage
-
- hashCode() - 类 中的方法io.netty.channel.unix.DomainSocketAddress
-
- hashCode() - 类 中的方法io.netty.channel.unix.FileDescriptor
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.HttpMethod
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.HttpVersion
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
-
- hashCode() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- hashCode() - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
-
- hashCode() - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
-
- hashCode() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
-
- hashCode() - 类 中的方法io.netty.util.collection.IntObjectHashMap
-
- hashCode() - 异常错误 中的方法io.netty.util.ResourceLeakException
-
已过时。
- hashCode() - 类 中的方法io.netty.util.UniqueName
-
已过时。
- HashedWheelTimer - io.netty.util中的类
-
A
Timer
optimized for approximated I/O timeout scheduling.
- HashedWheelTimer() - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer with the default thread factory
(Executors.defaultThreadFactory()
), default tick duration, and
default number of ticks per wheel.
- HashedWheelTimer(long, TimeUnit) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer with the default thread factory
(Executors.defaultThreadFactory()
) and default number of ticks
per wheel.
- HashedWheelTimer(long, TimeUnit, int) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer with the default thread factory
(Executors.defaultThreadFactory()
).
- HashedWheelTimer(ThreadFactory) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer with the default tick duration and default number of
ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long) - 类 的构造器io.netty.util.HashedWheelTimer
-
Creates a new timer.
- hasHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 hour = 6;
- hasHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 hour = 6;
- hasHour() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 hour = 6;
- hasMemoryAddress() - 类 中的方法io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer has a reference to the low-level memory address that points
to the backing data.
- hasMemoryAddress() - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- hasMemoryAddress() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
-
已过时。
- hasMemoryAddress() - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- hasMemoryAddress() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
-
已过时。
- hasMemoryAddress() - 类 中的方法io.netty.buffer.SlicedByteBuf
-
已过时。
- hasMemoryAddress() - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- hasMemoryAddress() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
-
- hasMemoryAddress() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
-
- hasMemoryAddress() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- hasMinute() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 minute = 7;
- hasMinute() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 minute = 7;
- hasMinute() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 minute = 7;
- hasMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 month = 2;
- hasMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 month = 2;
- hasMonth() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 month = 2;
- hasNext() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- hasNext() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - 类 中的方法io.netty.util.internal.ReadOnlyIterator
-
- hasScheduledTasks() - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Returns true
if a scheduled task is ready for processing.
- hasSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 second = 8;
- hasSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 second = 8;
- hasSecond() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 second = 8;
- hasTasks() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-
- hasThreadLocalCache() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
-
已过时。
- hasUnsafe() - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
Return true
if sun.misc.Unsafe
was found on the classpath and can be used for accelerated
direct memory access.
- hasUnsupportedCriticalExtension() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
-
- hasYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
-
required uint32 year = 1;
- hasYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
required uint32 year = 1;
- hasYear() - 接口 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimeOrBuilder
-
required uint32 year = 1;
- haveSuppressed() - 类 中的静态方法io.netty.util.internal.ThrowableUtil
-
- HEAD - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
-
The HEAD getMethod is identical to GET except that the server MUST NOT return a message-body
in the response.
- HEADER_FIELD_NOT_VALID - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
-
456 Header Field Not Valid for Resource
- headers() - 类 中的方法io.netty.handler.codec.http.DefaultHttpMessage
-
- headers() - 接口 中的方法io.netty.handler.codec.http.HttpMessage
-
Returns the headers of this message.
- headers() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- headers() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
-
- healthChecker() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
-
- heapArenas() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
-
- heapArenas() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
-
- heapBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
-
- heapBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
-
- heapBuffer(int, int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
-
- heapBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
-
- heapBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBuf
with the given initial capacity.
- heapBuffer(int, int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBuf
with the given initial capacity and the given
maximal capacity.
- hexDump(ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Returns a
hex dump
of the specified buffer's readable bytes.
- hexDump(ByteBuf, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Returns a
hex dump
of the specified buffer's sub-region.
- hexDump(byte[]) - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Returns a
hex dump
of the specified byte array.
- hexDump(byte[], int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Returns a
hex dump
of the specified byte array's sub-region.
- HexDumpProxy - io.netty.example.proxy中的类
-
- HexDumpProxy() - 类 的构造器io.netty.example.proxy.HexDumpProxy
-
- HexDumpProxyBackendHandler - io.netty.example.proxy中的类
-
- HexDumpProxyBackendHandler(Channel) - 类 的构造器io.netty.example.proxy.HexDumpProxyBackendHandler
-
- HexDumpProxyFrontendHandler - io.netty.example.proxy中的类
-
- HexDumpProxyFrontendHandler(String, int) - 类 的构造器io.netty.example.proxy.HexDumpProxyFrontendHandler
-
- HexDumpProxyInitializer - io.netty.example.proxy中的类
-
- HexDumpProxyInitializer(String, int) - 类 的构造器io.netty.example.proxy.HexDumpProxyInitializer
-
- hits() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully reused sessions.
- HMAC_KEY_SIZE - 类 中的静态变量io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key HMAC key
- HMAC_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key HMAC key
- hmacKey() - 类 中的方法io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get HMAC key.
- HOST - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
"Host"
- HOST - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Host"
- host() - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequest
-
- host() - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponse
-
- HOST - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":host"
- hostname() - 类 中的方法io.netty.handler.ssl.SniHandler
-
- hostOne - 类 中的静态变量io.netty.example.udt.echo.rendezvous.Config
-
- hostTwo - 类 中的静态变量io.netty.example.udt.echo.rendezvous.Config
-
- HOUR_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
- HT - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
-
Horizontal tab
- HTTP_1_0 - 类 中的静态变量io.netty.handler.codec.http.HttpVersion
-
HTTP/1.0
- HTTP_1_1 - 类 中的静态变量io.netty.handler.codec.http.HttpVersion
-
HTTP/1.1
- HTTP_1_1 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
-
"http/1.1"
: HTTP version 1.1
- HTTP_2 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
-
"h2"
: HTTP version 2
- HTTP_CACHE_SECONDS - 类 中的静态变量io.netty.example.http.file.HttpStaticFileServerHandler
-
- HTTP_DATE_FORMAT - 类 中的静态变量io.netty.example.http.file.HttpStaticFileServerHandler
-
- HTTP_DATE_GMT_TIMEZONE - 类 中的静态变量io.netty.example.http.file.HttpStaticFileServerHandler
-
- HTTP_VERSION_NOT_SUPPORTED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
505 HTTP Version Not Supported
- HttpChunkedInput - io.netty.handler.codec.http中的类
-
A
ChunkedInput
that fetches data chunk by chunk for use with HTTP chunked transfers.
- HttpChunkedInput(ChunkedInput<ByteBuf>) - 类 的构造器io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpChunkedInput(ChunkedInput<ByteBuf>, LastHttpContent) - 类 的构造器io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpClientCodec - io.netty.handler.codec.http中的类
-
- HttpClientCodec() - 类 的构造器io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the default decoder options
(maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
).
- HttpClientCodec(int, int, int) - 类 的构造器io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpConstants - io.netty.handler.codec.http中的类
-
- HttpContent - io.netty.handler.codec.http中的接口
-
An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpContentCompressor - io.netty.handler.codec.http中的类
-
Compresses an
HttpMessage
and an
HttpContent
in
gzip
or
deflate
encoding while respecting the
"Accept-Encoding"
header.
- HttpContentCompressor() - 类 的构造器io.netty.handler.codec.http.HttpContentCompressor
-
Creates a new handler with the default compression level (6),
default window size (15) and default memory level (8).
- HttpContentCompressor(int) - 类 的构造器io.netty.handler.codec.http.HttpContentCompressor
-
Creates a new handler with the specified compression level, default
window size (15) and default memory level (8).
- HttpContentCompressor(int, int, int) - 类 的构造器io.netty.handler.codec.http.HttpContentCompressor
-
Creates a new handler with the specified compression level, window size,
and memory level..
- HttpContentDecoder - io.netty.handler.codec.http中的类
-
- HttpContentDecoder() - 类 的构造器io.netty.handler.codec.http.HttpContentDecoder
-
- HttpContentDecompressor - io.netty.handler.codec.http中的类
-
- HttpContentDecompressor() - 类 的构造器io.netty.handler.codec.http.HttpContentDecompressor
-
- HttpContentDecompressor(boolean) - 类 的构造器io.netty.handler.codec.http.HttpContentDecompressor
-
- HttpContentEncoder - io.netty.handler.codec.http中的类
-
- HttpContentEncoder() - 类 的构造器io.netty.handler.codec.http.HttpContentEncoder
-
- HttpContentEncoder.Result - io.netty.handler.codec.http中的类
-
- HttpContentEncoder.Result(String, EmbeddedChannel) - 类 的构造器io.netty.handler.codec.http.HttpContentEncoder.Result
-
- HttpCorsServer - io.netty.example.http.cors中的类
-
- HttpCorsServer() - 类 的构造器io.netty.example.http.cors.HttpCorsServer
-
- HttpCorsServerInitializer - io.netty.example.http.cors中的类
-
Please refer to the
CorsConfig
javadocs for information about all the
configuration options available.
- HttpCorsServerInitializer(SslContext) - 类 的构造器io.netty.example.http.cors.HttpCorsServerInitializer
-
- HttpData - io.netty.handler.codec.http.multipart中的接口
-
Extended interface for InterfaceHttpData
- HttpDataFactory - io.netty.handler.codec.http.multipart中的接口
-
Interface to enable creation of InterfaceHttpData objects
- HttpExpectationFailedEvent - io.netty.handler.codec.http中的类
-
A user event designed to communicate that a expectation has failed and there should be no expectation that a
body will follow.
- HttpHeaderDateFormat - io.netty.handler.codec.http中的类
-
This DateFormat decodes 3 formats of Date
, but only encodes the one,
the first:
Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with
valid generation
Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification
Sun Nov 6 08:49:37 1994: obsolete specification
- HttpHeaders - io.netty.handler.codec.http中的类
-
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage
.
- HttpHeaders() - 类 的构造器io.netty.handler.codec.http.HttpHeaders
-
- HttpHeaders.Names - io.netty.handler.codec.http中的类
-
Standard HTTP header names.
- HttpHeaders.Values - io.netty.handler.codec.http中的类
-
Standard HTTP header values.
- HttpHelloWorldServer - io.netty.example.http.helloworld中的类
-
An HTTP server that sends back the content of the received HTTP request
in a pretty plaintext form.
- HttpHelloWorldServer() - 类 的构造器io.netty.example.http.helloworld.HttpHelloWorldServer
-
- HttpHelloWorldServerHandler - io.netty.example.http.helloworld中的类
-
- HttpHelloWorldServerHandler() - 类 的构造器io.netty.example.http.helloworld.HttpHelloWorldServerHandler
-
- HttpHelloWorldServerInitializer - io.netty.example.http.helloworld中的类
-
- HttpHelloWorldServerInitializer(SslContext) - 类 的构造器io.netty.example.http.helloworld.HttpHelloWorldServerInitializer
-
- HttpMessage - io.netty.handler.codec.http中的接口
-
- HttpMethod - io.netty.handler.codec.http中的类
-
The request getMethod of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpMethod(String) - 类 的构造器io.netty.handler.codec.http.HttpMethod
-
Creates a new HTTP getMethod with the specified name.
- HttpObject - io.netty.handler.codec.http中的接口
-
- HttpObjectAggregator - io.netty.handler.codec.http中的类
-
- HttpObjectAggregator(int) - 类 的构造器io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectAggregator(int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - io.netty.handler.codec.http中的类
-
- HttpObjectDecoder() - 类 的构造器io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpObjectDecoder(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, int, boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectEncoder<H extends HttpMessage> - io.netty.handler.codec.http中的类
-
- HttpObjectEncoder() - 类 的构造器io.netty.handler.codec.http.HttpObjectEncoder
-
- HTTPONLY - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- HttpPostMultipartRequestDecoder - io.netty.handler.codec.http.multipart中的类
-
This decoder will decode Body and can handle POST BODY.
- HttpPostMultipartRequestDecoder(HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostRequestDecoder - io.netty.handler.codec.http.multipart中的类
-
This decoder will decode Body and can handle POST BODY.
- HttpPostRequestDecoder(HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder.EndOfDataDecoderException - io.netty.handler.codec.http.multipart中的异常错误
-
Exception when the body is fully decoded, even if there is still data
- HttpPostRequestDecoder.EndOfDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException - io.netty.handler.codec.http.multipart中的异常错误
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.ErrorDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException - io.netty.handler.codec.http.multipart中的异常错误
-
Exception when an unappropriated getMethod was called on a request
- HttpPostRequestDecoder.IncompatibleDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.IncompatibleDataDecoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.IncompatibleDataDecoderException
-
- HttpPostRequestDecoder.MultiPartStatus - io.netty.handler.codec.http.multipart中的枚举
-
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD |
FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER
MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+
EPILOGUE
First getStatus is: NOSTARTED
Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header
--AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1"
=> DISPOSITION
Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition:
form-data; name="pics" => DISPOSITION Content-type: multipart/mixed,
boundary=BbC04y
--BbC04y => MIXEDDELIMITER Content-disposition: attachment;
filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain
... contents of file1.txt ... => MIXEDFILEUPLOAD --BbC04y =>
MIXEDDELIMITER Content-disposition: file; filename="file2.gif" =>
MIXEDDISPOSITION Content-type: image/gif Content-Transfer-Encoding:
binary
...contents of file2.gif... => MIXEDFILEUPLOAD --BbC04y-- =>
MIXEDCLOSEDELIMITER --AaB03x-- => CLOSEDELIMITER
Once CLOSEDELIMITER is found, last getStatus is EPILOGUE
- HttpPostRequestDecoder.NotEnoughDataDecoderException - io.netty.handler.codec.http.multipart中的异常错误
-
Exception when try reading data from request in chunked format, and not
enough data are available (need more chunks)
- HttpPostRequestDecoder.NotEnoughDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- HttpPostRequestEncoder - io.netty.handler.codec.http.multipart中的类
-
This encoder will help to encode Request for a FORM as POST.
- HttpPostRequestEncoder(HttpRequest, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder.EncoderMode - io.netty.handler.codec.http.multipart中的枚举
-
Different modes to use to encode form data.
- HttpPostRequestEncoder.ErrorDataEncoderException - io.netty.handler.codec.http.multipart中的异常错误
-
Exception when an error occurs while encoding
- HttpPostRequestEncoder.ErrorDataEncoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- HttpPostStandardRequestDecoder - io.netty.handler.codec.http.multipart中的类
-
This decoder will decode Body and can handle POST BODY.
- HttpPostStandardRequestDecoder(HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpRequest - io.netty.handler.codec.http中的接口
-
An HTTP request.
- HttpRequestDecoder - io.netty.handler.codec.http中的类
-
- HttpRequestDecoder() - 类 的构造器io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpRequestDecoder(int, int, int) - 类 的构造器io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified parameters.
- HttpRequestDecoder(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(int, int, int, boolean, int) - 类 的构造器io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestEncoder - io.netty.handler.codec.http中的类
-
- HttpRequestEncoder() - 类 的构造器io.netty.handler.codec.http.HttpRequestEncoder
-
- HttpResponse - io.netty.handler.codec.http中的接口
-
An HTTP response.
- HttpResponseClientHandler - io.netty.example.spdy.client中的类
-
This is a modified version of
HttpSnoopClientHandler
that uses a
BlockingQueue
to wait until an
HTTPResponse is received.
- HttpResponseClientHandler() - 类 的构造器io.netty.example.spdy.client.HttpResponseClientHandler
-
- HttpResponseDecoder - io.netty.handler.codec.http中的类
-
- HttpResponseDecoder() - 类 的构造器io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpResponseDecoder(int, int, int) - 类 的构造器io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified parameters.
- HttpResponseDecoder(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(int, int, int, boolean, int) - 类 的构造器io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseEncoder - io.netty.handler.codec.http中的类
-
- HttpResponseEncoder() - 类 的构造器io.netty.handler.codec.http.HttpResponseEncoder
-
- HttpResponseStatus - io.netty.handler.codec.http中的类
-
The response code and its description of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpResponseStatus(int, String) - 类 的构造器io.netty.handler.codec.http.HttpResponseStatus
-
Creates a new instance with the specified code
and its
reasonPhrase
.
- HttpServerCodec - io.netty.handler.codec.http中的类
-
- HttpServerCodec() - 类 的构造器io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the default decoder options
(maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
).
- HttpServerCodec(int, int, int) - 类 的构造器io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, int, boolean, int) - 类 的构造器io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerKeepAliveHandler - io.netty.handler.codec.http中的类
-
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
- HttpServerKeepAliveHandler() - 类 的构造器io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- HttpSnoopClient - io.netty.example.http.snoop中的类
-
A simple HTTP client that prints out the content of the HTTP response to
System.out
to test
HttpSnoopServer
.
- HttpSnoopClient() - 类 的构造器io.netty.example.http.snoop.HttpSnoopClient
-
- HttpSnoopClientHandler - io.netty.example.http.snoop中的类
-
- HttpSnoopClientHandler() - 类 的构造器io.netty.example.http.snoop.HttpSnoopClientHandler
-
- HttpSnoopClientInitializer - io.netty.example.http.snoop中的类
-
- HttpSnoopClientInitializer(SslContext) - 类 的构造器io.netty.example.http.snoop.HttpSnoopClientInitializer
-
- HttpSnoopServer - io.netty.example.http.snoop中的类
-
An HTTP server that sends back the content of the received HTTP request
in a pretty plaintext form.
- HttpSnoopServer() - 类 的构造器io.netty.example.http.snoop.HttpSnoopServer
-
- HttpSnoopServerHandler - io.netty.example.http.snoop中的类
-
- HttpSnoopServerHandler() - 类 的构造器io.netty.example.http.snoop.HttpSnoopServerHandler
-
- HttpSnoopServerInitializer - io.netty.example.http.snoop中的类
-
- HttpSnoopServerInitializer(SslContext) - 类 的构造器io.netty.example.http.snoop.HttpSnoopServerInitializer
-
- HttpStaticFileServer - io.netty.example.http.file中的类
-
- HttpStaticFileServer() - 类 的构造器io.netty.example.http.file.HttpStaticFileServer
-
- HttpStaticFileServerHandler - io.netty.example.http.file中的类
-
A simple handler that serves incoming HTTP requests to send their respective
HTTP responses.
- HttpStaticFileServerHandler() - 类 的构造器io.netty.example.http.file.HttpStaticFileServerHandler
-
- HttpStaticFileServerInitializer - io.netty.example.http.file中的类
-
- HttpStaticFileServerInitializer(SslContext) - 类 的构造器io.netty.example.http.file.HttpStaticFileServerInitializer
-
- HttpUploadClient - io.netty.example.http.upload中的类
-
- HttpUploadClient() - 类 的构造器io.netty.example.http.upload.HttpUploadClient
-
- HttpUploadClientHandler - io.netty.example.http.upload中的类
-
Handler that just dumps the contents of the response from the server
- HttpUploadClientHandler() - 类 的构造器io.netty.example.http.upload.HttpUploadClientHandler
-
- HttpUploadClientInitializer - io.netty.example.http.upload中的类
-
- HttpUploadClientInitializer(SslContext) - 类 的构造器io.netty.example.http.upload.HttpUploadClientInitializer
-
- HttpUploadServer - io.netty.example.http.upload中的类
-
A HTTP server showing how to use the HTTP multipart package for file uploads and decoding post data.
- HttpUploadServer() - 类 的构造器io.netty.example.http.upload.HttpUploadServer
-
- HttpUploadServerHandler - io.netty.example.http.upload中的类
-
- HttpUploadServerHandler() - 类 的构造器io.netty.example.http.upload.HttpUploadServerHandler
-
- HttpUploadServerInitializer - io.netty.example.http.upload中的类
-
- HttpUploadServerInitializer(SslContext) - 类 的构造器io.netty.example.http.upload.HttpUploadServerInitializer
-
- HttpUtil - io.netty.handler.codec.http中的类
-
Utility methods useful in the HTTP context.
- HttpVersion - io.netty.handler.codec.http中的类
-
The version of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpVersion(String, boolean) - 类 的构造器io.netty.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified version string.
- HttpVersion(String, int, int, boolean) - 类 的构造器io.netty.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified protocol name and version
numbers.