META-INF/
META-INF/MANIFEST.MF
io/
io/netty/
io/netty/handler/
io/netty/handler/codec/
io/netty/handler/codec/spdy/
io/netty/handler/codec/rtsp/
io/netty/handler/codec/http/
io/netty/handler/codec/http/websocketx/
io/netty/handler/codec/http/websocketx/extensions/
io/netty/handler/codec/http/websocketx/extensions/compression/
io/netty/handler/codec/http/cors/
io/netty/handler/codec/http/multipart/
io/netty/handler/codec/http/cookie/
io/netty/handler/codec/spdy/SpdyFrameCodec.classSpdyFrameCodec.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyFrameCodec extends io.netty.handler.codec.ByteToMessageDecoder implements io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate io.netty.channel.ChannelOutboundHandler {
private static final io.netty.handler.codec.spdy.SpdyProtocolException INVALID_FRAME
private final io.netty.handler.codec.spdy.SpdyFrameDecoder spdyFrameDecoder
private final io.netty.handler.codec.spdy.SpdyFrameEncoder spdyFrameEncoder
private final io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder spdyHeaderBlockDecoder
private final io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder spdyHeaderBlockEncoder
private io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
private io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
private io.netty.channel.ChannelHandlerContext ctx
private boolean read
private final boolean validateHeaders
public void (io.netty.handler.codec.spdy.SpdyVersion)
io.netty.handler.codec.spdy.SpdyVersion version
public void (io.netty.handler.codec.spdy.SpdyVersion, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
boolean validateHeaders
public void (io.netty.handler.codec.spdy.SpdyVersion, int, int, int, int, int)
io.netty.handler.codec.spdy.SpdyVersion version
int maxChunkSize
int maxHeaderSize
int compressionLevel
int windowBits
int memLevel
public void (io.netty.handler.codec.spdy.SpdyVersion, int, int, int, int, int, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
int maxChunkSize
int maxHeaderSize
int compressionLevel
int windowBits
int memLevel
boolean validateHeaders
protected void (io.netty.handler.codec.spdy.SpdyVersion, int, io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder, io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
int maxChunkSize
io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder spdyHeaderBlockDecoder
io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder spdyHeaderBlockEncoder
boolean validateHeaders
public void handlerAdded (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf in
java.util.List out
public void channelReadComplete (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void bind (io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
java.net.SocketAddress localAddress
io.netty.channel.ChannelPromise promise
public void connect (io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
java.net.SocketAddress remoteAddress
java.net.SocketAddress localAddress
io.netty.channel.ChannelPromise promise
public void disconnect (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void close (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void deregister (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void read (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void flush (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
io.netty.buffer.ByteBuf frame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
io.netty.buffer.ByteBuf headerBlock
io.netty.buffer.ByteBuf frame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
io.netty.buffer.ByteBuf headerBlock
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdyPingFrame spdyPingFrame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdyGoAwayFrame spdyGoAwayFrame
io.netty.buffer.ByteBuf frame
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
io.netty.buffer.ByteBuf headerBlock
io.netty.buffer.ByteBuf frame
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame spdyWindowUpdateFrame
io.netty.buffer.ByteBuf frame
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
io.netty.buffer.ByteBuf frame
public void readDataFrame (int, boolean, io.netty.buffer.ByteBuf)
int streamId
boolean last
io.netty.buffer.ByteBuf data
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
public void readSynStreamFrame (int, int, byte, boolean, boolean)
int streamId
int associatedToStreamId
byte priority
boolean last
boolean unidirectional
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
public void readSynReplyFrame (int, boolean)
int streamId
boolean last
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
public void readRstStreamFrame (int, int)
int streamId
int statusCode
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
public void readSettingsFrame (boolean)
boolean clearPersisted
public void readSetting (int, int, boolean, boolean)
int id
int value
boolean persistValue
boolean persisted
public void readSettingsEnd ()
Object frame
public void readPingFrame (int)
int id
io.netty.handler.codec.spdy.SpdyPingFrame spdyPingFrame
public void readGoAwayFrame (int, int)
int lastGoodStreamId
int statusCode
io.netty.handler.codec.spdy.SpdyGoAwayFrame spdyGoAwayFrame
public void readHeadersFrame (int, boolean)
int streamId
boolean last
public void readWindowUpdateFrame (int, int)
int streamId
int deltaWindowSize
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame spdyWindowUpdateFrame
public void readHeaderBlock (io.netty.buffer.ByteBuf)
Exception e
io.netty.buffer.ByteBuf headerBlock
public void readHeaderBlockEnd ()
Exception e
Object frame
public void readFrameError (java.lang.String)
String message
static io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder access$000 (io.netty.handler.codec.spdy.SpdyFrameCodec)
io.netty.handler.codec.spdy.SpdyFrameCodec x0
static io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder access$100 (io.netty.handler.codec.spdy.SpdyFrameCodec)
io.netty.handler.codec.spdy.SpdyFrameCodec x0
static void ()
}
io/netty/handler/codec/spdy/SpdyHttpHeaders.classSpdyHttpHeaders.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdyHttpHeaders extends java.lang.Object {
private void ()
}
io/netty/handler/codec/spdy/DefaultSpdyHeadersFrame.classDefaultSpdyHeadersFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame extends io.netty.handler.codec.spdy.DefaultSpdyStreamFrame implements io.netty.handler.codec.spdy.SpdyHeadersFrame {
private boolean invalid
private boolean truncated
private final io.netty.handler.codec.spdy.SpdyHeaders headers
public void (int)
int streamId
public void (int, boolean)
int streamId
boolean validate
public io.netty.handler.codec.spdy.SpdyHeadersFrame setStreamId (int)
int streamId
public io.netty.handler.codec.spdy.SpdyHeadersFrame setLast (boolean)
boolean last
public boolean isInvalid ()
public io.netty.handler.codec.spdy.SpdyHeadersFrame setInvalid ()
public boolean isTruncated ()
public io.netty.handler.codec.spdy.SpdyHeadersFrame setTruncated ()
public io.netty.handler.codec.spdy.SpdyHeaders headers ()
public java.lang.String toString ()
StringBuilder buf
protected void appendHeaders (java.lang.StringBuilder)
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder buf
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
}
io/netty/handler/codec/spdy/SpdyFrameDecoderDelegate.classSpdyFrameDecoderDelegate.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate extends java.lang.Object {
public abstract void readDataFrame (int, boolean, io.netty.buffer.ByteBuf)
public abstract void readSynStreamFrame (int, int, byte, boolean, boolean)
public abstract void readSynReplyFrame (int, boolean)
public abstract void readRstStreamFrame (int, int)
public abstract void readSettingsFrame (boolean)
public abstract void readSetting (int, int, boolean, boolean)
public abstract void readSettingsEnd ()
public abstract void readPingFrame (int)
public abstract void readGoAwayFrame (int, int)
public abstract void readHeadersFrame (int, boolean)
public abstract void readWindowUpdateFrame (int, int)
public abstract void readHeaderBlock (io.netty.buffer.ByteBuf)
public abstract void readHeaderBlockEnd ()
public abstract void readFrameError (java.lang.String)
}
io/netty/handler/codec/spdy/SpdyRstStreamFrame.classSpdyRstStreamFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyRstStreamFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyStreamFrame {
public abstract io.netty.handler.codec.spdy.SpdyStreamStatus status ()
public abstract io.netty.handler.codec.spdy.SpdyRstStreamFrame setStatus (io.netty.handler.codec.spdy.SpdyStreamStatus)
public abstract io.netty.handler.codec.spdy.SpdyRstStreamFrame setStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdyRstStreamFrame setLast (boolean)
}
io/netty/handler/codec/spdy/SpdySettingsFrame.classSpdySettingsFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame {
public static final int SETTINGS_MINOR_VERSION
public static final int SETTINGS_UPLOAD_BANDWIDTH
public static final int SETTINGS_DOWNLOAD_BANDWIDTH
public static final int SETTINGS_ROUND_TRIP_TIME
public static final int SETTINGS_MAX_CONCURRENT_STREAMS
public static final int SETTINGS_CURRENT_CWND
public static final int SETTINGS_DOWNLOAD_RETRANS_RATE
public static final int SETTINGS_INITIAL_WINDOW_SIZE
public static final int SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE
public abstract java.util.Set ids ()
public abstract boolean isSet (int)
public abstract int getValue (int)
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame setValue (int, int)
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame setValue (int, int, boolean, boolean)
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame removeValue (int)
public abstract boolean isPersistValue (int)
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame setPersistValue (int, boolean)
public abstract boolean isPersisted (int)
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame setPersisted (int, boolean)
public abstract boolean clearPreviouslyPersistedSettings ()
public abstract io.netty.handler.codec.spdy.SpdySettingsFrame setClearPreviouslyPersistedSettings (boolean)
}
io/netty/handler/codec/spdy/SpdyGoAwayFrame.classSpdyGoAwayFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyGoAwayFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame {
public abstract int lastGoodStreamId ()
public abstract io.netty.handler.codec.spdy.SpdyGoAwayFrame setLastGoodStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdySessionStatus status ()
public abstract io.netty.handler.codec.spdy.SpdyGoAwayFrame setStatus (io.netty.handler.codec.spdy.SpdySessionStatus)
}
io/netty/handler/codec/spdy/SpdyWindowUpdateFrame.classSpdyWindowUpdateFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyWindowUpdateFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame {
public abstract int streamId ()
public abstract io.netty.handler.codec.spdy.SpdyWindowUpdateFrame setStreamId (int)
public abstract int deltaWindowSize ()
public abstract io.netty.handler.codec.spdy.SpdyWindowUpdateFrame setDeltaWindowSize (int)
}
io/netty/handler/codec/spdy/SpdyHeaderBlockRawEncoder.classSpdyHeaderBlockRawEncoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder extends io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder {
private final int version
public void (io.netty.handler.codec.spdy.SpdyVersion)
io.netty.handler.codec.spdy.SpdyVersion version
private static void setLengthField (io.netty.buffer.ByteBuf, int, int)
io.netty.buffer.ByteBuf buffer
int writerIndex
int length
private static void writeLengthField (io.netty.buffer.ByteBuf, int)
io.netty.buffer.ByteBuf buffer
int length
public io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
int length
CharSequence value
java.util.Iterator i$
int savedIndex
int valueLength
CharSequence name
java.util.Iterator i$
io.netty.buffer.ByteBufAllocator alloc
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
java.util.Set names
int numHeaders
io.netty.buffer.ByteBuf headerBlock
void end ()
}
io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder$1.classSpdyHeaderBlockRawDecoder.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$spdy$SpdyHeaderBlockRawDecoder$State
static void ()
}
io/netty/handler/codec/spdy/SpdyHttpHeaders$Names.classSpdyHttpHeaders.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdyHttpHeaders$Names extends java.lang.Object {
public static final io.netty.util.AsciiString STREAM_ID
public static final io.netty.util.AsciiString ASSOCIATED_TO_STREAM_ID
public static final io.netty.util.AsciiString PRIORITY
public static final io.netty.util.AsciiString SCHEME
private void ()
static void ()
}
io/netty/handler/codec/spdy/DefaultSpdyHeaders.classDefaultSpdyHeaders.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyHeaders extends io.netty.handler.codec.DefaultHeaders implements io.netty.handler.codec.spdy.SpdyHeaders {
private static final io.netty.handler.codec.DefaultHeaders$NameValidator SpydNameValidator
public void ()
public void (boolean)
boolean validate
public java.lang.String getAsString (java.lang.CharSequence)
CharSequence name
public java.util.List getAllAsString (java.lang.CharSequence)
CharSequence name
public java.util.Iterator iteratorAsString ()
public boolean contains (java.lang.CharSequence, java.lang.CharSequence)
CharSequence name
CharSequence value
public boolean contains (java.lang.CharSequence, java.lang.CharSequence, boolean)
CharSequence name
CharSequence value
boolean ignoreCase
public volatile boolean contains (java.lang.Object, java.lang.Object)
static void ()
}
io/netty/handler/codec/spdy/DefaultSpdySynReplyFrame.classDefaultSpdySynReplyFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame extends io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame implements io.netty.handler.codec.spdy.SpdySynReplyFrame {
public void (int)
int streamId
public void (int, boolean)
int streamId
boolean validateHeaders
public io.netty.handler.codec.spdy.SpdySynReplyFrame setStreamId (int)
int streamId
public io.netty.handler.codec.spdy.SpdySynReplyFrame setLast (boolean)
boolean last
public io.netty.handler.codec.spdy.SpdySynReplyFrame setInvalid ()
public java.lang.String toString ()
StringBuilder buf
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setInvalid ()
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setStreamId (int)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
}
io/netty/handler/codec/spdy/SpdyFrameDecoder.classSpdyFrameDecoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyFrameDecoder extends java.lang.Object {
private final int spdyVersion
private final int maxChunkSize
private final io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate delegate
private io.netty.handler.codec.spdy.SpdyFrameDecoder$State state
private byte flags
private int length
private int streamId
private int numSettings
public void (io.netty.handler.codec.spdy.SpdyVersion, io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate delegate
public void (io.netty.handler.codec.spdy.SpdyVersion, io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate, int)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate delegate
int maxChunkSize
public void decode (io.netty.buffer.ByteBuf)
int version
int type
int frameOffset
int flagsOffset
int lengthOffset
boolean control
int version
int type
boolean last
int dataLength
io.netty.buffer.ByteBuf data
boolean last
int offset
int associatedToStreamId
byte priority
boolean unidirectional
boolean last
int statusCode
boolean clear
byte settingsFlags
int id
int value
boolean persistValue
boolean persisted
int pingId
int statusCode
int lastGoodStreamId
boolean last
int deltaWindowSize
int compressedBytes
io.netty.buffer.ByteBuf headerBlock
int numBytes
io.netty.buffer.ByteBuf buffer
private static boolean hasFlag (byte, byte)
byte flags
byte flag
private static io.netty.handler.codec.spdy.SpdyFrameDecoder$State getNextState (int, int)
int type
int length
private static boolean isValidFrameHeader (int, int, byte, int)
int streamId
int type
byte flags
int length
}
io/netty/handler/codec/spdy/DefaultSpdyHeaders$HeaderValueConverterAndValidator.classDefaultSpdyHeaders.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.DefaultSpdyHeaders$HeaderValueConverterAndValidator extends io.netty.handler.codec.CharSequenceValueConverter {
public static final io.netty.handler.codec.spdy.DefaultSpdyHeaders$HeaderValueConverterAndValidator INSTANCE
private void ()
public java.lang.CharSequence convertObject (java.lang.Object)
Object value
CharSequence seq
public volatile java.lang.Object convertObject (java.lang.Object)
static void ()
}
io/netty/handler/codec/spdy/SpdyDataFrame.classSpdyDataFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyDataFrame extends java.lang.Object implements io.netty.buffer.ByteBufHolder io.netty.handler.codec.spdy.SpdyStreamFrame {
public abstract io.netty.handler.codec.spdy.SpdyDataFrame setStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdyDataFrame setLast (boolean)
public abstract io.netty.buffer.ByteBuf content ()
public abstract io.netty.handler.codec.spdy.SpdyDataFrame copy ()
public abstract io.netty.handler.codec.spdy.SpdyDataFrame duplicate ()
public abstract io.netty.handler.codec.spdy.SpdyDataFrame retain ()
public abstract io.netty.handler.codec.spdy.SpdyDataFrame retain (int)
public abstract io.netty.handler.codec.spdy.SpdyDataFrame touch ()
public abstract io.netty.handler.codec.spdy.SpdyDataFrame touch (java.lang.Object)
}
io/netty/handler/codec/spdy/SpdySession$PendingWrite.classSpdySession.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdySession$PendingWrite extends java.lang.Object {
final io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
final io.netty.channel.ChannelPromise promise
void (io.netty.handler.codec.spdy.SpdyDataFrame, io.netty.channel.ChannelPromise)
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
io.netty.channel.ChannelPromise promise
void fail (java.lang.Throwable)
Throwable cause
}
io/netty/handler/codec/spdy/SpdyStreamFrame.classSpdyStreamFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyStreamFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame {
public abstract int streamId ()
public abstract io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
public abstract boolean isLast ()
public abstract io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
}
io/netty/handler/codec/spdy/SpdySession.classSpdySession.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdySession extends java.lang.Object {
private final java.util.concurrent.atomic.AtomicInteger activeLocalStreams
private final java.util.concurrent.atomic.AtomicInteger activeRemoteStreams
private final java.util.Map activeStreams
private final io.netty.handler.codec.spdy.SpdySession$StreamComparator streamComparator
private final java.util.concurrent.atomic.AtomicInteger sendWindowSize
private final java.util.concurrent.atomic.AtomicInteger receiveWindowSize
void (int, int)
int sendWindowSize
int receiveWindowSize
int numActiveStreams (boolean)
boolean remote
boolean noActiveStreams ()
boolean isActiveStream (int)
int streamId
java.util.Map activeStreams ()
java.util.Map streams
void acceptStream (int, byte, boolean, boolean, int, int, boolean)
io.netty.handler.codec.spdy.SpdySession$StreamState state
int streamId
byte priority
boolean remoteSideClosed
boolean localSideClosed
int sendWindowSize
int receiveWindowSize
boolean remote
private io.netty.handler.codec.spdy.SpdySession$StreamState removeActiveStream (int, boolean)
int streamId
boolean remote
io.netty.handler.codec.spdy.SpdySession$StreamState state
void removeStream (int, java.lang.Throwable, boolean)
int streamId
Throwable cause
boolean remote
io.netty.handler.codec.spdy.SpdySession$StreamState state
boolean isRemoteSideClosed (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
void closeRemoteSide (int, boolean)
int streamId
boolean remote
io.netty.handler.codec.spdy.SpdySession$StreamState state
boolean isLocalSideClosed (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
void closeLocalSide (int, boolean)
int streamId
boolean remote
io.netty.handler.codec.spdy.SpdySession$StreamState state
boolean hasReceivedReply (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
void receivedReply (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
int getSendWindowSize (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
int updateSendWindowSize (int, int)
int streamId
int deltaWindowSize
io.netty.handler.codec.spdy.SpdySession$StreamState state
int updateReceiveWindowSize (int, int)
int streamId
int deltaWindowSize
io.netty.handler.codec.spdy.SpdySession$StreamState state
int getReceiveWindowSizeLowerBound (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
void updateAllSendWindowSizes (int)
io.netty.handler.codec.spdy.SpdySession$StreamState state
java.util.Iterator i$
int deltaWindowSize
void updateAllReceiveWindowSizes (int)
io.netty.handler.codec.spdy.SpdySession$StreamState state
java.util.Iterator i$
int deltaWindowSize
boolean putPendingWrite (int, io.netty.handler.codec.spdy.SpdySession$PendingWrite)
int streamId
io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
io.netty.handler.codec.spdy.SpdySession$StreamState state
io.netty.handler.codec.spdy.SpdySession$PendingWrite getPendingWrite (int)
io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
io.netty.handler.codec.spdy.SpdySession$StreamState state
java.util.Map$Entry e
java.util.Iterator i$
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
io.netty.handler.codec.spdy.SpdySession$PendingWrite removePendingWrite (int)
int streamId
io.netty.handler.codec.spdy.SpdySession$StreamState state
static java.util.Map access$000 (io.netty.handler.codec.spdy.SpdySession)
io.netty.handler.codec.spdy.SpdySession x0
}
io/netty/handler/codec/spdy/SpdySessionStatus.classSpdySessionStatus.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdySessionStatus extends java.lang.Object implements java.lang.Comparable {
public static final io.netty.handler.codec.spdy.SpdySessionStatus OK
public static final io.netty.handler.codec.spdy.SpdySessionStatus PROTOCOL_ERROR
public static final io.netty.handler.codec.spdy.SpdySessionStatus INTERNAL_ERROR
private final int code
private final String statusPhrase
public static io.netty.handler.codec.spdy.SpdySessionStatus valueOf (int)
int code
public void (int, java.lang.String)
int code
String statusPhrase
public int code ()
public java.lang.String statusPhrase ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
public java.lang.String toString ()
public int compareTo (io.netty.handler.codec.spdy.SpdySessionStatus)
io.netty.handler.codec.spdy.SpdySessionStatus o
public volatile int compareTo (java.lang.Object)
static void ()
}
io/netty/handler/codec/spdy/SpdyFrameDecoder$1.classSpdyFrameDecoder.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdyFrameDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$spdy$SpdyFrameDecoder$State
static void ()
}
io/netty/handler/codec/spdy/SpdyHttpDecoder.classSpdyHttpDecoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyHttpDecoder extends io.netty.handler.codec.MessageToMessageDecoder {
private final boolean validateHeaders
private final int spdyVersion
private final int maxContentLength
private final java.util.Map messageMap
public void (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
public void (io.netty.handler.codec.spdy.SpdyVersion, int, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
boolean validateHeaders
protected void (io.netty.handler.codec.spdy.SpdyVersion, int, java.util.Map)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
java.util.Map messageMap
protected void (io.netty.handler.codec.spdy.SpdyVersion, int, java.util.Map, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
java.util.Map messageMap
boolean validateHeaders
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
java.util.Map$Entry entry
java.util.Iterator i$
io.netty.channel.ChannelHandlerContext ctx
protected io.netty.handler.codec.http.FullHttpMessage putMessage (int, io.netty.handler.codec.http.FullHttpMessage)
int streamId
io.netty.handler.codec.http.FullHttpMessage message
protected io.netty.handler.codec.http.FullHttpMessage getMessage (int)
int streamId
protected io.netty.handler.codec.http.FullHttpMessage removeMessage (int)
int streamId
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.spdy.SpdyFrame, java.util.List) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.http.FullHttpRequest httpRequestWithEntity
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
Throwable ignored
int associatedToStreamId
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
io.netty.handler.codec.spdy.SpdyHeaders frameHeaders
io.netty.handler.codec.http.FullHttpRequest httpRequestWithEntity
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
io.netty.handler.codec.spdy.SpdyHeaders frameHeaders
Throwable t
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
int streamId
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.http.FullHttpResponse httpResponseWithEntity
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
Throwable t
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
int streamId
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
Throwable t
java.util.Map$Entry e
java.util.Iterator i$
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
int streamId
io.netty.handler.codec.http.FullHttpMessage fullHttpMessage
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
int streamId
io.netty.handler.codec.http.FullHttpMessage fullHttpMessage
io.netty.buffer.ByteBuf content
io.netty.buffer.ByteBuf spdyDataFrameData
int spdyDataFrameDataLen
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
int streamId
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.spdy.SpdyFrame msg
java.util.List out
private static io.netty.handler.codec.http.FullHttpRequest createHttpRequest (io.netty.handler.codec.spdy.SpdyHeadersFrame, io.netty.buffer.ByteBufAllocator) throws java.lang.Exception
java.util.Map$Entry e
java.util.Iterator i$
io.netty.handler.codec.http.FullHttpRequest req
CharSequence host
io.netty.handler.codec.spdy.SpdyHeadersFrame requestFrame
io.netty.buffer.ByteBufAllocator alloc
io.netty.handler.codec.spdy.SpdyHeaders headers
io.netty.handler.codec.http.HttpMethod method
String url
io.netty.handler.codec.http.HttpVersion httpVersion
boolean release
io.netty.buffer.ByteBuf buffer
private static io.netty.handler.codec.http.FullHttpResponse createHttpResponse (io.netty.handler.codec.spdy.SpdyHeadersFrame, io.netty.buffer.ByteBufAllocator, boolean) throws java.lang.Exception
java.util.Map$Entry e
java.util.Iterator i$
io.netty.handler.codec.http.FullHttpResponse res
io.netty.handler.codec.spdy.SpdyHeadersFrame responseFrame
io.netty.buffer.ByteBufAllocator alloc
boolean validateHeaders
io.netty.handler.codec.spdy.SpdyHeaders headers
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpVersion version
boolean release
io.netty.buffer.ByteBuf buffer
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdyHeaderBlockZlibEncoder.classSpdyHeaderBlockZlibEncoder.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder extends io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder {
private final java.util.zip.Deflater compressor
private boolean finished
void (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
int compressionLevel
private int setInput (io.netty.buffer.ByteBuf)
byte[] in
io.netty.buffer.ByteBuf decompressed
int len
private io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator, int)
io.netty.buffer.ByteBufAllocator alloc
int len
io.netty.buffer.ByteBuf compressed
boolean release
private boolean compressInto (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf compressed
byte[] out
int off
int toWrite
int numBytes
public io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
int len
io.netty.buffer.ByteBufAllocator alloc
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
io.netty.buffer.ByteBuf decompressed
public void end ()
}
io/netty/handler/codec/spdy/SpdySession$StreamState.classSpdySession.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdySession$StreamState extends java.lang.Object {
private final byte priority
private boolean remoteSideClosed
private boolean localSideClosed
private boolean receivedReply
private final java.util.concurrent.atomic.AtomicInteger sendWindowSize
private final java.util.concurrent.atomic.AtomicInteger receiveWindowSize
private int receiveWindowSizeLowerBound
private final java.util.Queue pendingWriteQueue
void (byte, boolean, boolean, int, int)
byte priority
boolean remoteSideClosed
boolean localSideClosed
int sendWindowSize
int receiveWindowSize
byte getPriority ()
boolean isRemoteSideClosed ()
void closeRemoteSide ()
boolean isLocalSideClosed ()
void closeLocalSide ()
boolean hasReceivedReply ()
void receivedReply ()
int getSendWindowSize ()
int updateSendWindowSize (int)
int deltaWindowSize
int updateReceiveWindowSize (int)
int deltaWindowSize
int getReceiveWindowSizeLowerBound ()
void setReceiveWindowSizeLowerBound (int)
int receiveWindowSizeLowerBound
boolean putPendingWrite (io.netty.handler.codec.spdy.SpdySession$PendingWrite)
io.netty.handler.codec.spdy.SpdySession$PendingWrite msg
io.netty.handler.codec.spdy.SpdySession$PendingWrite getPendingWrite ()
io.netty.handler.codec.spdy.SpdySession$PendingWrite removePendingWrite ()
void clearPendingWrites (java.lang.Throwable)
io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
Throwable cause
}
io/netty/handler/codec/spdy/SpdyPingFrame.classSpdyPingFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyPingFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyFrame {
public abstract int id ()
public abstract io.netty.handler.codec.spdy.SpdyPingFrame setId (int)
}
io/netty/handler/codec/spdy/SpdyFrame.classSpdyFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyFrame extends java.lang.Object {
}
io/netty/handler/codec/spdy/SpdyHeaderBlockDecoder.classSpdyHeaderBlockDecoder.java
package io.netty.handler.codec.spdy
abstract io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder extends java.lang.Object {
void ()
static io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder newInstance (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
int maxHeaderSize
abstract void decode (io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
abstract void endHeaderBlock (io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
abstract void end ()
}
io/netty/handler/codec/spdy/SpdySessionHandler$3.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdySessionHandler$3 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.spdy.SpdySessionHandler this$0
void (io.netty.handler.codec.spdy.SpdySessionHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/DefaultSpdyPingFrame.classDefaultSpdyPingFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyPingFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyPingFrame {
private int id
public void (int)
int id
public int id ()
public io.netty.handler.codec.spdy.SpdyPingFrame setId (int)
int id
public java.lang.String toString ()
}
io/netty/handler/codec/spdy/SpdySessionHandler$1.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdySessionHandler$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$context
final io.netty.handler.codec.spdy.SpdySessionHandler this$0
void (io.netty.handler.codec.spdy.SpdySessionHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdyHttpEncoder.classSpdyHttpEncoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyHttpEncoder extends io.netty.handler.codec.MessageToMessageEncoder {
private int currentStreamId
private final boolean validateHeaders
private final boolean headersToLowerCase
public void (io.netty.handler.codec.spdy.SpdyVersion)
io.netty.handler.codec.spdy.SpdyVersion version
public void (io.netty.handler.codec.spdy.SpdyVersion, boolean, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
boolean headersToLowerCase
boolean validateHeaders
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.HttpRequest httpRequest
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
io.netty.handler.codec.http.HttpResponse httpResponse
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
java.util.Map$Entry entry
CharSequence headerName
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
java.util.Iterator itr
io.netty.handler.codec.http.LastHttpContent trailer
io.netty.handler.codec.http.HttpHeaders trailers
io.netty.handler.codec.http.HttpContent chunk
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpObject msg
java.util.List out
boolean valid
boolean last
private io.netty.handler.codec.spdy.SpdySynStreamFrame createSynStreamFrame (io.netty.handler.codec.http.HttpRequest) throws java.lang.Exception
java.util.Map$Entry entry
CharSequence headerName
io.netty.handler.codec.http.HttpRequest httpRequest
io.netty.handler.codec.http.HttpHeaders httpHeaders
int streamId
int associatedToStreamId
byte priority
CharSequence scheme
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
io.netty.handler.codec.spdy.SpdyHeaders frameHeaders
CharSequence host
java.util.Iterator itr
private io.netty.handler.codec.spdy.SpdyHeadersFrame createHeadersFrame (io.netty.handler.codec.http.HttpResponse) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
java.util.Map$Entry entry
CharSequence headerName
io.netty.handler.codec.http.HttpResponse httpResponse
io.netty.handler.codec.http.HttpHeaders httpHeaders
int streamId
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
io.netty.handler.codec.spdy.SpdyHeaders frameHeaders
java.util.Iterator itr
private static boolean isLast (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.FullHttpMessage fullMessage
io.netty.handler.codec.http.HttpMessage httpMessage
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdyHeaderBlockJZlibEncoder.classSpdyHeaderBlockJZlibEncoder.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder extends io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder {
private final com.jcraft.jzlib.Deflater z
private boolean finished
void (io.netty.handler.codec.spdy.SpdyVersion, int, int, int)
io.netty.handler.codec.spdy.SpdyVersion version
int compressionLevel
int windowBits
int memLevel
int resultCode
private void setInput (io.netty.buffer.ByteBuf)
byte[] in
int offset
io.netty.buffer.ByteBuf decompressed
int len
byte[] in
int offset
private io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator)
int resultCode
int oldNextInIndex
int oldNextOutIndex
int maxOutputLength
int resultCode
int outputLength
io.netty.buffer.ByteBufAllocator alloc
boolean release
io.netty.buffer.ByteBuf out
public io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
io.netty.buffer.ByteBufAllocator alloc
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
io.netty.buffer.ByteBuf decompressed
public void end ()
}
io/netty/handler/codec/spdy/SpdyCodecUtil.classSpdyCodecUtil.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdyCodecUtil extends java.lang.Object {
static final int SPDY_SESSION_STREAM_ID
static final int SPDY_HEADER_TYPE_OFFSET
static final int SPDY_HEADER_FLAGS_OFFSET
static final int SPDY_HEADER_LENGTH_OFFSET
static final int SPDY_HEADER_SIZE
static final int SPDY_MAX_LENGTH
static final byte SPDY_DATA_FLAG_FIN
static final int SPDY_DATA_FRAME
static final int SPDY_SYN_STREAM_FRAME
static final int SPDY_SYN_REPLY_FRAME
static final int SPDY_RST_STREAM_FRAME
static final int SPDY_SETTINGS_FRAME
static final int SPDY_PUSH_PROMISE_FRAME
static final int SPDY_PING_FRAME
static final int SPDY_GOAWAY_FRAME
static final int SPDY_HEADERS_FRAME
static final int SPDY_WINDOW_UPDATE_FRAME
static final byte SPDY_FLAG_FIN
static final byte SPDY_FLAG_UNIDIRECTIONAL
static final byte SPDY_SETTINGS_CLEAR
static final byte SPDY_SETTINGS_PERSIST_VALUE
static final byte SPDY_SETTINGS_PERSISTED
static final int SPDY_SETTINGS_MAX_ID
static final int SPDY_MAX_NV_LENGTH
static final byte[] SPDY_DICT
private void ()
static int getUnsignedShort (io.netty.buffer.ByteBuf, int)
io.netty.buffer.ByteBuf buf
int offset
static int getUnsignedMedium (io.netty.buffer.ByteBuf, int)
io.netty.buffer.ByteBuf buf
int offset
static int getUnsignedInt (io.netty.buffer.ByteBuf, int)
io.netty.buffer.ByteBuf buf
int offset
static int getSignedInt (io.netty.buffer.ByteBuf, int)
io.netty.buffer.ByteBuf buf
int offset
static boolean isServerId (int)
int id
static void validateHeaderName (java.lang.CharSequence)
char c
int i
CharSequence name
static void validateHeaderValue (java.lang.CharSequence)
char c
int i
CharSequence value
static void ()
}
io/netty/handler/codec/spdy/SpdyHeaders$HttpNames.classSpdyHeaders.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdyHeaders$HttpNames extends java.lang.Object {
public static final io.netty.util.AsciiString HOST
public static final io.netty.util.AsciiString METHOD
public static final io.netty.util.AsciiString PATH
public static final io.netty.util.AsciiString SCHEME
public static final io.netty.util.AsciiString STATUS
public static final io.netty.util.AsciiString VERSION
private void ()
static void ()
}
io/netty/handler/codec/spdy/DefaultSpdyRstStreamFrame.classDefaultSpdyRstStreamFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame extends io.netty.handler.codec.spdy.DefaultSpdyStreamFrame implements io.netty.handler.codec.spdy.SpdyRstStreamFrame {
private io.netty.handler.codec.spdy.SpdyStreamStatus status
public void (int, int)
int streamId
int statusCode
public void (int, io.netty.handler.codec.spdy.SpdyStreamStatus)
int streamId
io.netty.handler.codec.spdy.SpdyStreamStatus status
public io.netty.handler.codec.spdy.SpdyRstStreamFrame setStreamId (int)
int streamId
public io.netty.handler.codec.spdy.SpdyRstStreamFrame setLast (boolean)
boolean last
public io.netty.handler.codec.spdy.SpdyStreamStatus status ()
public io.netty.handler.codec.spdy.SpdyRstStreamFrame setStatus (io.netty.handler.codec.spdy.SpdyStreamStatus)
io.netty.handler.codec.spdy.SpdyStreamStatus status
public java.lang.String toString ()
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
}
io/netty/handler/codec/spdy/SpdySessionHandler$2.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdySessionHandler$2 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$context
final io.netty.handler.codec.spdy.SpdySessionHandler this$0
void (io.netty.handler.codec.spdy.SpdySessionHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/DefaultSpdyStreamFrame.classDefaultSpdyStreamFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.DefaultSpdyStreamFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyStreamFrame {
private int streamId
private boolean last
protected void (int)
int streamId
public int streamId ()
public io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
int streamId
public boolean isLast ()
public io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
boolean last
}
io/netty/handler/codec/spdy/SpdyHeaderBlockEncoder.classSpdyHeaderBlockEncoder.java
package io.netty.handler.codec.spdy
abstract io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder extends java.lang.Object {
void ()
static io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder newInstance (io.netty.handler.codec.spdy.SpdyVersion, int, int, int)
io.netty.handler.codec.spdy.SpdyVersion version
int compressionLevel
int windowBits
int memLevel
abstract io.netty.buffer.ByteBuf encode (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
abstract void end ()
}
io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder$State.classSpdyHeaderBlockRawDecoder.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State extends java.lang.Enum {
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State READ_NUM_HEADERS
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State READ_NAME_LENGTH
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State READ_NAME
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State SKIP_NAME
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State READ_VALUE_LENGTH
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State READ_VALUE
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State SKIP_VALUE
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State END_HEADER_BLOCK
public static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State ERROR
private static final io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State[] $VALUES
public static io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State[] values ()
public static io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/spdy/SpdySessionHandler$4.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdySessionHandler$4 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.spdy.SpdySessionHandler this$0
void (io.netty.handler.codec.spdy.SpdySessionHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdyHeaderBlockZlibDecoder.classSpdyHeaderBlockZlibDecoder.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder extends io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder {
private static final int DEFAULT_BUFFER_CAPACITY
private static final io.netty.handler.codec.spdy.SpdyProtocolException INVALID_HEADER_BLOCK
private final java.util.zip.Inflater decompressor
private io.netty.buffer.ByteBuf decompressed
void (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
int maxHeaderSize
void decode (io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
io.netty.buffer.ByteBufAllocator alloc
io.netty.buffer.ByteBuf headerBlock
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
int len
int numBytes
private int setInput (io.netty.buffer.ByteBuf)
byte[] in
io.netty.buffer.ByteBuf compressed
int len
private int decompress (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
IllegalArgumentException ignored
int numBytes
java.util.zip.DataFormatException e
io.netty.buffer.ByteBufAllocator alloc
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
byte[] out
int off
private void ensureBuffer (io.netty.buffer.ByteBufAllocator)
io.netty.buffer.ByteBufAllocator alloc
void endHeaderBlock (io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
public void end ()
private void releaseBuffer ()
static void ()
}
io/netty/handler/codec/spdy/SpdyVersion.classSpdyVersion.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdyVersion extends java.lang.Enum {
public static final io.netty.handler.codec.spdy.SpdyVersion SPDY_3_1
private final int version
private final int minorVersion
private static final io.netty.handler.codec.spdy.SpdyVersion[] $VALUES
public static io.netty.handler.codec.spdy.SpdyVersion[] values ()
public static io.netty.handler.codec.spdy.SpdyVersion valueOf (java.lang.String)
String name
private void (java.lang.String, int, int, int)
int version
int minorVersion
int getVersion ()
int getMinorVersion ()
static void ()
}
io/netty/handler/codec/spdy/DefaultSpdySettingsFrame.classDefaultSpdySettingsFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdySettingsFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdySettingsFrame {
private boolean clear
private final java.util.Map settingsMap
public void ()
public java.util.Set ids ()
public boolean isSet (int)
int id
Integer key
public int getValue (int)
int id
Integer key
public io.netty.handler.codec.spdy.SpdySettingsFrame setValue (int, int)
int id
int value
public io.netty.handler.codec.spdy.SpdySettingsFrame setValue (int, int, boolean, boolean)
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame$Setting setting
int id
int value
boolean persistValue
boolean persisted
Integer key
public io.netty.handler.codec.spdy.SpdySettingsFrame removeValue (int)
int id
Integer key
public boolean isPersistValue (int)
int id
Integer key
public io.netty.handler.codec.spdy.SpdySettingsFrame setPersistValue (int, boolean)
int id
boolean persistValue
Integer key
public boolean isPersisted (int)
int id
Integer key
public io.netty.handler.codec.spdy.SpdySettingsFrame setPersisted (int, boolean)
int id
boolean persisted
Integer key
public boolean clearPreviouslyPersistedSettings ()
public io.netty.handler.codec.spdy.SpdySettingsFrame setClearPreviouslyPersistedSettings (boolean)
boolean clear
private java.util.Set getSettings ()
private void appendSettings (java.lang.StringBuilder)
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame$Setting setting
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder buf
public java.lang.String toString ()
StringBuilder buf
}
io/netty/handler/codec/spdy/DefaultSpdyGoAwayFrame.classDefaultSpdyGoAwayFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyGoAwayFrame {
private int lastGoodStreamId
private io.netty.handler.codec.spdy.SpdySessionStatus status
public void (int)
int lastGoodStreamId
public void (int, int)
int lastGoodStreamId
int statusCode
public void (int, io.netty.handler.codec.spdy.SpdySessionStatus)
int lastGoodStreamId
io.netty.handler.codec.spdy.SpdySessionStatus status
public int lastGoodStreamId ()
public io.netty.handler.codec.spdy.SpdyGoAwayFrame setLastGoodStreamId (int)
int lastGoodStreamId
public io.netty.handler.codec.spdy.SpdySessionStatus status ()
public io.netty.handler.codec.spdy.SpdyGoAwayFrame setStatus (io.netty.handler.codec.spdy.SpdySessionStatus)
io.netty.handler.codec.spdy.SpdySessionStatus status
public java.lang.String toString ()
}
io/netty/handler/codec/spdy/SpdyFrameCodec$1.classSpdyFrameCodec.java
package io.netty.handler.codec.spdy
io.netty.handler.codec.spdy.SpdyFrameCodec$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.handler.codec.spdy.SpdyFrameCodec this$0
void (io.netty.handler.codec.spdy.SpdyFrameCodec)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdySessionHandler$ClosingChannelFutureListener.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdySessionHandler$ClosingChannelFutureListener extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
private final io.netty.channel.ChannelHandlerContext ctx
private final io.netty.channel.ChannelPromise promise
void (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise)
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture sentGoAwayFuture
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/spdy/SpdySynStreamFrame.classSpdySynStreamFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyHeadersFrame {
public abstract int associatedStreamId ()
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setAssociatedStreamId (int)
public abstract byte priority ()
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setPriority (byte)
public abstract boolean isUnidirectional ()
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setUnidirectional (boolean)
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setLast (boolean)
public abstract io.netty.handler.codec.spdy.SpdySynStreamFrame setInvalid ()
}
io/netty/handler/codec/spdy/SpdySynReplyFrame.classSpdySynReplyFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdySynReplyFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyHeadersFrame {
public abstract io.netty.handler.codec.spdy.SpdySynReplyFrame setStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdySynReplyFrame setLast (boolean)
public abstract io.netty.handler.codec.spdy.SpdySynReplyFrame setInvalid ()
}
io/netty/handler/codec/spdy/DefaultSpdyWindowUpdateFrame.classDefaultSpdyWindowUpdateFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyWindowUpdateFrame {
private int streamId
private int deltaWindowSize
public void (int, int)
int streamId
int deltaWindowSize
public int streamId ()
public io.netty.handler.codec.spdy.SpdyWindowUpdateFrame setStreamId (int)
int streamId
public int deltaWindowSize ()
public io.netty.handler.codec.spdy.SpdyWindowUpdateFrame setDeltaWindowSize (int)
int deltaWindowSize
public java.lang.String toString ()
}
io/netty/handler/codec/spdy/SpdyProtocolException.classSpdyProtocolException.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyProtocolException extends java.lang.Exception {
private static final long serialVersionUID
public void ()
public void (java.lang.String, java.lang.Throwable)
String message
Throwable cause
public void (java.lang.String)
String message
public void (java.lang.Throwable)
Throwable cause
}
io/netty/handler/codec/spdy/SpdyHttpResponseStreamIdHandler.classSpdyHttpResponseStreamIdHandler.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler extends io.netty.handler.codec.MessageToMessageCodec {
private static final Integer NO_ID
private final java.util.Queue ids
public void ()
public boolean acceptInboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpMessage, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpMessage msg
java.util.List out
Integer id
protected void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
boolean contains
io.netty.channel.ChannelHandlerContext ctx
Object msg
java.util.List out
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/spdy/SpdySession$StreamComparator.classSpdySession.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdySession$StreamComparator extends java.lang.Object implements java.util.Comparator {
final io.netty.handler.codec.spdy.SpdySession this$0
void (io.netty.handler.codec.spdy.SpdySession)
public int compare (java.lang.Integer, java.lang.Integer)
Integer id1
Integer id2
io.netty.handler.codec.spdy.SpdySession$StreamState state1
io.netty.handler.codec.spdy.SpdySession$StreamState state2
int result
public volatile int compare (java.lang.Object, java.lang.Object)
}
io/netty/handler/codec/spdy/SpdyHttpCodec.classSpdyHttpCodec.java
package io.netty.handler.codec.spdy
public final io.netty.handler.codec.spdy.SpdyHttpCodec extends io.netty.channel.CombinedChannelDuplexHandler {
public void (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
public void (io.netty.handler.codec.spdy.SpdyVersion, int, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
int maxContentLength
boolean validateHttpHeaders
}
io/netty/handler/codec/spdy/SpdyFrameEncoder.classSpdyFrameEncoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyFrameEncoder extends java.lang.Object {
private final int version
public void (io.netty.handler.codec.spdy.SpdyVersion)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
private void writeControlFrameHeader (io.netty.buffer.ByteBuf, int, byte, int)
io.netty.buffer.ByteBuf buffer
int type
byte flags
int length
public io.netty.buffer.ByteBuf encodeDataFrame (io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBufAllocator allocator
int streamId
boolean last
io.netty.buffer.ByteBuf data
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeSynStreamFrame (io.netty.buffer.ByteBufAllocator, int, int, byte, boolean, boolean, io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBufAllocator allocator
int streamId
int associatedToStreamId
byte priority
boolean last
boolean unidirectional
io.netty.buffer.ByteBuf headerBlock
int headerBlockLength
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeSynReplyFrame (io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBufAllocator allocator
int streamId
boolean last
io.netty.buffer.ByteBuf headerBlock
int headerBlockLength
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeRstStreamFrame (io.netty.buffer.ByteBufAllocator, int, int)
io.netty.buffer.ByteBufAllocator allocator
int streamId
int statusCode
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeSettingsFrame (io.netty.buffer.ByteBufAllocator, io.netty.handler.codec.spdy.SpdySettingsFrame)
Integer id
java.util.Iterator i$
io.netty.buffer.ByteBufAllocator allocator
io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
java.util.Set ids
int numSettings
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodePingFrame (io.netty.buffer.ByteBufAllocator, int)
io.netty.buffer.ByteBufAllocator allocator
int id
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeGoAwayFrame (io.netty.buffer.ByteBufAllocator, int, int)
io.netty.buffer.ByteBufAllocator allocator
int lastGoodStreamId
int statusCode
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeHeadersFrame (io.netty.buffer.ByteBufAllocator, int, boolean, io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBufAllocator allocator
int streamId
boolean last
io.netty.buffer.ByteBuf headerBlock
int headerBlockLength
byte flags
int length
io.netty.buffer.ByteBuf frame
public io.netty.buffer.ByteBuf encodeWindowUpdateFrame (io.netty.buffer.ByteBufAllocator, int, int)
io.netty.buffer.ByteBufAllocator allocator
int streamId
int deltaWindowSize
byte flags
int length
io.netty.buffer.ByteBuf frame
}
io/netty/handler/codec/spdy/DefaultSpdySynStreamFrame.classDefaultSpdySynStreamFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame extends io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame implements io.netty.handler.codec.spdy.SpdySynStreamFrame {
private int associatedStreamId
private byte priority
private boolean unidirectional
public void (int, int, byte)
int streamId
int associatedStreamId
byte priority
public void (int, int, byte, boolean)
int streamId
int associatedStreamId
byte priority
boolean validateHeaders
public io.netty.handler.codec.spdy.SpdySynStreamFrame setStreamId (int)
int streamId
public io.netty.handler.codec.spdy.SpdySynStreamFrame setLast (boolean)
boolean last
public io.netty.handler.codec.spdy.SpdySynStreamFrame setInvalid ()
public int associatedStreamId ()
public io.netty.handler.codec.spdy.SpdySynStreamFrame setAssociatedStreamId (int)
int associatedStreamId
public byte priority ()
public io.netty.handler.codec.spdy.SpdySynStreamFrame setPriority (byte)
byte priority
public boolean isUnidirectional ()
public io.netty.handler.codec.spdy.SpdySynStreamFrame setUnidirectional (boolean)
boolean unidirectional
public java.lang.String toString ()
StringBuilder buf
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setInvalid ()
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyHeadersFrame setStreamId (int)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
}
io/netty/handler/codec/spdy/DefaultSpdySettingsFrame$Setting.classDefaultSpdySettingsFrame.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.DefaultSpdySettingsFrame$Setting extends java.lang.Object {
private int value
private boolean persist
private boolean persisted
void (int, boolean, boolean)
int value
boolean persist
boolean persisted
int getValue ()
void setValue (int)
int value
boolean isPersist ()
void setPersist (boolean)
boolean persist
boolean isPersisted ()
void setPersisted (boolean)
boolean persisted
}
io/netty/handler/codec/spdy/SpdyHeadersFrame.classSpdyHeadersFrame.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyHeadersFrame extends java.lang.Object implements io.netty.handler.codec.spdy.SpdyStreamFrame {
public abstract boolean isInvalid ()
public abstract io.netty.handler.codec.spdy.SpdyHeadersFrame setInvalid ()
public abstract boolean isTruncated ()
public abstract io.netty.handler.codec.spdy.SpdyHeadersFrame setTruncated ()
public abstract io.netty.handler.codec.spdy.SpdyHeaders headers ()
public abstract io.netty.handler.codec.spdy.SpdyHeadersFrame setStreamId (int)
public abstract io.netty.handler.codec.spdy.SpdyHeadersFrame setLast (boolean)
}
io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder.classSpdyHeaderBlockRawDecoder.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder extends io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder {
private static final int LENGTH_FIELD_SIZE
private final int maxHeaderSize
private io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder$State state
private io.netty.buffer.ByteBuf cumulation
private int headerSize
private int numHeaders
private int length
private String name
public void (io.netty.handler.codec.spdy.SpdyVersion, int)
io.netty.handler.codec.spdy.SpdyVersion spdyVersion
int maxHeaderSize
private static int readLengthField (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buffer
int length
void decode (io.netty.buffer.ByteBufAllocator, io.netty.buffer.ByteBuf, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
io.netty.buffer.ByteBufAllocator alloc
io.netty.buffer.ByteBuf headerBlock
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
protected void decodeHeaderBlock (io.netty.buffer.ByteBuf, io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
byte[] nameBytes
int skipLength
IllegalArgumentException e
String value
byte[] valueBytes
int index
int offset
int skipLength
io.netty.buffer.ByteBuf headerBlock
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
void endHeaderBlock (io.netty.handler.codec.spdy.SpdyHeadersFrame) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyHeadersFrame frame
void end ()
private void releaseBuffer ()
}
io/netty/handler/codec/spdy/DefaultSpdyHeaders$1.classDefaultSpdyHeaders.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.DefaultSpdyHeaders$1 extends java.lang.Object implements io.netty.handler.codec.DefaultHeaders$NameValidator {
void ()
public void validateName (java.lang.CharSequence)
CharSequence name
public volatile void validateName (java.lang.Object)
}
io/netty/handler/codec/spdy/SpdyStreamStatus.classSpdyStreamStatus.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdyStreamStatus extends java.lang.Object implements java.lang.Comparable {
public static final io.netty.handler.codec.spdy.SpdyStreamStatus PROTOCOL_ERROR
public static final io.netty.handler.codec.spdy.SpdyStreamStatus INVALID_STREAM
public static final io.netty.handler.codec.spdy.SpdyStreamStatus REFUSED_STREAM
public static final io.netty.handler.codec.spdy.SpdyStreamStatus UNSUPPORTED_VERSION
public static final io.netty.handler.codec.spdy.SpdyStreamStatus CANCEL
public static final io.netty.handler.codec.spdy.SpdyStreamStatus INTERNAL_ERROR
public static final io.netty.handler.codec.spdy.SpdyStreamStatus FLOW_CONTROL_ERROR
public static final io.netty.handler.codec.spdy.SpdyStreamStatus STREAM_IN_USE
public static final io.netty.handler.codec.spdy.SpdyStreamStatus STREAM_ALREADY_CLOSED
public static final io.netty.handler.codec.spdy.SpdyStreamStatus INVALID_CREDENTIALS
public static final io.netty.handler.codec.spdy.SpdyStreamStatus FRAME_TOO_LARGE
private final int code
private final String statusPhrase
public static io.netty.handler.codec.spdy.SpdyStreamStatus valueOf (int)
int code
public void (int, java.lang.String)
int code
String statusPhrase
public int code ()
public java.lang.String statusPhrase ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
public java.lang.String toString ()
public int compareTo (io.netty.handler.codec.spdy.SpdyStreamStatus)
io.netty.handler.codec.spdy.SpdyStreamStatus o
public volatile int compareTo (java.lang.Object)
static void ()
}
io/netty/handler/codec/spdy/SpdySessionHandler.classSpdySessionHandler.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.SpdySessionHandler extends io.netty.channel.ChannelDuplexHandler {
private static final io.netty.handler.codec.spdy.SpdyProtocolException PROTOCOL_EXCEPTION
private static final io.netty.handler.codec.spdy.SpdyProtocolException STREAM_CLOSED
private static final int DEFAULT_WINDOW_SIZE
private int initialSendWindowSize
private int initialReceiveWindowSize
private volatile int initialSessionReceiveWindowSize
private final io.netty.handler.codec.spdy.SpdySession spdySession
private int lastGoodStreamId
private static final int DEFAULT_MAX_CONCURRENT_STREAMS
private int remoteConcurrentStreams
private int localConcurrentStreams
private final java.util.concurrent.atomic.AtomicInteger pings
private boolean sentGoAwayFrame
private boolean receivedGoAwayFrame
private io.netty.channel.ChannelFutureListener closeSessionFutureListener
private final boolean server
private final int minorVersion
public void (io.netty.handler.codec.spdy.SpdyVersion, boolean)
io.netty.handler.codec.spdy.SpdyVersion version
boolean server
public void setSessionReceiveWindowSize (int)
int sessionReceiveWindowSize
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
int sessionDeltaWindowSize
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame spdyWindowUpdateFrame
io.netty.handler.codec.spdy.SpdyDataFrame partialDataFrame
int streamDeltaWindowSize
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame spdyWindowUpdateFrame
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
int streamId
int deltaWindowSize
int newSessionWindowSize
int newWindowSize
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
int streamId
byte priority
boolean remoteSideClosed
boolean localSideClosed
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
int streamId
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
int settingsMinorVersion
int newConcurrentStreams
int newInitialWindowSize
io.netty.handler.codec.spdy.SpdyPingFrame spdyPingFrame
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
int streamId
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame spdyWindowUpdateFrame
int streamId
int deltaWindowSize
io.netty.channel.ChannelHandlerContext ctx
Object msg
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
Integer streamId
java.util.Iterator i$
io.netty.channel.ChannelHandlerContext ctx
public void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Throwable cause
public void close (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
private void handleOutboundMessage (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.handler.codec.spdy.SpdyDataFrame partialDataFrame
io.netty.channel.ChannelHandlerContext context
io.netty.channel.ChannelHandlerContext context
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
int streamId
int dataLength
int sendWindowSize
int sessionSendWindowSize
io.netty.handler.codec.spdy.SpdySynStreamFrame spdySynStreamFrame
int streamId
byte priority
boolean remoteSideClosed
boolean localSideClosed
io.netty.handler.codec.spdy.SpdySynReplyFrame spdySynReplyFrame
int streamId
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
io.netty.handler.codec.spdy.SpdySettingsFrame spdySettingsFrame
int settingsMinorVersion
int newConcurrentStreams
int newInitialWindowSize
io.netty.handler.codec.spdy.SpdyPingFrame spdyPingFrame
io.netty.handler.codec.spdy.SpdyHeadersFrame spdyHeadersFrame
int streamId
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
private void issueSessionError (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.spdy.SpdySessionStatus)
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.spdy.SpdySessionStatus status
private void issueStreamError (io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.spdy.SpdyStreamStatus)
io.netty.channel.ChannelHandlerContext ctx
int streamId
io.netty.handler.codec.spdy.SpdyStreamStatus status
boolean fireChannelRead
io.netty.channel.ChannelPromise promise
io.netty.handler.codec.spdy.SpdyRstStreamFrame spdyRstStreamFrame
private boolean isRemoteInitiatedId (int)
int id
boolean serverId
private void updateInitialSendWindowSize (int)
int newInitialWindowSize
int deltaWindowSize
private void updateInitialReceiveWindowSize (int)
int newInitialWindowSize
int deltaWindowSize
private boolean acceptStream (int, byte, boolean, boolean)
int streamId
byte priority
boolean remoteSideClosed
boolean localSideClosed
boolean remote
int maxConcurrentStreams
private void halfCloseStream (int, boolean, io.netty.channel.ChannelFuture)
int streamId
boolean remote
io.netty.channel.ChannelFuture future
private void removeStream (int, io.netty.channel.ChannelFuture)
int streamId
io.netty.channel.ChannelFuture future
private void updateSendWindowSize (io.netty.channel.ChannelHandlerContext, int, int)
io.netty.handler.codec.spdy.SpdyDataFrame partialDataFrame
io.netty.handler.codec.spdy.SpdySession$PendingWrite pendingWrite
io.netty.handler.codec.spdy.SpdyDataFrame spdyDataFrame
int dataFrameSize
int writeStreamId
int sendWindowSize
int sessionSendWindowSize
io.netty.channel.ChannelHandlerContext ctx
int streamId
int deltaWindowSize
private void sendGoAwayFrame (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise)
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise future
io.netty.channel.ChannelFuture f
private io.netty.channel.ChannelFuture sendGoAwayFrame (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.spdy.SpdySessionStatus)
io.netty.handler.codec.spdy.SpdyGoAwayFrame spdyGoAwayFrame
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.spdy.SpdySessionStatus status
static void access$000 (io.netty.handler.codec.spdy.SpdySessionHandler, io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.spdy.SpdySessionStatus)
io.netty.handler.codec.spdy.SpdySessionHandler x0
io.netty.channel.ChannelHandlerContext x1
io.netty.handler.codec.spdy.SpdySessionStatus x2
static void ()
}
io/netty/handler/codec/spdy/DefaultSpdyDataFrame.classDefaultSpdyDataFrame.java
package io.netty.handler.codec.spdy
public io.netty.handler.codec.spdy.DefaultSpdyDataFrame extends io.netty.handler.codec.spdy.DefaultSpdyStreamFrame implements io.netty.handler.codec.spdy.SpdyDataFrame {
private final io.netty.buffer.ByteBuf data
public void (int)
int streamId
public void (int, io.netty.buffer.ByteBuf)
int streamId
io.netty.buffer.ByteBuf data
private static io.netty.buffer.ByteBuf validate (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf data
public io.netty.handler.codec.spdy.SpdyDataFrame setStreamId (int)
int streamId
public io.netty.handler.codec.spdy.SpdyDataFrame setLast (boolean)
boolean last
public io.netty.buffer.ByteBuf content ()
public io.netty.handler.codec.spdy.SpdyDataFrame copy ()
io.netty.handler.codec.spdy.SpdyDataFrame frame
public io.netty.handler.codec.spdy.SpdyDataFrame duplicate ()
io.netty.handler.codec.spdy.SpdyDataFrame frame
public int refCnt ()
public io.netty.handler.codec.spdy.SpdyDataFrame retain ()
public io.netty.handler.codec.spdy.SpdyDataFrame retain (int)
int increment
public io.netty.handler.codec.spdy.SpdyDataFrame touch ()
public io.netty.handler.codec.spdy.SpdyDataFrame touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public java.lang.String toString ()
StringBuilder buf
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setLast (boolean)
public volatile io.netty.handler.codec.spdy.SpdyStreamFrame setStreamId (int)
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/spdy/SpdyFrameDecoder$State.classSpdyFrameDecoder.java
package io.netty.handler.codec.spdy
final io.netty.handler.codec.spdy.SpdyFrameDecoder$State extends java.lang.Enum {
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_COMMON_HEADER
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_DATA_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_SYN_STREAM_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_SYN_REPLY_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_RST_STREAM_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_SETTINGS_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_SETTING
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_PING_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_GOAWAY_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_HEADERS_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_WINDOW_UPDATE_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State READ_HEADER_BLOCK
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State DISCARD_FRAME
public static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State FRAME_ERROR
private static final io.netty.handler.codec.spdy.SpdyFrameDecoder$State[] $VALUES
public static io.netty.handler.codec.spdy.SpdyFrameDecoder$State[] values ()
public static io.netty.handler.codec.spdy.SpdyFrameDecoder$State valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/spdy/SpdyHeaders.classSpdyHeaders.java
package io.netty.handler.codec.spdy
public abstract io.netty.handler.codec.spdy.SpdyHeaders extends java.lang.Object implements io.netty.handler.codec.Headers {
public abstract java.lang.String getAsString (java.lang.CharSequence)
public abstract java.util.List getAllAsString (java.lang.CharSequence)
public abstract java.util.Iterator iteratorAsString ()
public abstract boolean contains (java.lang.CharSequence, java.lang.CharSequence, boolean)
}
io/netty/handler/codec/rtsp/RtspHeaderValues.classRtspHeaderValues.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspHeaderValues extends java.lang.Object {
public static final io.netty.util.AsciiString APPEND
public static final io.netty.util.AsciiString AVP
public static final io.netty.util.AsciiString BYTES
public static final io.netty.util.AsciiString CHARSET
public static final io.netty.util.AsciiString CLIENT_PORT
public static final io.netty.util.AsciiString CLOCK
public static final io.netty.util.AsciiString CLOSE
public static final io.netty.util.AsciiString COMPRESS
public static final io.netty.util.AsciiString CONTINUE
public static final io.netty.util.AsciiString DEFLATE
public static final io.netty.util.AsciiString DESTINATION
public static final io.netty.util.AsciiString GZIP
public static final io.netty.util.AsciiString IDENTITY
public static final io.netty.util.AsciiString INTERLEAVED
public static final io.netty.util.AsciiString KEEP_ALIVE
public static final io.netty.util.AsciiString LAYERS
public static final io.netty.util.AsciiString MAX_AGE
public static final io.netty.util.AsciiString MAX_STALE
public static final io.netty.util.AsciiString MIN_FRESH
public static final io.netty.util.AsciiString MODE
public static final io.netty.util.AsciiString MULTICAST
public static final io.netty.util.AsciiString MUST_REVALIDATE
public static final io.netty.util.AsciiString NONE
public static final io.netty.util.AsciiString NO_CACHE
public static final io.netty.util.AsciiString NO_TRANSFORM
public static final io.netty.util.AsciiString ONLY_IF_CACHED
public static final io.netty.util.AsciiString PORT
public static final io.netty.util.AsciiString PRIVATE
public static final io.netty.util.AsciiString PROXY_REVALIDATE
public static final io.netty.util.AsciiString PUBLIC
public static final io.netty.util.AsciiString RTP
public static final io.netty.util.AsciiString RTPTIME
public static final io.netty.util.AsciiString SEQ
public static final io.netty.util.AsciiString SERVER_PORT
public static final io.netty.util.AsciiString SSRC
public static final io.netty.util.AsciiString TCP
public static final io.netty.util.AsciiString TIME
public static final io.netty.util.AsciiString TIMEOUT
public static final io.netty.util.AsciiString TTL
public static final io.netty.util.AsciiString UDP
public static final io.netty.util.AsciiString UNICAST
public static final io.netty.util.AsciiString URL
private void ()
static void ()
}
io/netty/handler/codec/rtsp/RtspResponseEncoder.classRtspResponseEncoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspResponseEncoder extends io.netty.handler.codec.rtsp.RtspEncoder {
public void ()
}
io/netty/handler/codec/rtsp/RtspVersions.classRtspVersions.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspVersions extends java.lang.Object {
public static final io.netty.handler.codec.http.HttpVersion RTSP_1_0
public static io.netty.handler.codec.http.HttpVersion valueOf (java.lang.String)
String text
private void ()
static void ()
}
io/netty/handler/codec/rtsp/RtspEncoder.classRtspEncoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspEncoder extends io.netty.handler.codec.http.HttpObjectEncoder {
private static final byte[] CRLF
public void ()
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpMessage) throws java.lang.Exception
io.netty.handler.codec.http.HttpRequest request
io.netty.handler.codec.http.HttpResponse response
io.netty.buffer.ByteBuf buf
io.netty.handler.codec.http.HttpMessage message
static void ()
}
io/netty/handler/codec/rtsp/RtspObjectEncoder.classRtspObjectEncoder.java
package io.netty.handler.codec.rtsp
public abstract io.netty.handler.codec.rtsp.RtspObjectEncoder extends io.netty.handler.codec.http.HttpObjectEncoder {
protected void ()
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
}
io/netty/handler/codec/rtsp/RtspHeaderNames.classRtspHeaderNames.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspHeaderNames extends java.lang.Object {
public static final io.netty.util.AsciiString ACCEPT
public static final io.netty.util.AsciiString ACCEPT_ENCODING
public static final io.netty.util.AsciiString ACCEPT_LANGUAGE
public static final io.netty.util.AsciiString ALLOW
public static final io.netty.util.AsciiString AUTHORIZATION
public static final io.netty.util.AsciiString BANDWIDTH
public static final io.netty.util.AsciiString BLOCKSIZE
public static final io.netty.util.AsciiString CACHE_CONTROL
public static final io.netty.util.AsciiString CONFERENCE
public static final io.netty.util.AsciiString CONNECTION
public static final io.netty.util.AsciiString CONTENT_BASE
public static final io.netty.util.AsciiString CONTENT_ENCODING
public static final io.netty.util.AsciiString CONTENT_LANGUAGE
public static final io.netty.util.AsciiString CONTENT_LENGTH
public static final io.netty.util.AsciiString CONTENT_LOCATION
public static final io.netty.util.AsciiString CONTENT_TYPE
public static final io.netty.util.AsciiString CSEQ
public static final io.netty.util.AsciiString DATE
public static final io.netty.util.AsciiString EXPIRES
public static final io.netty.util.AsciiString FROM
public static final io.netty.util.AsciiString HOST
public static final io.netty.util.AsciiString IF_MATCH
public static final io.netty.util.AsciiString IF_MODIFIED_SINCE
public static final io.netty.util.AsciiString KEYMGMT
public static final io.netty.util.AsciiString LAST_MODIFIED
public static final io.netty.util.AsciiString PROXY_AUTHENTICATE
public static final io.netty.util.AsciiString PROXY_REQUIRE
public static final io.netty.util.AsciiString PUBLIC
public static final io.netty.util.AsciiString RANGE
public static final io.netty.util.AsciiString REFERER
public static final io.netty.util.AsciiString REQUIRE
public static final io.netty.util.AsciiString RETRT_AFTER
public static final io.netty.util.AsciiString RTP_INFO
public static final io.netty.util.AsciiString SCALE
public static final io.netty.util.AsciiString SESSION
public static final io.netty.util.AsciiString SERVER
public static final io.netty.util.AsciiString SPEED
public static final io.netty.util.AsciiString TIMESTAMP
public static final io.netty.util.AsciiString TRANSPORT
public static final io.netty.util.AsciiString UNSUPPORTED
public static final io.netty.util.AsciiString USER_AGENT
public static final io.netty.util.AsciiString VARY
public static final io.netty.util.AsciiString VIA
public static final io.netty.util.AsciiString WWW_AUTHENTICATE
private void ()
static void ()
}
io/netty/handler/codec/rtsp/RtspObjectDecoder.classRtspObjectDecoder.java
package io.netty.handler.codec.rtsp
public abstract io.netty.handler.codec.rtsp.RtspObjectDecoder extends io.netty.handler.codec.http.HttpObjectDecoder {
protected void ()
protected void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxContentLength
protected void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxContentLength
boolean validateHeaders
protected boolean isContentAlwaysEmpty (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage msg
boolean empty
}
io/netty/handler/codec/rtsp/RtspDecoder.classRtspDecoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspDecoder extends io.netty.handler.codec.http.HttpObjectDecoder {
private static final io.netty.handler.codec.http.HttpResponseStatus UNKNOWN_STATUS
private boolean isDecodingRequest
private static final java.util.regex.Pattern versionPattern
public static final int DEFAULT_MAX_INITIAL_LINE_LENGTH
public static final int DEFAULT_MAX_HEADER_SIZE
public static final int DEFAULT_MAX_CONTENT_LENGTH
public void ()
public void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxContentLength
public void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxContentLength
boolean validateHeaders
protected io.netty.handler.codec.http.HttpMessage createMessage (java.lang.String[]) throws java.lang.Exception
String[] initialLine
protected boolean isContentAlwaysEmpty (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage msg
protected io.netty.handler.codec.http.HttpMessage createInvalidMessage ()
protected boolean isDecodingRequest ()
static void ()
}
io/netty/handler/codec/rtsp/RtspHeaders.classRtspHeaders.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspHeaders extends java.lang.Object {
private void ()
}
io/netty/handler/codec/rtsp/RtspHeaders$Values.classRtspHeaders.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspHeaders$Values extends java.lang.Object {
public static final String APPEND
public static final String AVP
public static final String BYTES
public static final String CHARSET
public static final String CLIENT_PORT
public static final String CLOCK
public static final String CLOSE
public static final String COMPRESS
public static final String CONTINUE
public static final String DEFLATE
public static final String DESTINATION
public static final String GZIP
public static final String IDENTITY
public static final String INTERLEAVED
public static final String KEEP_ALIVE
public static final String LAYERS
public static final String MAX_AGE
public static final String MAX_STALE
public static final String MIN_FRESH
public static final String MODE
public static final String MULTICAST
public static final String MUST_REVALIDATE
public static final String NONE
public static final String NO_CACHE
public static final String NO_TRANSFORM
public static final String ONLY_IF_CACHED
public static final String PORT
public static final String PRIVATE
public static final String PROXY_REVALIDATE
public static final String PUBLIC
public static final String RTP
public static final String RTPTIME
public static final String SEQ
public static final String SERVER_PORT
public static final String SSRC
public static final String TCP
public static final String TIME
public static final String TIMEOUT
public static final String TTL
public static final String UDP
public static final String UNICAST
public static final String URL
private void ()
}
io/netty/handler/codec/rtsp/RtspRequestEncoder.classRtspRequestEncoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspRequestEncoder extends io.netty.handler.codec.rtsp.RtspEncoder {
public void ()
}
io/netty/handler/codec/rtsp/RtspRequestDecoder.classRtspRequestDecoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspRequestDecoder extends io.netty.handler.codec.rtsp.RtspDecoder {
public void ()
}
io/netty/handler/codec/rtsp/RtspResponseStatuses.classRtspResponseStatuses.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspResponseStatuses extends java.lang.Object {
public static final io.netty.handler.codec.http.HttpResponseStatus CONTINUE
public static final io.netty.handler.codec.http.HttpResponseStatus OK
public static final io.netty.handler.codec.http.HttpResponseStatus CREATED
public static final io.netty.handler.codec.http.HttpResponseStatus LOW_STORAGE_SPACE
public static final io.netty.handler.codec.http.HttpResponseStatus MULTIPLE_CHOICES
public static final io.netty.handler.codec.http.HttpResponseStatus MOVED_PERMANENTLY
public static final io.netty.handler.codec.http.HttpResponseStatus MOVED_TEMPORARILY
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_MODIFIED
public static final io.netty.handler.codec.http.HttpResponseStatus USE_PROXY
public static final io.netty.handler.codec.http.HttpResponseStatus BAD_REQUEST
public static final io.netty.handler.codec.http.HttpResponseStatus UNAUTHORIZED
public static final io.netty.handler.codec.http.HttpResponseStatus PAYMENT_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus FORBIDDEN
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_FOUND
public static final io.netty.handler.codec.http.HttpResponseStatus METHOD_NOT_ALLOWED
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_ACCEPTABLE
public static final io.netty.handler.codec.http.HttpResponseStatus PROXY_AUTHENTICATION_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_TIMEOUT
public static final io.netty.handler.codec.http.HttpResponseStatus GONE
public static final io.netty.handler.codec.http.HttpResponseStatus LENGTH_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus PRECONDITION_FAILED
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_ENTITY_TOO_LARGE
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_URI_TOO_LONG
public static final io.netty.handler.codec.http.HttpResponseStatus UNSUPPORTED_MEDIA_TYPE
public static final io.netty.handler.codec.http.HttpResponseStatus PARAMETER_NOT_UNDERSTOOD
public static final io.netty.handler.codec.http.HttpResponseStatus CONFERENCE_NOT_FOUND
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_ENOUGH_BANDWIDTH
public static final io.netty.handler.codec.http.HttpResponseStatus SESSION_NOT_FOUND
public static final io.netty.handler.codec.http.HttpResponseStatus METHOD_NOT_VALID
public static final io.netty.handler.codec.http.HttpResponseStatus HEADER_FIELD_NOT_VALID
public static final io.netty.handler.codec.http.HttpResponseStatus INVALID_RANGE
public static final io.netty.handler.codec.http.HttpResponseStatus PARAMETER_IS_READONLY
public static final io.netty.handler.codec.http.HttpResponseStatus AGGREGATE_OPERATION_NOT_ALLOWED
public static final io.netty.handler.codec.http.HttpResponseStatus ONLY_AGGREGATE_OPERATION_ALLOWED
public static final io.netty.handler.codec.http.HttpResponseStatus UNSUPPORTED_TRANSPORT
public static final io.netty.handler.codec.http.HttpResponseStatus DESTINATION_UNREACHABLE
public static final io.netty.handler.codec.http.HttpResponseStatus KEY_MANAGEMENT_FAILURE
public static final io.netty.handler.codec.http.HttpResponseStatus INTERNAL_SERVER_ERROR
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_IMPLEMENTED
public static final io.netty.handler.codec.http.HttpResponseStatus BAD_GATEWAY
public static final io.netty.handler.codec.http.HttpResponseStatus SERVICE_UNAVAILABLE
public static final io.netty.handler.codec.http.HttpResponseStatus GATEWAY_TIMEOUT
public static final io.netty.handler.codec.http.HttpResponseStatus RTSP_VERSION_NOT_SUPPORTED
public static final io.netty.handler.codec.http.HttpResponseStatus OPTION_NOT_SUPPORTED
public static io.netty.handler.codec.http.HttpResponseStatus valueOf (int)
int code
private void ()
static void ()
}
io/netty/handler/codec/rtsp/RtspHeaders$Names.classRtspHeaders.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspHeaders$Names extends java.lang.Object {
public static final String ACCEPT
public static final String ACCEPT_ENCODING
public static final String ACCEPT_LANGUAGE
public static final String ALLOW
public static final String AUTHORIZATION
public static final String BANDWIDTH
public static final String BLOCKSIZE
public static final String CACHE_CONTROL
public static final String CONFERENCE
public static final String CONNECTION
public static final String CONTENT_BASE
public static final String CONTENT_ENCODING
public static final String CONTENT_LANGUAGE
public static final String CONTENT_LENGTH
public static final String CONTENT_LOCATION
public static final String CONTENT_TYPE
public static final String CSEQ
public static final String DATE
public static final String EXPIRES
public static final String FROM
public static final String HOST
public static final String IF_MATCH
public static final String IF_MODIFIED_SINCE
public static final String KEYMGMT
public static final String LAST_MODIFIED
public static final String PROXY_AUTHENTICATE
public static final String PROXY_REQUIRE
public static final String PUBLIC
public static final String RANGE
public static final String REFERER
public static final String REQUIRE
public static final String RETRT_AFTER
public static final String RTP_INFO
public static final String SCALE
public static final String SESSION
public static final String SERVER
public static final String SPEED
public static final String TIMESTAMP
public static final String TRANSPORT
public static final String UNSUPPORTED
public static final String USER_AGENT
public static final String VARY
public static final String VIA
public static final String WWW_AUTHENTICATE
private void ()
}
io/netty/handler/codec/rtsp/RtspMethods.classRtspMethods.java
package io.netty.handler.codec.rtsp
public final io.netty.handler.codec.rtsp.RtspMethods extends java.lang.Object {
public static final io.netty.handler.codec.http.HttpMethod OPTIONS
public static final io.netty.handler.codec.http.HttpMethod DESCRIBE
public static final io.netty.handler.codec.http.HttpMethod ANNOUNCE
public static final io.netty.handler.codec.http.HttpMethod SETUP
public static final io.netty.handler.codec.http.HttpMethod PLAY
public static final io.netty.handler.codec.http.HttpMethod PAUSE
public static final io.netty.handler.codec.http.HttpMethod TEARDOWN
public static final io.netty.handler.codec.http.HttpMethod GET_PARAMETER
public static final io.netty.handler.codec.http.HttpMethod SET_PARAMETER
public static final io.netty.handler.codec.http.HttpMethod REDIRECT
public static final io.netty.handler.codec.http.HttpMethod RECORD
private static final java.util.Map methodMap
public static io.netty.handler.codec.http.HttpMethod valueOf (java.lang.String)
String name
io.netty.handler.codec.http.HttpMethod result
private void ()
static void ()
}
io/netty/handler/codec/rtsp/RtspResponseDecoder.classRtspResponseDecoder.java
package io.netty.handler.codec.rtsp
public io.netty.handler.codec.rtsp.RtspResponseDecoder extends io.netty.handler.codec.rtsp.RtspDecoder {
public void ()
}
io/netty/handler/codec/http/HttpExpectationFailedEvent.classHttpExpectationFailedEvent.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpExpectationFailedEvent extends java.lang.Object {
public static final io.netty.handler.codec.http.HttpExpectationFailedEvent INSTANCE
private void ()
static void ()
}
io/netty/handler/codec/http/CookieUtil.classCookieUtil.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.CookieUtil extends java.lang.Object {
private static final java.util.BitSet VALID_COOKIE_VALUE_OCTETS
private static final java.util.BitSet VALID_COOKIE_NAME_OCTETS
private static java.util.BitSet validCookieValueOctets ()
int i
java.util.BitSet bits
private static java.util.BitSet validCookieNameOctets (java.util.BitSet)
java.util.BitSet validCookieValueOctets
java.util.BitSet bits
static int firstInvalidCookieNameOctet (java.lang.CharSequence)
CharSequence cs
static int firstInvalidCookieValueOctet (java.lang.CharSequence)
CharSequence cs
static int firstInvalidOctet (java.lang.CharSequence, java.util.BitSet)
char c
int i
CharSequence cs
java.util.BitSet bits
static java.lang.CharSequence unwrapValue (java.lang.CharSequence)
CharSequence cs
int len
private void ()
static void ()
}
io/netty/handler/codec/http/HttpRequest.classHttpRequest.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpRequest extends java.lang.Object implements io.netty.handler.codec.http.HttpMessage {
public abstract io.netty.handler.codec.http.HttpMethod getMethod ()
public abstract io.netty.handler.codec.http.HttpMethod method ()
public abstract io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
public abstract java.lang.String getUri ()
public abstract java.lang.String uri ()
public abstract io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
public abstract io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
}
io/netty/handler/codec/http/DefaultFullHttpResponse.classDefaultFullHttpResponse.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultFullHttpResponse extends io.netty.handler.codec.http.DefaultHttpResponse implements io.netty.handler.codec.http.FullHttpResponse {
private final io.netty.buffer.ByteBuf content
private final io.netty.handler.codec.http.HttpHeaders trailingHeaders
private int hash
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.buffer.ByteBuf content
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
boolean validateHeaders
boolean singleFieldHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.buffer.ByteBuf content
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf, boolean, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.buffer.ByteBuf content
boolean validateHeaders
boolean singleFieldHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.HttpHeaders trailingHeaders
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public io.netty.buffer.ByteBuf content ()
public int refCnt ()
public io.netty.handler.codec.http.FullHttpResponse retain ()
public io.netty.handler.codec.http.FullHttpResponse retain (int)
int increment
public io.netty.handler.codec.http.FullHttpResponse touch ()
public io.netty.handler.codec.http.FullHttpResponse touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public io.netty.handler.codec.http.FullHttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.FullHttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpResponseStatus status
private io.netty.handler.codec.http.FullHttpResponse copy (boolean, io.netty.buffer.ByteBuf)
boolean copyContent
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpResponse copy (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpResponse copy ()
public io.netty.handler.codec.http.FullHttpResponse duplicate ()
public int hashCode ()
io.netty.util.IllegalReferenceCountException ignored
int hash
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.DefaultFullHttpResponse other
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.HttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.HttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public volatile io.netty.handler.codec.http.FullHttpMessage touch ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain (int)
public volatile io.netty.handler.codec.http.FullHttpMessage copy ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/HttpContentCompressor.classHttpContentCompressor.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpContentCompressor extends io.netty.handler.codec.http.HttpContentEncoder {
private final int compressionLevel
private final int windowBits
private final int memLevel
public void ()
public void (int)
int compressionLevel
public void (int, int, int)
int compressionLevel
int windowBits
int memLevel
protected io.netty.handler.codec.http.HttpContentEncoder$Result beginEncode (io.netty.handler.codec.http.HttpResponse, java.lang.String) throws java.lang.Exception
String targetContentEncoding
String targetContentEncoding
io.netty.handler.codec.http.HttpResponse headers
String acceptEncoding
String contentEncoding
io.netty.handler.codec.compression.ZlibWrapper wrapper
String targetContentEncoding
protected io.netty.handler.codec.compression.ZlibWrapper determineWrapper (java.lang.String)
NumberFormatException e
float q
int equalsPos
String encoding
String[] arr$
int len$
int i$
String acceptEncoding
float starQ
float gzipQ
float deflateQ
}
io/netty/handler/codec/http/DefaultHttpObject.classDefaultHttpObject.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultHttpObject extends java.lang.Object implements io.netty.handler.codec.http.HttpObject {
private static final int HASH_CODE_PRIME
private io.netty.handler.codec.DecoderResult decoderResult
protected void ()
public io.netty.handler.codec.DecoderResult decoderResult ()
public io.netty.handler.codec.DecoderResult getDecoderResult ()
public void setDecoderResult (io.netty.handler.codec.DecoderResult)
io.netty.handler.codec.DecoderResult decoderResult
public int hashCode ()
int result
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.DefaultHttpObject other
}
io/netty/handler/codec/http/HttpContentCompressor$1.classHttpContentCompressor.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpContentCompressor$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$compression$ZlibWrapper
static void ()
}
io/netty/handler/codec/http/HttpResponseEncoder.classHttpResponseEncoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpResponseEncoder extends io.netty.handler.codec.http.HttpObjectEncoder {
private static final byte[] CRLF
public void ()
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpResponse) throws java.lang.Exception
io.netty.buffer.ByteBuf buf
io.netty.handler.codec.http.HttpResponse response
protected volatile void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpMessage) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/HttpStatusClass.classHttpStatusClass.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpStatusClass extends java.lang.Enum {
public static final io.netty.handler.codec.http.HttpStatusClass INFORMATIONAL
public static final io.netty.handler.codec.http.HttpStatusClass SUCCESS
public static final io.netty.handler.codec.http.HttpStatusClass REDIRECTION
public static final io.netty.handler.codec.http.HttpStatusClass CLIENT_ERROR
public static final io.netty.handler.codec.http.HttpStatusClass SERVER_ERROR
public static final io.netty.handler.codec.http.HttpStatusClass UNKNOWN
private final int min
private final int max
private final io.netty.util.AsciiString defaultReasonPhrase
private static final io.netty.handler.codec.http.HttpStatusClass[] $VALUES
public static io.netty.handler.codec.http.HttpStatusClass[] values ()
public static io.netty.handler.codec.http.HttpStatusClass valueOf (java.lang.String)
String name
public static io.netty.handler.codec.http.HttpStatusClass valueOf (int)
int code
private void (java.lang.String, int, int, int, java.lang.String)
int min
int max
String defaultReasonPhrase
public boolean contains (int)
int code
io.netty.util.AsciiString defaultReasonPhrase ()
void (java.lang.String, int, int, int, java.lang.String, io.netty.handler.codec.http.HttpStatusClass$1)
String x0
int x1
int x2
int x3
String x4
io.netty.handler.codec.http.HttpStatusClass$1 x5
static void ()
}
io/netty/handler/codec/http/CombinedHttpHeaders$CombinedHttpHeadersImpl$2.classCombinedHttpHeaders.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$2 extends java.lang.Object implements io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper {
final io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl this$0
void (io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl)
public java.lang.CharSequence escape (java.lang.CharSequence)
CharSequence value
public volatile java.lang.CharSequence escape (java.lang.Object)
}
io/netty/handler/codec/http/HttpClientUpgradeHandler$SourceCodec.classHttpClientUpgradeHandler.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec extends java.lang.Object {
public abstract void prepareUpgradeFrom (io.netty.channel.ChannelHandlerContext)
public abstract void upgradeFrom (io.netty.channel.ChannelHandlerContext)
}
io/netty/handler/codec/http/QueryStringEncoder$Param.classQueryStringEncoder.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.QueryStringEncoder$Param extends java.lang.Object {
final String name
final String value
void (java.lang.String, java.lang.String)
String name
String value
}
io/netty/handler/codec/http/HttpObjectAggregator.classHttpObjectAggregator.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpObjectAggregator extends io.netty.handler.codec.MessageAggregator {
private static final io.netty.util.internal.logging.InternalLogger logger
private static final io.netty.handler.codec.http.FullHttpResponse CONTINUE
private static final io.netty.handler.codec.http.FullHttpResponse EXPECTATION_FAILED
private static final io.netty.handler.codec.http.FullHttpResponse TOO_LARGE
private final boolean closeOnExpectationFailed
static final boolean $assertionsDisabled
public void (int)
int maxContentLength
public void (int, boolean)
int maxContentLength
boolean closeOnExpectationFailed
protected boolean isStartMessage (io.netty.handler.codec.http.HttpObject) throws java.lang.Exception
io.netty.handler.codec.http.HttpObject msg
protected boolean isContentMessage (io.netty.handler.codec.http.HttpObject) throws java.lang.Exception
io.netty.handler.codec.http.HttpObject msg
protected boolean isLastContentMessage (io.netty.handler.codec.http.HttpContent) throws java.lang.Exception
io.netty.handler.codec.http.HttpContent msg
protected boolean isAggregated (io.netty.handler.codec.http.HttpObject) throws java.lang.Exception
io.netty.handler.codec.http.HttpObject msg
protected boolean isContentLengthInvalid (io.netty.handler.codec.http.HttpMessage, int)
io.netty.handler.codec.http.HttpMessage start
int maxContentLength
protected java.lang.Object newContinueResponse (io.netty.handler.codec.http.HttpMessage, int, io.netty.channel.ChannelPipeline)
io.netty.handler.codec.http.HttpMessage start
int maxContentLength
io.netty.channel.ChannelPipeline pipeline
protected boolean closeAfterContinueResponse (java.lang.Object)
Object msg
protected boolean ignoreContentAfterContinueResponse (java.lang.Object)
Object msg
protected io.netty.handler.codec.http.FullHttpMessage beginAggregation (io.netty.handler.codec.http.HttpMessage, io.netty.buffer.ByteBuf) throws java.lang.Exception
io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
io.netty.handler.codec.http.HttpMessage start
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
protected void aggregate (io.netty.handler.codec.http.FullHttpMessage, io.netty.handler.codec.http.HttpContent) throws java.lang.Exception
io.netty.handler.codec.http.FullHttpMessage aggregated
io.netty.handler.codec.http.HttpContent content
protected void finishAggregation (io.netty.handler.codec.http.FullHttpMessage) throws java.lang.Exception
io.netty.handler.codec.http.FullHttpMessage aggregated
protected void handleOversizedMessage (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpMessage) throws java.lang.Exception
io.netty.channel.ChannelFuture future
io.netty.handler.codec.http.HttpObjectDecoder decoder
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpMessage oversized
protected volatile void handleOversizedMessage (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
protected volatile void finishAggregation (io.netty.buffer.ByteBufHolder) throws java.lang.Exception
protected volatile void aggregate (io.netty.buffer.ByteBufHolder, io.netty.buffer.ByteBufHolder) throws java.lang.Exception
protected volatile io.netty.buffer.ByteBufHolder beginAggregation (java.lang.Object, io.netty.buffer.ByteBuf) throws java.lang.Exception
protected volatile java.lang.Object newContinueResponse (java.lang.Object, int, io.netty.channel.ChannelPipeline) throws java.lang.Exception
protected volatile boolean isContentLengthInvalid (java.lang.Object, int) throws java.lang.Exception
protected volatile boolean isAggregated (java.lang.Object) throws java.lang.Exception
protected volatile boolean isLastContentMessage (io.netty.buffer.ByteBufHolder) throws java.lang.Exception
protected volatile boolean isContentMessage (java.lang.Object) throws java.lang.Exception
protected volatile boolean isStartMessage (java.lang.Object) throws java.lang.Exception
static io.netty.util.internal.logging.InternalLogger access$000 ()
static void ()
}
io/netty/handler/codec/http/HttpHeaders$Names.classHttpHeaders.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpHeaders$Names extends java.lang.Object {
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String ACCEPT_ENCODING
public static final String ACCEPT_LANGUAGE
public static final String ACCEPT_RANGES
public static final String ACCEPT_PATCH
public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS
public static final String ACCESS_CONTROL_ALLOW_HEADERS
public static final String ACCESS_CONTROL_ALLOW_METHODS
public static final String ACCESS_CONTROL_ALLOW_ORIGIN
public static final String ACCESS_CONTROL_EXPOSE_HEADERS
public static final String ACCESS_CONTROL_MAX_AGE
public static final String ACCESS_CONTROL_REQUEST_HEADERS
public static final String ACCESS_CONTROL_REQUEST_METHOD
public static final String AGE
public static final String ALLOW
public static final String AUTHORIZATION
public static final String CACHE_CONTROL
public static final String CONNECTION
public static final String CONTENT_BASE
public static final String CONTENT_ENCODING
public static final String CONTENT_LANGUAGE
public static final String CONTENT_LENGTH
public static final String CONTENT_LOCATION
public static final String CONTENT_TRANSFER_ENCODING
public static final String CONTENT_MD5
public static final String CONTENT_RANGE
public static final String CONTENT_TYPE
public static final String COOKIE
public static final String DATE
public static final String ETAG
public static final String EXPECT
public static final String EXPIRES
public static final String FROM
public static final String HOST
public static final String IF_MATCH
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
public static final String IF_RANGE
public static final String IF_UNMODIFIED_SINCE
public static final String LAST_MODIFIED
public static final String LOCATION
public static final String MAX_FORWARDS
public static final String ORIGIN
public static final String PRAGMA
public static final String PROXY_AUTHENTICATE
public static final String PROXY_AUTHORIZATION
public static final String RANGE
public static final String REFERER
public static final String RETRY_AFTER
public static final String SEC_WEBSOCKET_KEY1
public static final String SEC_WEBSOCKET_KEY2
public static final String SEC_WEBSOCKET_LOCATION
public static final String SEC_WEBSOCKET_ORIGIN
public static final String SEC_WEBSOCKET_PROTOCOL
public static final String SEC_WEBSOCKET_VERSION
public static final String SEC_WEBSOCKET_KEY
public static final String SEC_WEBSOCKET_ACCEPT
public static final String SERVER
public static final String SET_COOKIE
public static final String SET_COOKIE2
public static final String TE
public static final String TRAILER
public static final String TRANSFER_ENCODING
public static final String UPGRADE
public static final String USER_AGENT
public static final String VARY
public static final String VIA
public static final String WARNING
public static final String WEBSOCKET_LOCATION
public static final String WEBSOCKET_ORIGIN
public static final String WEBSOCKET_PROTOCOL
public static final String WWW_AUTHENTICATE
private void ()
}
io/netty/handler/codec/http/websocketx/BinaryWebSocketFrame.classBinaryWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker08.classWebSocketClientHandshaker08.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08 extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker {
private static final io.netty.util.internal.logging.InternalLogger logger
public static final String MAGIC_GUID
private String expectedChallengeResponseString
private final boolean allowExtensions
private final boolean performMasking
private final boolean allowMaskMismatch
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean performMasking
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpRequest newHandshakeRequest ()
java.net.URI wsURL
String path
byte[] nonce
String key
String acceptSeed
byte[] sha1
io.netty.handler.codec.http.FullHttpRequest request
io.netty.handler.codec.http.HttpHeaders headers
int wsPort
String originValue
String expectedSubprotocol
protected void verify (io.netty.handler.codec.http.FullHttpResponse)
io.netty.handler.codec.http.FullHttpResponse response
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpHeaders headers
CharSequence upgrade
CharSequence accept
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.classWebSocketFrameEncoder.java
package io.netty.handler.codec.http.websocketx
public abstract io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder extends java.lang.Object implements io.netty.channel.ChannelOutboundHandler {
}
io/netty/handler/codec/http/websocketx/WebSocket13FrameEncoder.classWebSocket13FrameEncoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder extends io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder {
public void (boolean)
boolean maskPayload
}
io/netty/handler/codec/http/websocketx/PingWebSocketFrame.classPingWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.PingWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketProtocolHandler.classWebSocketProtocolHandler.java
package io.netty.handler.codec.http.websocketx
abstract io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler extends io.netty.handler.codec.MessageToMessageDecoder {
void ()
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
java.util.List out
public void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Throwable cause
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.classWebSocketServerHandshaker00.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00 extends io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker {
private static final java.util.regex.Pattern BEGINNING_DIGIT
private static final java.util.regex.Pattern BEGINNING_SPACE
public void (java.lang.String, java.lang.String, int)
String webSocketURL
String subprotocols
int maxFramePayloadLength
protected io.netty.handler.codec.http.FullHttpResponse newHandshakeResponse (io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders)
String selectedSubprotocol
String subprotocols
String key1
String key2
int a
int b
long c
io.netty.buffer.ByteBuf input
String protocol
io.netty.handler.codec.http.FullHttpRequest req
io.netty.handler.codec.http.HttpHeaders headers
boolean isHixie76
io.netty.handler.codec.http.FullHttpResponse res
public io.netty.channel.ChannelFuture close (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.CloseWebSocketFrame, io.netty.channel.ChannelPromise)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame frame
io.netty.channel.ChannelPromise promise
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker08.classWebSocketServerHandshaker08.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08 extends io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker {
public static final String WEBSOCKET_08_ACCEPT_GUID
private final boolean allowExtensions
private final boolean allowMaskMismatch
public void (java.lang.String, java.lang.String, boolean, int)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
public void (java.lang.String, java.lang.String, boolean, int, boolean)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpResponse newHandshakeResponse (io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders)
String selectedSubprotocol
io.netty.handler.codec.http.FullHttpRequest req
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.FullHttpResponse res
CharSequence key
String acceptSeed
byte[] sha1
String accept
String subprotocols
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler.classWebSocketServerProtocolHandshakeHandler.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler extends io.netty.channel.ChannelInboundHandlerAdapter {
private final String websocketPath
private final String subprotocols
private final boolean allowExtensions
private final int maxFramePayloadSize
private final boolean allowMaskMismatch
void (java.lang.String, java.lang.String, boolean, int, boolean)
String websocketPath
String subprotocols
boolean allowExtensions
int maxFrameSize
boolean allowMaskMismatch
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.channel.ChannelFuture handshakeFuture
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory wsFactory
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.handler.codec.http.FullHttpRequest req
private static void sendHttpResponse (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpResponse)
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpRequest req
io.netty.handler.codec.http.HttpResponse res
io.netty.channel.ChannelFuture f
private static java.lang.String getWebSocketLocation (io.netty.channel.ChannelPipeline, io.netty.handler.codec.http.HttpRequest, java.lang.String)
io.netty.channel.ChannelPipeline cp
io.netty.handler.codec.http.HttpRequest req
String path
String protocol
}
io/netty/handler/codec/http/websocketx/WebSocketUtil$1.classWebSocketUtil.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.WebSocketUtil$1 extends io.netty.util.concurrent.FastThreadLocal {
void ()
protected java.security.MessageDigest initialValue () throws java.lang.Exception
java.security.NoSuchAlgorithmException e
protected volatile java.lang.Object initialValue () throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler.classWebSocketClientProtocolHandler.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler extends io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler {
private final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
private final boolean handleCloseFrames
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker ()
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean handleCloseFrames
boolean performMasking
boolean allowMaskMismatch
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean handleCloseFrames
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, boolean)
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
boolean handleCloseFrames
public void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker)
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
java.util.List out
public void handlerAdded (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPipeline cp
public volatile void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler$1.classWebSocketServerProtocolHandler.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 extends io.netty.channel.ChannelInboundHandlerAdapter {
void ()
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.handler.codec.http.FullHttpResponse response
io.netty.channel.ChannelHandlerContext ctx
Object msg
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$1.classWebSocketServerHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final String val$encoderName
final io.netty.channel.ChannelPromise val$promise
final io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker, java.lang.String, io.netty.channel.ChannelPromise)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelPipeline p
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtensionHandshaker.classWebSocketServerExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker extends java.lang.Object {
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.classWebSocketClientExtension.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension {
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.classWebSocketServerExtension.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension {
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newReponseData ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateEncoder.classPerMessageDeflateEncoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder extends io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder {
private boolean compressing
public void (int, int, boolean)
int compressionLevel
int windowSize
boolean noContext
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected int rsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean removeFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameServerExtensionHandshaker$DeflateFrameServerExtension.classDeflateFrameServerExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker$DeflateFrameServerExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension {
private final String extensionName
private final int compressionLevel
public void (int, java.lang.String)
int compressionLevel
String extensionName
public int rsv ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder newExtensionEncoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder newExtensionDecoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newReponseData ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameServerExtensionHandshaker.classDeflateFrameServerExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public final io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker {
static final String X_WEBKIT_DEFLATE_FRAME_EXTENSION
static final String DEFLATE_FRAME_EXTENSION
private final int compressionLevel
public void ()
public void (int)
int compressionLevel
public io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateClientExtensionHandshaker.classPerMessageDeflateClientExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public final io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker {
private final int compressionLevel
private final boolean allowClientWindowSize
private final int requestedServerWindowSize
private final boolean allowClientNoContext
private final boolean requestedServerNoContext
public void ()
public void (int, boolean, int, boolean, boolean)
int compressionLevel
boolean allowClientWindowSize
int requestedServerWindowSize
boolean allowClientNoContext
boolean requestedServerNoContext
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newRequestData ()
java.util.HashMap parameters
public io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
java.util.Map$Entry parameter
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
boolean succeed
int clientWindowSize
int serverWindowSize
boolean serverNoContext
boolean clientNoContext
java.util.Iterator parametersIterator
static int access$000 (io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker)
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker x0
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameClientExtensionHandshaker$DeflateFrameClientExtension.classDeflateFrameClientExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker$DeflateFrameClientExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension {
private final int compressionLevel
public void (int)
int compressionLevel
public int rsv ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder newExtensionEncoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder newExtensionDecoder ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerFrameDeflateDecoder.classPerFrameDeflateDecoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder extends io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder {
public void (boolean)
boolean noContext
public boolean acceptInboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected int newRsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean appendFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateEncoder.classDeflateEncoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
abstract io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder extends io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder {
private final int compressionLevel
private final int windowSize
private final boolean noContext
private io.netty.channel.embedded.EmbeddedChannel encoder
public void (int, int, boolean)
int compressionLevel
int windowSize
boolean noContext
protected abstract int rsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
protected abstract boolean removeFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.buffer.ByteBuf partCompressedContent
int realLength
io.netty.buffer.ByteBuf compressedContent
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
io.netty.buffer.CompositeByteBuf fullCompressedContent
io.netty.buffer.ByteBuf compressedContent
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
public void handlerRemoved (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
private void cleanup ()
io.netty.buffer.ByteBuf buf
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/extensions/compression/WebSocketServerCompressionHandler.classWebSocketServerCompressionHandler.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler extends io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler {
public void ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerFrameDeflateEncoder.classPerFrameDeflateEncoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder extends io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder {
public void (int, int, boolean)
int compressionLevel
int windowSize
boolean noContext
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected int rsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean removeFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateServerExtensionHandshaker$PermessageDeflateExtension.classPerMessageDeflateServerExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker$PermessageDeflateExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension {
private final int compressionLevel
private final boolean serverNoContext
private final int serverWindowSize
private final boolean clientNoContext
private final int clientWindowSize
public void (int, boolean, int, boolean, int)
int compressionLevel
boolean serverNoContext
int serverWindowSize
boolean clientNoContext
int clientWindowSize
public int rsv ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder newExtensionEncoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder newExtensionDecoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newReponseData ()
java.util.HashMap parameters
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateServerExtensionHandshaker.classPerMessageDeflateServerExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public final io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker {
public static final int MIN_WINDOW_SIZE
public static final int MAX_WINDOW_SIZE
static final String PERMESSAGE_DEFLATE_EXTENSION
static final String CLIENT_MAX_WINDOW
static final String SERVER_MAX_WINDOW
static final String CLIENT_NO_CONTEXT
static final String SERVER_NO_CONTEXT
private final int compressionLevel
private final boolean allowServerWindowSize
private final int preferredClientWindowSize
private final boolean allowServerNoContext
private final boolean preferredClientNoContext
public void ()
public void (int, boolean, int, boolean, boolean)
int compressionLevel
boolean allowServerWindowSize
int preferredClientWindowSize
boolean allowServerNoContext
boolean preferredClientNoContext
public io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
java.util.Map$Entry parameter
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
boolean deflateEnabled
int clientWindowSize
int serverWindowSize
boolean serverNoContext
boolean clientNoContext
java.util.Iterator parametersIterator
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateDecoder.classDeflateDecoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
abstract io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder extends io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder {
static final byte[] FRAME_TAIL
private final boolean noContext
private io.netty.channel.embedded.EmbeddedChannel decoder
public void (boolean)
boolean noContext
protected abstract boolean appendFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
protected abstract int newRsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.buffer.ByteBuf partUncompressedContent
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
boolean readable
io.netty.buffer.CompositeByteBuf compositeUncompressedContent
io.netty.handler.codec.http.websocketx.WebSocketFrame outMsg
public void handlerRemoved (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
private void cleanup ()
io.netty.buffer.ByteBuf buf
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/DeflateFrameClientExtensionHandshaker.classDeflateFrameClientExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public final io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker {
private final int compressionLevel
private final boolean useWebkitExtensionName
public void (boolean)
boolean useWebkitExtensionName
public void (int, boolean)
int compressionLevel
boolean useWebkitExtensionName
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newRequestData ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateDecoder.classPerMessageDeflateDecoder.java
package io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder extends io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder {
private boolean compressing
public void (boolean)
boolean noContext
public boolean acceptInboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected int newRsv (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean appendFrameTail (io.netty.handler.codec.http.websocketx.WebSocketFrame)
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/extensions/compression/WebSocketClientCompressionHandler.classWebSocketClientCompressionHandler.java
package io.netty.handler.codec.http.websocketx.extensions.compression
public final io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler extends io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler {
public static final io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler INSTANCE
private void ()
static void ()
}
io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateClientExtensionHandshaker$PermessageDeflateExtension.classPerMessageDeflateClientExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions.compression
final io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker$PermessageDeflateExtension extends java.lang.Object implements io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension {
private final boolean serverNoContext
private final int serverWindowSize
private final boolean clientNoContext
private final int clientWindowSize
final io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker this$0
public int rsv ()
public void (io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker, boolean, int, boolean, int)
boolean serverNoContext
int serverWindowSize
boolean clientNoContext
int clientWindowSize
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder newExtensionEncoder ()
public io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder newExtensionDecoder ()
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtensionHandler$1.classWebSocketServerExtensionHandler.java
package io.netty.handler.codec.http.websocketx.extensions
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler this$0
void (io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder decoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder encoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension extension
java.util.Iterator i$
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketExtension.classWebSocketExtension.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension extends java.lang.Object {
public static final int RSV1
public static final int RSV2
public static final int RSV3
public abstract int rsv ()
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder newExtensionEncoder ()
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder newExtensionDecoder ()
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtensionHandler.classWebSocketServerExtensionHandler.java
package io.netty.handler.codec.http.websocketx.extensions
public io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler extends io.netty.channel.ChannelDuplexHandler {
private final java.util.List extensionHandshakers
private java.util.List validExtensions
public transient void (io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker[])
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker[] extensionHandshakers
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker extensionHandshaker
java.util.Iterator extensionHandshakersIterator
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension validExtension
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
java.util.Iterator i$
java.util.List extensions
int rsv
String extensionsHeader
io.netty.handler.codec.http.HttpRequest request
io.netty.channel.ChannelHandlerContext ctx
Object msg
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension extension
java.util.Iterator i$
io.netty.handler.codec.http.HttpResponse response
String headerValue
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
static java.util.List access$000 (io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler)
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler x0
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionUtil.classWebSocketExtensionUtil.java
package io.netty.handler.codec.http.websocketx.extensions
public final io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil extends java.lang.Object {
private static final char EXTENSION_SEPARATOR
private static final char PARAMETER_SEPARATOR
private static final char PARAMETER_EQUAL
private static final java.util.regex.Pattern PARAMETER
static boolean isWebsocketUpgrade (io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpHeaders headers
public static java.util.List extractExtensions (java.lang.String)
String parameter
java.util.regex.Matcher parameterMatcher
int i
java.util.Map parameters
String[] extensionParameters
String name
java.util.Map parameters
String rawExtension
String[] arr$
int len$
int i$
java.util.List extensions
String extensionHeader
String[] rawExtensions
static java.lang.String appendExtension (java.lang.String, java.lang.String, java.util.Map)
java.util.Map$Entry extensionParameter
java.util.Iterator i$
String currentHeaderValue
String extensionName
java.util.Map extensionParameters
StringBuilder newHeaderValue
boolean isFirst
private void ()
static void ()
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker.classWebSocketClientExtensionHandshaker.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker extends java.lang.Object {
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData newRequestData ()
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension handshakeExtension (io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData)
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionEncoder.classWebSocketExtensionEncoder.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder extends io.netty.handler.codec.MessageToMessageEncoder {
public void ()
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandler.classWebSocketClientExtensionHandler.java
package io.netty.handler.codec.http.websocketx.extensions
public io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler extends io.netty.channel.ChannelDuplexHandler {
private final java.util.List extensionHandshakers
public transient void (io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker[])
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker[] extensionHandshakers
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker extentionHandshaker
java.util.Iterator i$
io.netty.handler.codec.http.HttpRequest request
String headerValue
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker extensionHandshaker
java.util.Iterator extensionHandshakersIterator
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension validExtension
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extensionData
java.util.Iterator i$
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder decoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder encoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension validExtension
java.util.Iterator i$
java.util.List extensions
java.util.List validExtensions
int rsv
String extensionsHeader
io.netty.handler.codec.http.HttpResponse response
io.netty.channel.ChannelHandlerContext ctx
Object msg
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionDecoder.classWebSocketExtensionDecoder.java
package io.netty.handler.codec.http.websocketx.extensions
public abstract io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder extends io.netty.handler.codec.MessageToMessageDecoder {
public void ()
}
io/netty/handler/codec/http/websocketx/extensions/WebSocketExtensionData.classWebSocketExtensionData.java
package io.netty.handler.codec.http.websocketx.extensions
public final io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData extends java.lang.Object {
private final String name
private final java.util.Map parameters
public void (java.lang.String, java.util.Map)
String name
java.util.Map parameters
public java.lang.String name ()
public java.util.Map parameters ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker13.classWebSocketClientHandshaker13.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker {
private static final io.netty.util.internal.logging.InternalLogger logger
public static final String MAGIC_GUID
private String expectedChallengeResponseString
private final boolean allowExtensions
private final boolean performMasking
private final boolean allowMaskMismatch
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean performMasking
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpRequest newHandshakeRequest ()
java.net.URI wsURL
String path
byte[] nonce
String key
String acceptSeed
byte[] sha1
int wsPort
io.netty.handler.codec.http.FullHttpRequest request
io.netty.handler.codec.http.HttpHeaders headers
String originValue
String expectedSubprotocol
protected void verify (io.netty.handler.codec.http.FullHttpResponse)
io.netty.handler.codec.http.FullHttpResponse response
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpHeaders headers
CharSequence upgrade
CharSequence accept
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$2.classWebSocketServerHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2 extends io.netty.channel.SimpleChannelInboundHandler {
final io.netty.channel.Channel val$channel
final io.netty.handler.codec.http.HttpHeaders val$responseHeaders
final io.netty.channel.ChannelPromise val$promise
final io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker, io.netty.channel.Channel, io.netty.handler.codec.http.HttpHeaders, io.netty.channel.ChannelPromise)
protected void channelRead0 (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.FullHttpRequest msg
public void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Throwable cause
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
protected volatile void channelRead0 (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder$1.classWebSocket08FrameDecoder.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$http$websocketx$WebSocket08FrameDecoder$State
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler$ServerHandshakeStateEvent.classWebSocketServerProtocolHandler.java
package io.netty.handler.codec.http.websocketx
public final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent extends java.lang.Enum {
public static final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent HANDSHAKE_COMPLETE
private static final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent[] $VALUES
public static io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent[] values ()
public static io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder$State.classWebSocket08FrameDecoder.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State extends java.lang.Enum {
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State READING_FIRST
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State READING_SECOND
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State READING_SIZE
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State MASKING_KEY
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State PAYLOAD
public static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State CORRUPT
private static final io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State[] $VALUES
public static io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State[] values ()
public static io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/websocketx/TextWebSocketFrame.classTextWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (java.lang.String)
String text
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, java.lang.String)
boolean finalFragment
int rsv
String text
private static io.netty.buffer.ByteBuf fromText (java.lang.String)
String text
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public java.lang.String text ()
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker.classWebSocketClientHandshaker.java
package io.netty.handler.codec.http.websocketx
public abstract io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker extends java.lang.Object {
private static final java.nio.channels.ClosedChannelException CLOSED_CHANNEL_EXCEPTION
private final java.net.URI uri
private final io.netty.handler.codec.http.websocketx.WebSocketVersion version
private volatile boolean handshakeComplete
private final String expectedSubprotocol
private volatile String actualSubprotocol
protected final io.netty.handler.codec.http.HttpHeaders customHeaders
private final int maxFramePayloadLength
protected void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI uri
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public java.net.URI uri ()
public io.netty.handler.codec.http.websocketx.WebSocketVersion version ()
public int maxFramePayloadLength ()
public boolean isHandshakeComplete ()
private void setHandshakeComplete ()
public java.lang.String expectedSubprotocol ()
public java.lang.String actualSubprotocol ()
private void setActualSubprotocol (java.lang.String)
String actualSubprotocol
public io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel)
io.netty.channel.Channel channel
public final io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel, io.netty.channel.ChannelPromise)
io.netty.handler.codec.http.HttpClientCodec codec
io.netty.channel.Channel channel
io.netty.channel.ChannelPromise promise
io.netty.handler.codec.http.FullHttpRequest request
io.netty.handler.codec.http.HttpResponseDecoder decoder
protected abstract io.netty.handler.codec.http.FullHttpRequest newHandshakeRequest ()
public final void finishHandshake (io.netty.channel.Channel, io.netty.handler.codec.http.FullHttpResponse)
String protocol
String[] arr$
int len$
int i$
io.netty.handler.codec.http.HttpClientCodec codec
io.netty.channel.ChannelHandlerContext context
io.netty.channel.Channel channel
io.netty.handler.codec.http.FullHttpResponse response
String receivedProtocol
String expectedProtocol
boolean protocolValid
io.netty.channel.ChannelPipeline p
io.netty.handler.codec.http.HttpContentDecompressor decompressor
io.netty.handler.codec.http.HttpObjectAggregator aggregator
io.netty.channel.ChannelHandlerContext ctx
public final io.netty.channel.ChannelFuture processHandshake (io.netty.channel.Channel, io.netty.handler.codec.http.HttpResponse)
io.netty.channel.Channel channel
io.netty.handler.codec.http.HttpResponse response
public final io.netty.channel.ChannelFuture processHandshake (io.netty.channel.Channel, io.netty.handler.codec.http.HttpResponse, io.netty.channel.ChannelPromise)
Throwable cause
Throwable cause
io.netty.channel.ChannelPipeline p
io.netty.channel.ChannelHandlerContext ctx
String aggregatorName
io.netty.channel.Channel channel
io.netty.handler.codec.http.HttpResponse response
io.netty.channel.ChannelPromise promise
protected abstract void verify (io.netty.handler.codec.http.FullHttpResponse)
protected abstract io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected abstract io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
public io.netty.channel.ChannelFuture close (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.CloseWebSocketFrame)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame frame
public io.netty.channel.ChannelFuture close (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.CloseWebSocketFrame, io.netty.channel.ChannelPromise)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame frame
io.netty.channel.ChannelPromise promise
static java.lang.String rawPath (java.net.URI)
java.net.URI wsURL
String path
String query
static java.nio.channels.ClosedChannelException access$000 ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler$ClientHandshakeStateEvent.classWebSocketClientProtocolHandler.java
package io.netty.handler.codec.http.websocketx
public final io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent extends java.lang.Enum {
public static final io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent HANDSHAKE_ISSUED
public static final io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent HANDSHAKE_COMPLETE
private static final io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent[] $VALUES
public static io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent[] values ()
public static io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.classWebSocketFrameDecoder.java
package io.netty.handler.codec.http.websocketx
public abstract io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder extends java.lang.Object implements io.netty.channel.ChannelInboundHandler {
}
io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler$1.classWebSocketServerProtocolHandshakeHandler.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler this$0
void (io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/PongWebSocketFrame.classPongWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.PongWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketHandshakeException.classWebSocketHandshakeException.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketHandshakeException extends java.lang.RuntimeException {
private static final long serialVersionUID
public void (java.lang.String)
String s
public void (java.lang.String, java.lang.Throwable)
String s
Throwable throwable
}
io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandshakeHandler$1.classWebSocketClientProtocolHandshakeHandler.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler this$0
void (io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory.classWebSocketServerHandshakerFactory.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory extends java.lang.Object {
private final String webSocketURL
private final String subprotocols
private final boolean allowExtensions
private final int maxFramePayloadLength
private final boolean allowMaskMismatch
public void (java.lang.String, java.lang.String, boolean)
String webSocketURL
String subprotocols
boolean allowExtensions
public void (java.lang.String, java.lang.String, boolean, int)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
public void (java.lang.String, java.lang.String, boolean, int, boolean)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker newHandshaker (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest req
CharSequence version
public static void sendUnsupportedWebSocketVersionResponse (io.netty.channel.Channel)
io.netty.channel.Channel channel
public static io.netty.channel.ChannelFuture sendUnsupportedVersionResponse (io.netty.channel.Channel)
io.netty.channel.Channel channel
public static io.netty.channel.ChannelFuture sendUnsupportedVersionResponse (io.netty.channel.Channel, io.netty.channel.ChannelPromise)
io.netty.channel.Channel channel
io.netty.channel.ChannelPromise promise
io.netty.handler.codec.http.HttpResponse res
}
io/netty/handler/codec/http/websocketx/Utf8FrameValidator.classUtf8FrameValidator.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.Utf8FrameValidator extends io.netty.channel.ChannelInboundHandlerAdapter {
private int fragmentedFramesCount
private io.netty.handler.codec.http.websocketx.Utf8Validator utf8Validator
public void ()
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
io.netty.channel.ChannelHandlerContext ctx
Object msg
private void checkUTF8String (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf)
io.netty.handler.codec.CorruptedFrameException ex
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf buffer
}
io/netty/handler/codec/http/websocketx/WebSocket00FrameDecoder.classWebSocket00FrameDecoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder extends io.netty.handler.codec.ReplayingDecoder implements io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder {
static final int DEFAULT_MAX_FRAME_SIZE
private final long maxFrameSize
private boolean receivedClosingHandshake
public void ()
public void (int)
int maxFrameSize
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf in
java.util.List out
byte type
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
private io.netty.handler.codec.http.websocketx.WebSocketFrame decodeBinaryFrame (io.netty.channel.ChannelHandlerContext, byte, io.netty.buffer.ByteBuf)
io.netty.channel.ChannelHandlerContext ctx
byte type
io.netty.buffer.ByteBuf buffer
long frameSize
int lengthFieldSize
byte b
io.netty.buffer.ByteBuf payload
private io.netty.handler.codec.http.websocketx.WebSocketFrame decodeTextFrame (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf)
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf buffer
int ridx
int rbytes
int delimPos
int frameSize
io.netty.buffer.ByteBuf binaryData
int ffDelimPos
}
io/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandshakeHandler.classWebSocketClientProtocolHandshakeHandler.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler extends io.netty.channel.ChannelInboundHandlerAdapter {
private final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker)
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
public void channelActive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.handler.codec.http.FullHttpResponse response
}
io/netty/handler/codec/http/websocketx/WebSocketUtil.classWebSocketUtil.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.WebSocketUtil extends java.lang.Object {
private static final io.netty.util.concurrent.FastThreadLocal MD5
private static final io.netty.util.concurrent.FastThreadLocal SHA1
static byte[] md5 (byte[])
byte[] data
static byte[] sha1 (byte[])
byte[] data
private static byte[] digest (io.netty.util.concurrent.FastThreadLocal, byte[])
io.netty.util.concurrent.FastThreadLocal digestFastThreadLocal
byte[] data
java.security.MessageDigest digest
static java.lang.String base64 (byte[])
byte[] data
io.netty.buffer.ByteBuf encodedData
io.netty.buffer.ByteBuf encoded
String encodedString
static byte[] randomBytes (int)
int index
int size
byte[] bytes
static int randomNumber (int, int)
int minimum
int maximum
private void ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocket00FrameEncoder.classWebSocket00FrameEncoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder extends io.netty.handler.codec.MessageToMessageEncoder implements io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder {
private static final io.netty.buffer.ByteBuf _0X00
private static final io.netty.buffer.ByteBuf _0XFF
private static final io.netty.buffer.ByteBuf _0XFF_0X00
public void ()
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.buffer.ByteBuf data
int b1
int b2
int b3
int b4
io.netty.buffer.ByteBuf data
int dataLen
io.netty.buffer.ByteBuf buf
boolean release
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker07.classWebSocketServerHandshaker07.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07 extends io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker {
public static final String WEBSOCKET_07_ACCEPT_GUID
private final boolean allowExtensions
private final boolean allowMaskMismatch
public void (java.lang.String, java.lang.String, boolean, int)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
public void (java.lang.String, java.lang.String, boolean, int, boolean)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpResponse newHandshakeResponse (io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders)
String selectedSubprotocol
io.netty.handler.codec.http.FullHttpRequest req
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.FullHttpResponse res
CharSequence key
String acceptSeed
byte[] sha1
String accept
String subprotocols
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker13.classWebSocketServerHandshaker13.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13 extends io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker {
public static final String WEBSOCKET_13_ACCEPT_GUID
private final boolean allowExtensions
private final boolean allowMaskMismatch
public void (java.lang.String, java.lang.String, boolean, int)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
public void (java.lang.String, java.lang.String, boolean, int, boolean)
String webSocketURL
String subprotocols
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpResponse newHandshakeResponse (io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders)
String selectedSubprotocol
io.netty.handler.codec.http.FullHttpRequest req
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.FullHttpResponse res
CharSequence key
String acceptSeed
byte[] sha1
String accept
String subprotocols
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker07.classWebSocketClientHandshaker07.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07 extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker {
private static final io.netty.util.internal.logging.InternalLogger logger
public static final String MAGIC_GUID
private String expectedChallengeResponseString
private final boolean allowExtensions
private final boolean performMasking
private final boolean allowMaskMismatch
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean performMasking
boolean allowMaskMismatch
protected io.netty.handler.codec.http.FullHttpRequest newHandshakeRequest ()
java.net.URI wsURL
String path
byte[] nonce
String key
String acceptSeed
byte[] sha1
io.netty.handler.codec.http.FullHttpRequest request
io.netty.handler.codec.http.HttpHeaders headers
int wsPort
String originValue
String expectedSubprotocol
protected void verify (io.netty.handler.codec.http.FullHttpResponse)
io.netty.handler.codec.http.FullHttpResponse response
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpHeaders headers
CharSequence upgrade
CharSequence accept
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerFactory.classWebSocketClientHandshakerFactory.java
package io.netty.handler.codec.http.websocketx
public final io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory extends java.lang.Object {
private void ()
public static io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker newHandshaker (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
public static io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker newHandshaker (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
public static io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker newHandshaker (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
boolean allowExtensions
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
boolean performMasking
boolean allowMaskMismatch
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker$2.classWebSocketClientHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$2 extends io.netty.util.internal.OneTimeTask {
final io.netty.channel.ChannelPipeline val$p
final io.netty.handler.codec.http.HttpClientCodec val$codec
final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.netty.channel.ChannelPipeline, io.netty.handler.codec.http.HttpClientCodec)
public void run ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker00.classWebSocketClientHandshaker00.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00 extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker {
private static final io.netty.util.AsciiString WEBSOCKET
private io.netty.buffer.ByteBuf expectedChallengeResponseBytes
public void (java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, io.netty.handler.codec.http.HttpHeaders, int)
java.net.URI webSocketURL
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String subprotocol
io.netty.handler.codec.http.HttpHeaders customHeaders
int maxFramePayloadLength
protected io.netty.handler.codec.http.FullHttpRequest newHandshakeRequest ()
int spaces1
int spaces2
int max1
int max2
int number1
int number2
int product1
int product2
String key1
String key2
byte[] key3
java.nio.ByteBuffer buffer
byte[] number1Array
byte[] number2Array
byte[] challenge
java.net.URI wsURL
String path
io.netty.handler.codec.http.FullHttpRequest request
io.netty.handler.codec.http.HttpHeaders headers
int wsPort
String originValue
String expectedSubprotocol
protected void verify (io.netty.handler.codec.http.FullHttpResponse)
io.netty.handler.codec.http.FullHttpResponse response
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpHeaders headers
CharSequence upgrade
io.netty.buffer.ByteBuf challenge
private static java.lang.String insertRandomCharacters (java.lang.String)
int rand
int split
String part1
String part2
int i
String key
int count
char[] randomChars
int randCount
private static java.lang.String insertSpaces (java.lang.String, int)
int split
String part1
String part2
int i
String key
int spaces
protected io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static void ()
}
io/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame.classContinuationWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, java.lang.String)
boolean finalFragment
int rsv
String text
public java.lang.String text ()
private static io.netty.buffer.ByteBuf fromText (java.lang.String)
String text
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/Utf8Validator.classUtf8Validator.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.Utf8Validator extends java.lang.Object implements io.netty.util.ByteProcessor {
private static final int UTF8_ACCEPT
private static final int UTF8_REJECT
private static final byte[] TYPES
private static final byte[] STATES
private int state
private int codep
private boolean checking
void ()
public void check (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buffer
public void finish ()
public boolean process (byte) throws java.lang.Exception
byte b
byte type
public boolean isChecking ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler.classWebSocketServerProtocolHandler.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler extends io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler {
private static final io.netty.util.AttributeKey HANDSHAKER_ATTR_KEY
private final String websocketPath
private final String subprotocols
private final boolean allowExtensions
private final int maxFramePayloadLength
private final boolean allowMaskMismatch
public void (java.lang.String)
String websocketPath
public void (java.lang.String, java.lang.String)
String websocketPath
String subprotocols
public void (java.lang.String, java.lang.String, boolean)
String websocketPath
String subprotocols
boolean allowExtensions
public void (java.lang.String, java.lang.String, boolean, int)
String websocketPath
String subprotocols
boolean allowExtensions
int maxFrameSize
public void (java.lang.String, java.lang.String, boolean, int, boolean)
String websocketPath
String subprotocols
boolean allowExtensions
int maxFrameSize
boolean allowMaskMismatch
public void handlerAdded (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPipeline cp
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame frame
java.util.List out
public void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
io.netty.handler.codec.http.FullHttpResponse response
io.netty.channel.ChannelHandlerContext ctx
Throwable cause
static io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker getHandshaker (io.netty.channel.Channel)
io.netty.channel.Channel channel
static void setHandshaker (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker
static io.netty.channel.ChannelHandler forbiddenHttpRequestResponder ()
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocket07FrameDecoder.classWebSocket07FrameDecoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder extends io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder {
public void (boolean, boolean, int)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
public void (boolean, boolean, int, boolean)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker$3.classWebSocketClientHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$3 extends io.netty.util.internal.OneTimeTask {
final io.netty.channel.ChannelPipeline val$p
final io.netty.channel.ChannelHandlerContext val$context
final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.netty.channel.ChannelPipeline, io.netty.channel.ChannelHandlerContext)
public void run ()
}
io/netty/handler/codec/http/websocketx/WebSocketFrame.classWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public abstract io.netty.handler.codec.http.websocketx.WebSocketFrame extends io.netty.buffer.DefaultByteBufHolder {
private final boolean finalFragment
private final int rsv
protected void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf binaryData
protected void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public boolean isFinalFragment ()
public int rsv ()
public abstract io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public abstract io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public java.lang.String toString ()
public io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketUtil$2.classWebSocketUtil.java
package io.netty.handler.codec.http.websocketx
final io.netty.handler.codec.http.websocketx.WebSocketUtil$2 extends io.netty.util.concurrent.FastThreadLocal {
void ()
protected java.security.MessageDigest initialValue () throws java.lang.Exception
java.security.NoSuchAlgorithmException e
protected volatile java.lang.Object initialValue () throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocket08FrameEncoder.classWebSocket08FrameEncoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder extends io.netty.handler.codec.MessageToMessageEncoder implements io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder {
private static final io.netty.util.internal.logging.InternalLogger logger
private static final byte OPCODE_CONT
private static final byte OPCODE_TEXT
private static final byte OPCODE_BINARY
private static final byte OPCODE_CLOSE
private static final byte OPCODE_PING
private static final byte OPCODE_PONG
private static final int GATHERING_WRITE_THRESHOLD
private final boolean maskPayload
public void (boolean)
boolean maskPayload
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List) throws java.lang.Exception
byte opcode
byte opcode
byte opcode
byte opcode
byte opcode
byte opcode
int size
byte b
int size
int size
int intData
int intMask
byte byteData
int random
java.nio.ByteOrder srcOrder
java.nio.ByteOrder dstOrder
int counter
int i
int end
byte[] mask
int maskLength
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
java.util.List out
io.netty.buffer.ByteBuf data
byte opcode
int length
int b0
boolean release
io.netty.buffer.ByteBuf buf
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.classCloseWebSocketFrame.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame {
public void ()
public void (int, java.lang.String)
int statusCode
String reasonText
public void (boolean, int)
boolean finalFragment
int rsv
public void (boolean, int, int, java.lang.String)
boolean finalFragment
int rsv
int statusCode
String reasonText
private static io.netty.buffer.ByteBuf newBinaryData (int, java.lang.String)
int statusCode
String reasonText
byte[] reasonBytes
io.netty.buffer.ByteBuf binaryData
public void (boolean, int, io.netty.buffer.ByteBuf)
boolean finalFragment
int rsv
io.netty.buffer.ByteBuf binaryData
public int statusCode ()
io.netty.buffer.ByteBuf binaryData
int statusCode
public java.lang.String reasonText ()
io.netty.buffer.ByteBuf binaryData
String reasonText
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame copy ()
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame duplicate ()
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame retain ()
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame retain (int)
int increment
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame touch ()
public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch (java.lang.Object)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame touch ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain (int)
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame retain ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate ()
public volatile io.netty.handler.codec.http.websocketx.WebSocketFrame copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/websocketx/WebSocketVersion.classWebSocketVersion.java
package io.netty.handler.codec.http.websocketx
public final io.netty.handler.codec.http.websocketx.WebSocketVersion extends java.lang.Enum {
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion UNKNOWN
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V00
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V07
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V08
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V13
private static final io.netty.handler.codec.http.websocketx.WebSocketVersion[] $VALUES
public static io.netty.handler.codec.http.websocketx.WebSocketVersion[] values ()
public static io.netty.handler.codec.http.websocketx.WebSocketVersion valueOf (java.lang.String)
String name
private void (java.lang.String, int)
public java.lang.String toHttpHeaderValue ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocket13FrameDecoder.classWebSocket13FrameDecoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder extends io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder {
public void (boolean, boolean, int)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
public void (boolean, boolean, int, boolean)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
}
io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.classWebSocketServerHandshaker.java
package io.netty.handler.codec.http.websocketx
public abstract io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker extends java.lang.Object {
protected static final io.netty.util.internal.logging.InternalLogger logger
private static final java.nio.channels.ClosedChannelException CLOSED_CHANNEL_EXCEPTION
private final String uri
private final String[] subprotocols
private final io.netty.handler.codec.http.websocketx.WebSocketVersion version
private final int maxFramePayloadLength
private String selectedSubprotocol
public static final String SUB_PROTOCOL_WILDCARD
protected void (io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, java.lang.String, int)
int i
String[] subprotocolArray
io.netty.handler.codec.http.websocketx.WebSocketVersion version
String uri
String subprotocols
int maxFramePayloadLength
public java.lang.String uri ()
public java.util.Set subprotocols ()
java.util.Set ret
public io.netty.handler.codec.http.websocketx.WebSocketVersion version ()
public int maxFramePayloadLength ()
public io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel, io.netty.handler.codec.http.FullHttpRequest)
io.netty.channel.Channel channel
io.netty.handler.codec.http.FullHttpRequest req
public final io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders, io.netty.channel.ChannelPromise)
String encoderName
io.netty.channel.Channel channel
io.netty.handler.codec.http.FullHttpRequest req
io.netty.handler.codec.http.HttpHeaders responseHeaders
io.netty.channel.ChannelPromise promise
io.netty.handler.codec.http.FullHttpResponse response
io.netty.channel.ChannelPipeline p
io.netty.channel.ChannelHandlerContext ctx
String encoderName
public io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel, io.netty.handler.codec.http.HttpRequest)
io.netty.channel.Channel channel
io.netty.handler.codec.http.HttpRequest req
public final io.netty.channel.ChannelFuture handshake (io.netty.channel.Channel, io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpHeaders, io.netty.channel.ChannelPromise)
Throwable cause
io.netty.channel.Channel channel
io.netty.handler.codec.http.HttpRequest req
io.netty.handler.codec.http.HttpHeaders responseHeaders
io.netty.channel.ChannelPromise promise
io.netty.channel.ChannelPipeline p
io.netty.channel.ChannelHandlerContext ctx
String aggregatorName
protected abstract io.netty.handler.codec.http.FullHttpResponse newHandshakeResponse (io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpHeaders)
public io.netty.channel.ChannelFuture close (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.CloseWebSocketFrame)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame frame
public io.netty.channel.ChannelFuture close (io.netty.channel.Channel, io.netty.handler.codec.http.websocketx.CloseWebSocketFrame, io.netty.channel.ChannelPromise)
io.netty.channel.Channel channel
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame frame
io.netty.channel.ChannelPromise promise
protected java.lang.String selectSubprotocol (java.lang.String)
String supportedSubprotocol
String[] arr$
int len$
int i$
String requestedSubprotocol
String p
String[] arr$
int len$
int i$
String requestedSubprotocols
String[] requestedSubprotocolArray
public java.lang.String selectedSubprotocol ()
protected abstract io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder newWebsocketDecoder ()
protected abstract io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder newWebSocketEncoder ()
static java.nio.channels.ClosedChannelException access$000 ()
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker$1.classWebSocketClientHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelPromise val$promise
final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.netty.channel.ChannelPromise)
public void operationComplete (io.netty.channel.ChannelFuture)
io.netty.channel.ChannelPipeline p
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocketFrameAggregator.classWebSocketFrameAggregator.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator extends io.netty.handler.codec.MessageAggregator {
public void (int)
int maxContentLength
protected boolean isStartMessage (io.netty.handler.codec.http.websocketx.WebSocketFrame) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean isContentMessage (io.netty.handler.codec.http.websocketx.WebSocketFrame) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean isLastContentMessage (io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame msg
protected boolean isAggregated (io.netty.handler.codec.http.websocketx.WebSocketFrame) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame msg
protected boolean isContentLengthInvalid (io.netty.handler.codec.http.websocketx.WebSocketFrame, int)
io.netty.handler.codec.http.websocketx.WebSocketFrame start
int maxContentLength
protected java.lang.Object newContinueResponse (io.netty.handler.codec.http.websocketx.WebSocketFrame, int, io.netty.channel.ChannelPipeline)
io.netty.handler.codec.http.websocketx.WebSocketFrame start
int maxContentLength
io.netty.channel.ChannelPipeline pipeline
protected boolean closeAfterContinueResponse (java.lang.Object) throws java.lang.Exception
Object msg
protected boolean ignoreContentAfterContinueResponse (java.lang.Object) throws java.lang.Exception
Object msg
protected io.netty.handler.codec.http.websocketx.WebSocketFrame beginAggregation (io.netty.handler.codec.http.websocketx.WebSocketFrame, io.netty.buffer.ByteBuf) throws java.lang.Exception
io.netty.handler.codec.http.websocketx.WebSocketFrame start
io.netty.buffer.ByteBuf content
protected volatile io.netty.buffer.ByteBufHolder beginAggregation (java.lang.Object, io.netty.buffer.ByteBuf) throws java.lang.Exception
protected volatile java.lang.Object newContinueResponse (java.lang.Object, int, io.netty.channel.ChannelPipeline) throws java.lang.Exception
protected volatile boolean isContentLengthInvalid (java.lang.Object, int) throws java.lang.Exception
protected volatile boolean isAggregated (java.lang.Object) throws java.lang.Exception
protected volatile boolean isLastContentMessage (io.netty.buffer.ByteBufHolder) throws java.lang.Exception
protected volatile boolean isContentMessage (java.lang.Object) throws java.lang.Exception
protected volatile boolean isStartMessage (java.lang.Object) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.classWebSocket08FrameDecoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder extends io.netty.handler.codec.ByteToMessageDecoder implements io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder {
private static final io.netty.util.internal.logging.InternalLogger logger
private static final byte OPCODE_CONT
private static final byte OPCODE_TEXT
private static final byte OPCODE_BINARY
private static final byte OPCODE_CLOSE
private static final byte OPCODE_PING
private static final byte OPCODE_PONG
private final long maxFramePayloadLength
private final boolean allowExtensions
private final boolean expectMaskedFrames
private final boolean allowMaskMismatch
private int fragmentedFramesCount
private boolean frameFinalFlag
private boolean frameMasked
private int frameRsv
private int frameOpcode
private long framePayloadLength
private byte[] maskingKey
private int framePayloadLen1
private boolean receivedClosingHandshake
private io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder$State state
public void (boolean, boolean, int)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
public void (boolean, boolean, int, boolean)
boolean expectMaskedFrames
boolean allowExtensions
int maxFramePayloadLength
boolean allowMaskMismatch
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
byte b
byte b
io.netty.buffer.ByteBuf payloadBuffer
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf in
java.util.List out
private void unmask (io.netty.buffer.ByteBuf)
int unmasked
io.netty.buffer.ByteBuf frame
int i
int end
java.nio.ByteOrder order
int intMask
private void protocolViolation (io.netty.channel.ChannelHandlerContext, java.lang.String)
io.netty.channel.ChannelHandlerContext ctx
String reason
private void protocolViolation (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.CorruptedFrameException)
Object closeMessage
Object closeMessage
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.CorruptedFrameException ex
private static int toFrameLength (long)
long l
protected void checkCloseFrameBody (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf)
io.netty.handler.codec.CorruptedFrameException ex
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf buffer
int idx
int statusCode
static void ()
}
io/netty/handler/codec/http/websocketx/WebSocketClientHandshaker$4.classWebSocketClientHandshaker.java
package io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker$4 extends io.netty.channel.SimpleChannelInboundHandler {
final io.netty.channel.Channel val$channel
final io.netty.channel.ChannelPromise val$promise
final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker this$0
void (io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.netty.channel.Channel, io.netty.channel.ChannelPromise)
protected void channelRead0 (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpResponse) throws java.lang.Exception
Throwable cause
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.FullHttpResponse msg
public void exceptionCaught (io.netty.channel.ChannelHandlerContext, java.lang.Throwable) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Throwable cause
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
protected volatile void channelRead0 (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
}
io/netty/handler/codec/http/websocketx/WebSocket07FrameEncoder.classWebSocket07FrameEncoder.java
package io.netty.handler.codec.http.websocketx
public io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder extends io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder {
public void (boolean)
boolean maskPayload
}
io/netty/handler/codec/http/DefaultHttpHeaders$1.classDefaultHttpHeaders.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.DefaultHttpHeaders$1 extends java.lang.Object implements io.netty.util.ByteProcessor {
void ()
public boolean process (byte) throws java.lang.Exception
byte value
}
io/netty/handler/codec/http/DefaultHttpRequest.classDefaultHttpRequest.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultHttpRequest extends io.netty.handler.codec.http.DefaultHttpMessage implements io.netty.handler.codec.http.HttpRequest {
private static final int HASH_CODE_PRIME
private io.netty.handler.codec.http.HttpMethod method
private String uri
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, boolean)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpMethod getMethod ()
public io.netty.handler.codec.http.HttpMethod method ()
public java.lang.String getUri ()
public java.lang.String uri ()
public io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod method
public io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
String uri
public io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public int hashCode ()
int result
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.DefaultHttpRequest other
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
}
io/netty/handler/codec/http/DefaultCookie.classDefaultCookie.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultCookie extends io.netty.handler.codec.http.cookie.DefaultCookie implements io.netty.handler.codec.http.Cookie {
private String comment
private String commentUrl
private boolean discard
private java.util.Set ports
private java.util.Set unmodifiablePorts
private int version
public void (java.lang.String, java.lang.String)
String name
String value
public java.lang.String getName ()
public java.lang.String getValue ()
public java.lang.String getDomain ()
public java.lang.String getPath ()
public java.lang.String getComment ()
public java.lang.String comment ()
public void setComment (java.lang.String)
String comment
public java.lang.String getCommentUrl ()
public java.lang.String commentUrl ()
public void setCommentUrl (java.lang.String)
String commentUrl
public boolean isDiscard ()
public void setDiscard (boolean)
boolean discard
public java.util.Set getPorts ()
public java.util.Set ports ()
public transient void setPorts (int[])
int p
int[] arr$
int len$
int i$
java.util.Set newPorts
int[] ports
int[] portsCopy
public void setPorts (java.lang.Iterable)
int p
java.util.Iterator i$
Iterable ports
java.util.Set newPorts
public long getMaxAge ()
public int getVersion ()
public int version ()
public void setVersion (int)
int version
}
io/netty/handler/codec/http/HttpClientUpgradeHandler$UpgradeCodec.classHttpClientUpgradeHandler.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeCodec extends java.lang.Object {
public abstract java.lang.CharSequence protocol ()
public abstract java.util.Collection setUpgradeHeaders (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest)
public abstract void upgradeTo (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpResponse) throws java.lang.Exception
}
io/netty/handler/codec/http/HttpHeaders$Values.classHttpHeaders.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpHeaders$Values extends java.lang.Object {
public static final String APPLICATION_X_WWW_FORM_URLENCODED
public static final String BASE64
public static final String BINARY
public static final String BOUNDARY
public static final String BYTES
public static final String CHARSET
public static final String CHUNKED
public static final String CLOSE
public static final String COMPRESS
public static final String CONTINUE
public static final String DEFLATE
public static final String GZIP
public static final String IDENTITY
public static final String KEEP_ALIVE
public static final String MAX_AGE
public static final String MAX_STALE
public static final String MIN_FRESH
public static final String MULTIPART_FORM_DATA
public static final String MUST_REVALIDATE
public static final String NO_CACHE
public static final String NO_STORE
public static final String NO_TRANSFORM
public static final String NONE
public static final String ONLY_IF_CACHED
public static final String PRIVATE
public static final String PROXY_REVALIDATE
public static final String PUBLIC
public static final String QUOTED_PRINTABLE
public static final String S_MAXAGE
public static final String TRAILERS
public static final String UPGRADE
public static final String WEBSOCKET
private void ()
}
io/netty/handler/codec/http/DefaultHttpHeaders$2.classDefaultHttpHeaders.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.DefaultHttpHeaders$2 extends java.lang.Object implements io.netty.handler.codec.DefaultHeaders$NameValidator {
void ()
public void validateName (java.lang.CharSequence)
Exception e
int index
CharSequence name
public volatile void validateName (java.lang.Object)
}
io/netty/handler/codec/http/HttpContentEncoder$1.classHttpContentEncoder.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpContentEncoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$http$HttpContentEncoder$State
static void ()
}
io/netty/handler/codec/http/CookieDecoder.classCookieDecoder.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.CookieDecoder extends java.lang.Object {
private final io.netty.util.internal.logging.InternalLogger logger
private static final io.netty.handler.codec.http.CookieDecoder STRICT
private static final io.netty.handler.codec.http.CookieDecoder LAX
private static final String COMMENT
private static final String COMMENTURL
private static final String DISCARD
private static final String PORT
private static final String VERSION
private static final char COMMA
private final boolean strict
public static java.util.Set decode (java.lang.String)
String header
public static java.util.Set decode (java.lang.String, boolean)
String header
boolean strict
private java.util.Set doDecode (java.lang.String)
int i
long maxAgeMillis
String s1
String[] arr$
int len$
int i$
String[] portList
int j
String name
String value
io.netty.handler.codec.http.Cookie c
boolean discard
boolean secure
boolean httpOnly
String comment
String commentURL
String domain
String path
long maxAge
java.util.List ports
String header
java.util.List names
java.util.List values
int i
int version
java.util.Set cookies
private static void extractKeyValuePairs (java.lang.String, java.util.List, java.util.List)
String name
String value
String name
String value
String value
String value
String value
StringBuilder newValueBuf
char q
boolean hadBackslash
String value
int semiPos
String name
String value
int newValueStart
char c
int newNameStart
String name
String value
int i
String header
java.util.List names
java.util.List values
int headerLen
private void (boolean)
boolean strict
private io.netty.handler.codec.http.DefaultCookie initCookie (java.lang.String, java.lang.String)
int invalidOctetPos
int invalidOctetPos
String name
String value
CharSequence unwrappedValue
boolean wrap
io.netty.handler.codec.http.DefaultCookie cookie
static void ()
}
io/netty/handler/codec/http/LastHttpContent.classLastHttpContent.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.LastHttpContent extends java.lang.Object implements io.netty.handler.codec.http.HttpContent {
public static final io.netty.handler.codec.http.LastHttpContent EMPTY_LAST_CONTENT
public abstract io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public abstract io.netty.handler.codec.http.LastHttpContent copy ()
public abstract io.netty.handler.codec.http.LastHttpContent retain (int)
public abstract io.netty.handler.codec.http.LastHttpContent retain ()
public abstract io.netty.handler.codec.http.LastHttpContent touch ()
public abstract io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public abstract io.netty.handler.codec.http.LastHttpContent duplicate ()
static void ()
}
io/netty/handler/codec/http/HttpMessage.classHttpMessage.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpMessage extends java.lang.Object implements io.netty.handler.codec.http.HttpObject {
public abstract io.netty.handler.codec.http.HttpVersion getProtocolVersion ()
public abstract io.netty.handler.codec.http.HttpVersion protocolVersion ()
public abstract io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public abstract io.netty.handler.codec.http.HttpHeaders headers ()
}
io/netty/handler/codec/http/HttpHeaderNames.classHttpHeaderNames.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpHeaderNames extends java.lang.Object {
public static final io.netty.util.AsciiString ACCEPT
public static final io.netty.util.AsciiString ACCEPT_CHARSET
public static final io.netty.util.AsciiString ACCEPT_ENCODING
public static final io.netty.util.AsciiString ACCEPT_LANGUAGE
public static final io.netty.util.AsciiString ACCEPT_RANGES
public static final io.netty.util.AsciiString ACCEPT_PATCH
public static final io.netty.util.AsciiString ACCESS_CONTROL_ALLOW_CREDENTIALS
public static final io.netty.util.AsciiString ACCESS_CONTROL_ALLOW_HEADERS
public static final io.netty.util.AsciiString ACCESS_CONTROL_ALLOW_METHODS
public static final io.netty.util.AsciiString ACCESS_CONTROL_ALLOW_ORIGIN
public static final io.netty.util.AsciiString ACCESS_CONTROL_EXPOSE_HEADERS
public static final io.netty.util.AsciiString ACCESS_CONTROL_MAX_AGE
public static final io.netty.util.AsciiString ACCESS_CONTROL_REQUEST_HEADERS
public static final io.netty.util.AsciiString ACCESS_CONTROL_REQUEST_METHOD
public static final io.netty.util.AsciiString AGE
public static final io.netty.util.AsciiString ALLOW
public static final io.netty.util.AsciiString AUTHORIZATION
public static final io.netty.util.AsciiString CACHE_CONTROL
public static final io.netty.util.AsciiString CONNECTION
public static final io.netty.util.AsciiString CONTENT_BASE
public static final io.netty.util.AsciiString CONTENT_ENCODING
public static final io.netty.util.AsciiString CONTENT_LANGUAGE
public static final io.netty.util.AsciiString CONTENT_LENGTH
public static final io.netty.util.AsciiString CONTENT_LOCATION
public static final io.netty.util.AsciiString CONTENT_TRANSFER_ENCODING
public static final io.netty.util.AsciiString CONTENT_DISPOSITION
public static final io.netty.util.AsciiString CONTENT_MD5
public static final io.netty.util.AsciiString CONTENT_RANGE
public static final io.netty.util.AsciiString CONTENT_TYPE
public static final io.netty.util.AsciiString COOKIE
public static final io.netty.util.AsciiString DATE
public static final io.netty.util.AsciiString ETAG
public static final io.netty.util.AsciiString EXPECT
public static final io.netty.util.AsciiString EXPIRES
public static final io.netty.util.AsciiString FROM
public static final io.netty.util.AsciiString HOST
public static final io.netty.util.AsciiString IF_MATCH
public static final io.netty.util.AsciiString IF_MODIFIED_SINCE
public static final io.netty.util.AsciiString IF_NONE_MATCH
public static final io.netty.util.AsciiString IF_RANGE
public static final io.netty.util.AsciiString IF_UNMODIFIED_SINCE
public static final io.netty.util.AsciiString KEEP_ALIVE
public static final io.netty.util.AsciiString LAST_MODIFIED
public static final io.netty.util.AsciiString LOCATION
public static final io.netty.util.AsciiString MAX_FORWARDS
public static final io.netty.util.AsciiString ORIGIN
public static final io.netty.util.AsciiString PRAGMA
public static final io.netty.util.AsciiString PROXY_AUTHENTICATE
public static final io.netty.util.AsciiString PROXY_AUTHORIZATION
public static final io.netty.util.AsciiString PROXY_CONNECTION
public static final io.netty.util.AsciiString RANGE
public static final io.netty.util.AsciiString REFERER
public static final io.netty.util.AsciiString RETRY_AFTER
public static final io.netty.util.AsciiString SEC_WEBSOCKET_KEY1
public static final io.netty.util.AsciiString SEC_WEBSOCKET_KEY2
public static final io.netty.util.AsciiString SEC_WEBSOCKET_LOCATION
public static final io.netty.util.AsciiString SEC_WEBSOCKET_ORIGIN
public static final io.netty.util.AsciiString SEC_WEBSOCKET_PROTOCOL
public static final io.netty.util.AsciiString SEC_WEBSOCKET_VERSION
public static final io.netty.util.AsciiString SEC_WEBSOCKET_KEY
public static final io.netty.util.AsciiString SEC_WEBSOCKET_ACCEPT
public static final io.netty.util.AsciiString SEC_WEBSOCKET_EXTENSIONS
public static final io.netty.util.AsciiString SERVER
public static final io.netty.util.AsciiString SET_COOKIE
public static final io.netty.util.AsciiString SET_COOKIE2
public static final io.netty.util.AsciiString TE
public static final io.netty.util.AsciiString TRAILER
public static final io.netty.util.AsciiString TRANSFER_ENCODING
public static final io.netty.util.AsciiString UPGRADE
public static final io.netty.util.AsciiString USER_AGENT
public static final io.netty.util.AsciiString VARY
public static final io.netty.util.AsciiString VIA
public static final io.netty.util.AsciiString WARNING
public static final io.netty.util.AsciiString WEBSOCKET_LOCATION
public static final io.netty.util.AsciiString WEBSOCKET_ORIGIN
public static final io.netty.util.AsciiString WEBSOCKET_PROTOCOL
public static final io.netty.util.AsciiString WWW_AUTHENTICATE
private void ()
static void ()
}
io/netty/handler/codec/http/HttpObjectEncoder.classHttpObjectEncoder.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpObjectEncoder extends io.netty.handler.codec.MessageToMessageEncoder {
private static final byte[] CRLF
private static final byte[] ZERO_CRLF
private static final byte[] ZERO_CRLF_CRLF
private static final io.netty.buffer.ByteBuf CRLF_BUF
private static final io.netty.buffer.ByteBuf ZERO_CRLF_CRLF_BUF
private static final int ST_INIT
private static final int ST_CONTENT_NON_CHUNK
private static final int ST_CONTENT_CHUNK
private int state
public void ()
protected void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.HttpMessage m
long contentLength
io.netty.channel.ChannelHandlerContext ctx
Object msg
java.util.List out
io.netty.buffer.ByteBuf buf
protected void encodeHeaders (io.netty.handler.codec.http.HttpHeaders, io.netty.buffer.ByteBuf) throws java.lang.Exception
java.util.Map$Entry header
io.netty.handler.codec.http.HttpHeaders headers
io.netty.buffer.ByteBuf buf
java.util.Iterator iter
private void encodeChunkedContent (io.netty.channel.ChannelHandlerContext, java.lang.Object, long, java.util.List)
byte[] length
io.netty.buffer.ByteBuf buf
Exception ex
io.netty.buffer.ByteBuf buf
io.netty.handler.codec.http.HttpHeaders headers
io.netty.channel.ChannelHandlerContext ctx
Object msg
long contentLength
java.util.List out
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
private static java.lang.Object encodeAndRetain (java.lang.Object)
Object msg
private static long contentLength (java.lang.Object)
Object msg
protected static void encodeAscii (java.lang.String, io.netty.buffer.ByteBuf)
String s
io.netty.buffer.ByteBuf buf
protected abstract void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpMessage) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage.classHttpObjectAggregator.java
package io.netty.handler.codec.http
abstract io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage extends java.lang.Object implements io.netty.buffer.ByteBufHolder io.netty.handler.codec.http.FullHttpMessage {
protected final io.netty.handler.codec.http.HttpMessage message
private final io.netty.buffer.ByteBuf content
private io.netty.handler.codec.http.HttpHeaders trailingHeaders
void (io.netty.handler.codec.http.HttpMessage, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpMessage message
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpHeaders trailingHeaders
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
io.netty.handler.codec.http.HttpHeaders trailingHeaders
void setTrailingHeaders (io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpHeaders trailingHeaders
public io.netty.handler.codec.http.HttpVersion getProtocolVersion ()
public io.netty.handler.codec.http.HttpVersion protocolVersion ()
public io.netty.handler.codec.http.FullHttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.HttpHeaders headers ()
public io.netty.handler.codec.DecoderResult decoderResult ()
public io.netty.handler.codec.DecoderResult getDecoderResult ()
public void setDecoderResult (io.netty.handler.codec.DecoderResult)
io.netty.handler.codec.DecoderResult result
public io.netty.buffer.ByteBuf content ()
public int refCnt ()
public io.netty.handler.codec.http.FullHttpMessage retain ()
public io.netty.handler.codec.http.FullHttpMessage retain (int)
int increment
public io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
Object hint
public io.netty.handler.codec.http.FullHttpMessage touch ()
public boolean release ()
public boolean release (int)
int decrement
public abstract io.netty.handler.codec.http.FullHttpMessage copy ()
public abstract io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
}
io/netty/handler/codec/http/cors/CorsConfigBuilder.classCorsConfigBuilder.java
package io.netty.handler.codec.http.cors
public final io.netty.handler.codec.http.cors.CorsConfigBuilder extends java.lang.Object {
final java.util.Set origins
final boolean anyOrigin
boolean allowNullOrigin
boolean enabled
boolean allowCredentials
final java.util.Set exposeHeaders
long maxAge
final java.util.Set requestMethods
final java.util.Set requestHeaders
final java.util.Map preflightHeaders
private boolean noPreflightHeaders
boolean shortCircuit
public static io.netty.handler.codec.http.cors.CorsConfigBuilder forAnyOrigin ()
public static io.netty.handler.codec.http.cors.CorsConfigBuilder forOrigin (java.lang.String)
String origin
public static transient io.netty.handler.codec.http.cors.CorsConfigBuilder forOrigins (java.lang.String[])
String[] origins
transient void (java.lang.String[])
String[] origins
void ()
public io.netty.handler.codec.http.cors.CorsConfigBuilder allowNullOrigin ()
public io.netty.handler.codec.http.cors.CorsConfigBuilder disable ()
public transient io.netty.handler.codec.http.cors.CorsConfigBuilder exposeHeaders (java.lang.String[])
String[] headers
public io.netty.handler.codec.http.cors.CorsConfigBuilder allowCredentials ()
public io.netty.handler.codec.http.cors.CorsConfigBuilder maxAge (long)
long max
public transient io.netty.handler.codec.http.cors.CorsConfigBuilder allowedRequestMethods (io.netty.handler.codec.http.HttpMethod[])
io.netty.handler.codec.http.HttpMethod[] methods
public transient io.netty.handler.codec.http.cors.CorsConfigBuilder allowedRequestHeaders (java.lang.String[])
String[] headers
public transient io.netty.handler.codec.http.cors.CorsConfigBuilder preflightResponseHeader (java.lang.CharSequence, java.lang.Object[])
CharSequence name
Object[] values
public io.netty.handler.codec.http.cors.CorsConfigBuilder preflightResponseHeader (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable value
public io.netty.handler.codec.http.cors.CorsConfigBuilder preflightResponseHeader (java.lang.CharSequence, java.util.concurrent.Callable)
CharSequence name
java.util.concurrent.Callable valueGenerator
public io.netty.handler.codec.http.cors.CorsConfigBuilder noPreflightResponseHeaders ()
public io.netty.handler.codec.http.cors.CorsConfigBuilder shortCircuit ()
public io.netty.handler.codec.http.cors.CorsConfig build ()
}
io/netty/handler/codec/http/cors/CorsConfigBuilder$DateValueGenerator.classCorsConfigBuilder.java
package io.netty.handler.codec.http.cors
final io.netty.handler.codec.http.cors.CorsConfigBuilder$DateValueGenerator extends java.lang.Object implements java.util.concurrent.Callable {
static final io.netty.handler.codec.http.cors.CorsConfigBuilder$DateValueGenerator INSTANCE
private void ()
public java.util.Date call () throws java.lang.Exception
public volatile java.lang.Object call () throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/cors/CorsConfig$DateValueGenerator.classCorsConfig.java
package io.netty.handler.codec.http.cors
public final io.netty.handler.codec.http.cors.CorsConfig$DateValueGenerator extends java.lang.Object implements java.util.concurrent.Callable {
public void ()
public java.util.Date call () throws java.lang.Exception
public volatile java.lang.Object call () throws java.lang.Exception
}
io/netty/handler/codec/http/cors/CorsConfigBuilder$1.classCorsConfigBuilder.java
package io.netty.handler.codec.http.cors
io.netty.handler.codec.http.cors.CorsConfigBuilder$1 extends java.lang.Object {
}
io/netty/handler/codec/http/cors/CorsConfigBuilder$ConstantValueGenerator.classCorsConfigBuilder.java
package io.netty.handler.codec.http.cors
final io.netty.handler.codec.http.cors.CorsConfigBuilder$ConstantValueGenerator extends java.lang.Object implements java.util.concurrent.Callable {
private final Object value
private void (java.lang.Object)
Object value
public java.lang.Object call ()
void (java.lang.Object, io.netty.handler.codec.http.cors.CorsConfigBuilder$1)
Object x0
io.netty.handler.codec.http.cors.CorsConfigBuilder$1 x1
}
io/netty/handler/codec/http/cors/CorsConfig.classCorsConfig.java
package io.netty.handler.codec.http.cors
public final io.netty.handler.codec.http.cors.CorsConfig extends java.lang.Object {
private final java.util.Set origins
private final boolean anyOrigin
private final boolean enabled
private final java.util.Set exposeHeaders
private final boolean allowCredentials
private final long maxAge
private final java.util.Set allowedRequestMethods
private final java.util.Set allowedRequestHeaders
private final boolean allowNullOrigin
private final java.util.Map preflightHeaders
private final boolean shortCircuit
void (io.netty.handler.codec.http.cors.CorsConfigBuilder)
io.netty.handler.codec.http.cors.CorsConfigBuilder builder
public boolean isCorsSupportEnabled ()
public boolean isAnyOriginSupported ()
public java.lang.String origin ()
public java.util.Set origins ()
public boolean isNullOriginAllowed ()
public java.util.Set exposedHeaders ()
public boolean isCredentialsAllowed ()
public long maxAge ()
public java.util.Set allowedRequestMethods ()
public java.util.Set allowedRequestHeaders ()
public io.netty.handler.codec.http.HttpHeaders preflightResponseHeaders ()
Object value
java.util.Map$Entry entry
java.util.Iterator i$
io.netty.handler.codec.http.HttpHeaders preflightHeaders
public boolean isShortCircuit ()
public boolean isShortCurcuit ()
private static java.lang.Object getValue (java.util.concurrent.Callable)
Exception e
java.util.concurrent.Callable callable
public java.lang.String toString ()
public static io.netty.handler.codec.http.cors.CorsConfig$Builder withAnyOrigin ()
public static io.netty.handler.codec.http.cors.CorsConfig$Builder withOrigin (java.lang.String)
String origin
public static transient io.netty.handler.codec.http.cors.CorsConfig$Builder withOrigins (java.lang.String[])
String[] origins
}
io/netty/handler/codec/http/cors/CorsHandler.classCorsHandler.java
package io.netty.handler.codec.http.cors
public io.netty.handler.codec.http.cors.CorsHandler extends io.netty.channel.ChannelDuplexHandler {
private static final io.netty.util.internal.logging.InternalLogger logger
private static final String ANY_ORIGIN
private final io.netty.handler.codec.http.cors.CorsConfig config
private io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.cors.CorsConfig)
io.netty.handler.codec.http.cors.CorsConfig config
public void channelRead (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object msg
private void handlePreflight (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest)
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpRequest request
io.netty.handler.codec.http.HttpResponse response
private void setPreflightHeaders (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private boolean setOrigin (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
String origin
private boolean validateOrigin ()
String origin
private void echoRequestOrigin (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private static void setVaryHeader (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private static void setAnyOrigin (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private static void setOrigin (io.netty.handler.codec.http.HttpResponse, java.lang.String)
io.netty.handler.codec.http.HttpResponse response
String origin
private void setAllowCredentials (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private static boolean isPreflightRequest (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
io.netty.handler.codec.http.HttpHeaders headers
private void setExposeHeaders (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private void setAllowMethods (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private void setAllowHeaders (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
private void setMaxAge (io.netty.handler.codec.http.HttpResponse)
io.netty.handler.codec.http.HttpResponse response
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.handler.codec.http.HttpResponse response
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
private static void forbidden (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest)
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpRequest request
static void ()
}
io/netty/handler/codec/http/cors/CorsConfig$Builder.classCorsConfig.java
package io.netty.handler.codec.http.cors
public io.netty.handler.codec.http.cors.CorsConfig$Builder extends java.lang.Object {
private final io.netty.handler.codec.http.cors.CorsConfigBuilder builder
public transient void (java.lang.String[])
String[] origins
public void ()
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowNullOrigin ()
public io.netty.handler.codec.http.cors.CorsConfig$Builder disable ()
public transient io.netty.handler.codec.http.cors.CorsConfig$Builder exposeHeaders (java.lang.String[])
String[] headers
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowCredentials ()
public io.netty.handler.codec.http.cors.CorsConfig$Builder maxAge (long)
long max
public transient io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestMethods (io.netty.handler.codec.http.HttpMethod[])
io.netty.handler.codec.http.HttpMethod[] methods
public transient io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestHeaders (java.lang.String[])
String[] headers
public transient io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader (java.lang.CharSequence, java.lang.Object[])
CharSequence name
Object[] values
public io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable value
public io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader (java.lang.String, java.util.concurrent.Callable)
String name
java.util.concurrent.Callable valueGenerator
public io.netty.handler.codec.http.cors.CorsConfig$Builder noPreflightResponseHeaders ()
public io.netty.handler.codec.http.cors.CorsConfig build ()
public io.netty.handler.codec.http.cors.CorsConfig$Builder shortCurcuit ()
}
io/netty/handler/codec/http/HttpMessageUtil.classHttpMessageUtil.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpMessageUtil extends java.lang.Object {
static java.lang.StringBuilder appendRequest (java.lang.StringBuilder, io.netty.handler.codec.http.HttpRequest)
StringBuilder buf
io.netty.handler.codec.http.HttpRequest req
static java.lang.StringBuilder appendResponse (java.lang.StringBuilder, io.netty.handler.codec.http.HttpResponse)
StringBuilder buf
io.netty.handler.codec.http.HttpResponse res
private static void appendCommon (java.lang.StringBuilder, io.netty.handler.codec.http.HttpMessage)
StringBuilder buf
io.netty.handler.codec.http.HttpMessage msg
static java.lang.StringBuilder appendFullRequest (java.lang.StringBuilder, io.netty.handler.codec.http.FullHttpRequest)
StringBuilder buf
io.netty.handler.codec.http.FullHttpRequest req
static java.lang.StringBuilder appendFullResponse (java.lang.StringBuilder, io.netty.handler.codec.http.FullHttpResponse)
StringBuilder buf
io.netty.handler.codec.http.FullHttpResponse res
private static void appendFullCommon (java.lang.StringBuilder, io.netty.handler.codec.http.FullHttpMessage)
StringBuilder buf
io.netty.handler.codec.http.FullHttpMessage msg
private static void appendInitialLine (java.lang.StringBuilder, io.netty.handler.codec.http.HttpRequest)
StringBuilder buf
io.netty.handler.codec.http.HttpRequest req
private static void appendInitialLine (java.lang.StringBuilder, io.netty.handler.codec.http.HttpResponse)
StringBuilder buf
io.netty.handler.codec.http.HttpResponse res
private static void appendHeaders (java.lang.StringBuilder, io.netty.handler.codec.http.HttpHeaders)
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder buf
io.netty.handler.codec.http.HttpHeaders headers
private static void removeLastNewLine (java.lang.StringBuilder)
StringBuilder buf
private void ()
}
io/netty/handler/codec/http/HttpConstants.classHttpConstants.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpConstants extends java.lang.Object {
public static final byte SP
public static final byte HT
public static final byte CR
public static final byte EQUALS
public static final byte LF
public static final byte COLON
public static final byte SEMICOLON
public static final byte COMMA
public static final byte DOUBLE_QUOTE
public static final java.nio.charset.Charset DEFAULT_CHARSET
public static final char SP_CHAR
private void ()
static void ()
}
io/netty/handler/codec/http/DefaultHttpHeaders$HeaderValueConverter.classDefaultHttpHeaders.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverter extends io.netty.handler.codec.CharSequenceValueConverter {
static final io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverter INSTANCE
private void ()
public java.lang.CharSequence convertObject (java.lang.Object)
Object value
public volatile java.lang.Object convertObject (java.lang.Object)
void (io.netty.handler.codec.http.DefaultHttpHeaders$1)
io.netty.handler.codec.http.DefaultHttpHeaders$1 x0
static void ()
}
io/netty/handler/codec/http/HttpContentEncoder.classHttpContentEncoder.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpContentEncoder extends io.netty.handler.codec.MessageToMessageCodec {
private static final CharSequence ZERO_LENGTH_HEAD
private static final CharSequence ZERO_LENGTH_CONNECT
private static final int CONTINUE_CODE
private final java.util.Queue acceptEncodingQueue
private CharSequence acceptEncoding
private io.netty.channel.embedded.EmbeddedChannel encoder
private io.netty.handler.codec.http.HttpContentEncoder$State state
static final boolean $assertionsDisabled
public void ()
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpRequest msg
java.util.List out
CharSequence acceptedEncoding
io.netty.handler.codec.http.HttpMethod meth
protected void encode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.HttpResponse newRes
io.netty.handler.codec.http.HttpResponse res
int code
io.netty.handler.codec.http.HttpContentEncoder$Result result
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpObject msg
java.util.List out
boolean isFull
private static boolean isPassthru (int, java.lang.CharSequence)
int code
CharSequence httpMethod
private static void ensureHeaders (io.netty.handler.codec.http.HttpObject)
io.netty.handler.codec.http.HttpObject msg
private static void ensureContent (io.netty.handler.codec.http.HttpObject)
io.netty.handler.codec.http.HttpObject msg
private boolean encodeContent (io.netty.handler.codec.http.HttpContent, java.util.List)
io.netty.handler.codec.http.LastHttpContent last
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.HttpContent c
java.util.List out
io.netty.buffer.ByteBuf content
protected abstract io.netty.handler.codec.http.HttpContentEncoder$Result beginEncode (io.netty.handler.codec.http.HttpResponse, java.lang.String) throws java.lang.Exception
public void handlerRemoved (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
private void cleanup ()
io.netty.buffer.ByteBuf buf
private void encode (io.netty.buffer.ByteBuf, java.util.List)
io.netty.buffer.ByteBuf in
java.util.List out
private void finishEncode (java.util.List)
java.util.List out
private void fetchEncoderOutput (java.util.List)
io.netty.buffer.ByteBuf buf
java.util.List out
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
protected volatile void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/DefaultHttpHeaders$HeaderValueConverterAndValidator.classDefaultHttpHeaders.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverterAndValidator extends io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverter {
static final io.netty.handler.codec.http.DefaultHttpHeaders$HeaderValueConverterAndValidator INSTANCE
private void ()
public java.lang.CharSequence convertObject (java.lang.Object)
int index
Object value
CharSequence seq
int state
private static int validateValueChar (java.lang.CharSequence, int, char)
CharSequence seq
int state
char character
public volatile java.lang.Object convertObject (java.lang.Object)
static void ()
}
io/netty/handler/codec/http/HttpRequestEncoder.classHttpRequestEncoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpRequestEncoder extends io.netty.handler.codec.http.HttpObjectEncoder {
private static final char SLASH
private static final char QUESTION_MARK
private static final byte[] CRLF
public void ()
public boolean acceptOutboundMessage (java.lang.Object) throws java.lang.Exception
Object msg
protected void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpRequest) throws java.lang.Exception
int len
StringBuilder sb
int startIndex
int index
int start
io.netty.buffer.ByteBuf buf
io.netty.handler.codec.http.HttpRequest request
io.netty.util.AsciiString method
String uri
protected volatile void encodeInitialLine (io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpMessage) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/HttpObject.classHttpObject.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpObject extends java.lang.Object implements io.netty.handler.codec.DecoderResultProvider {
public abstract io.netty.handler.codec.DecoderResult getDecoderResult ()
}
io/netty/handler/codec/http/HttpServerUpgradeHandler$UpgradeEvent.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent extends java.lang.Object implements io.netty.util.ReferenceCounted {
private final CharSequence protocol
private final io.netty.handler.codec.http.FullHttpRequest upgradeRequest
private void (java.lang.CharSequence, io.netty.handler.codec.http.FullHttpRequest)
CharSequence protocol
io.netty.handler.codec.http.FullHttpRequest upgradeRequest
public java.lang.CharSequence protocol ()
public io.netty.handler.codec.http.FullHttpRequest upgradeRequest ()
public int refCnt ()
public io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent retain ()
public io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent retain (int)
int increment
public io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent touch ()
public io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public java.lang.String toString ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
void (java.lang.CharSequence, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.HttpServerUpgradeHandler$1)
CharSequence x0
io.netty.handler.codec.http.FullHttpRequest x1
io.netty.handler.codec.http.HttpServerUpgradeHandler$1 x2
}
io/netty/handler/codec/http/FullHttpMessage.classFullHttpMessage.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.FullHttpMessage extends java.lang.Object implements io.netty.handler.codec.http.HttpMessage io.netty.handler.codec.http.LastHttpContent {
public abstract io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public abstract io.netty.handler.codec.http.FullHttpMessage copy ()
public abstract io.netty.handler.codec.http.FullHttpMessage retain (int)
public abstract io.netty.handler.codec.http.FullHttpMessage retain ()
public abstract io.netty.handler.codec.http.FullHttpMessage touch ()
public abstract io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public abstract io.netty.handler.codec.http.FullHttpMessage duplicate ()
}
io/netty/handler/codec/http/HttpClientUpgradeHandler$UpgradeEvent.classHttpClientUpgradeHandler.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent extends java.lang.Enum {
public static final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent UPGRADE_ISSUED
public static final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent UPGRADE_SUCCESSFUL
public static final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent UPGRADE_REJECTED
private static final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent[] $VALUES
public static io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent[] values ()
public static io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/HttpResponseStatus$HttpStatusLineProcessor.classHttpResponseStatus.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpResponseStatus$HttpStatusLineProcessor extends java.lang.Object implements io.netty.util.ByteProcessor {
private static final byte ASCII_SPACE
private final io.netty.util.AsciiString string
private int i
private int state
private io.netty.handler.codec.http.HttpResponseStatus status
public void (io.netty.util.AsciiString)
io.netty.util.AsciiString string
public boolean process (byte)
byte value
private void parseStatus (int)
String actualReason
int codeEnd
int code
public io.netty.handler.codec.http.HttpResponseStatus status ()
}
io/netty/handler/codec/http/CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper.classCombinedHttpHeaders.java
package io.netty.handler.codec.http
abstract io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper extends java.lang.Object {
public abstract java.lang.CharSequence escape (java.lang.Object)
}
io/netty/handler/codec/http/DefaultFullHttpRequest.classDefaultFullHttpRequest.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultFullHttpRequest extends io.netty.handler.codec.http.DefaultHttpRequest implements io.netty.handler.codec.http.FullHttpRequest {
private final io.netty.buffer.ByteBuf content
private final io.netty.handler.codec.http.HttpHeaders trailingHeader
private int hash
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
io.netty.buffer.ByteBuf content
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, boolean)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf, boolean)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
io.netty.buffer.ByteBuf content
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpVersion httpVersion
io.netty.handler.codec.http.HttpMethod method
String uri
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.HttpHeaders trailingHeader
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public io.netty.buffer.ByteBuf content ()
public int refCnt ()
public io.netty.handler.codec.http.FullHttpRequest retain ()
public io.netty.handler.codec.http.FullHttpRequest retain (int)
int increment
public io.netty.handler.codec.http.FullHttpRequest touch ()
public io.netty.handler.codec.http.FullHttpRequest touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public io.netty.handler.codec.http.FullHttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.FullHttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod method
public io.netty.handler.codec.http.FullHttpRequest setUri (java.lang.String)
String uri
private io.netty.handler.codec.http.FullHttpRequest copy (boolean, io.netty.buffer.ByteBuf)
boolean copyContent
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpRequest copy (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpRequest copy ()
public io.netty.handler.codec.http.FullHttpRequest duplicate ()
public int hashCode ()
io.netty.util.IllegalReferenceCountException ignored
int hash
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.DefaultFullHttpRequest other
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
public volatile io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public volatile io.netty.handler.codec.http.FullHttpMessage touch ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain (int)
public volatile io.netty.handler.codec.http.FullHttpMessage copy ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpRequest.classHttpObjectAggregator.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest extends io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage implements io.netty.handler.codec.http.FullHttpRequest {
void (io.netty.handler.codec.http.HttpRequest, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpRequest request
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpHeaders trailingHeaders
private io.netty.handler.codec.http.FullHttpRequest copy (boolean, io.netty.buffer.ByteBuf)
boolean copyContent
io.netty.buffer.ByteBuf newContent
io.netty.handler.codec.http.DefaultFullHttpRequest copy
public io.netty.handler.codec.http.FullHttpRequest copy (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpRequest copy ()
public io.netty.handler.codec.http.FullHttpRequest duplicate ()
io.netty.handler.codec.http.DefaultFullHttpRequest duplicate
public io.netty.handler.codec.http.FullHttpRequest retain (int)
int increment
public io.netty.handler.codec.http.FullHttpRequest retain ()
public io.netty.handler.codec.http.FullHttpRequest touch ()
public io.netty.handler.codec.http.FullHttpRequest touch (java.lang.Object)
Object hint
public io.netty.handler.codec.http.FullHttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod method
public io.netty.handler.codec.http.FullHttpRequest setUri (java.lang.String)
String uri
public io.netty.handler.codec.http.HttpMethod getMethod ()
public java.lang.String getUri ()
public io.netty.handler.codec.http.HttpMethod method ()
public java.lang.String uri ()
public io.netty.handler.codec.http.FullHttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public volatile io.netty.handler.codec.http.FullHttpMessage retain (int)
public volatile io.netty.handler.codec.http.FullHttpMessage retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
public volatile io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
}
io/netty/handler/codec/http/DefaultHttpContent.classDefaultHttpContent.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultHttpContent extends io.netty.handler.codec.http.DefaultHttpObject implements io.netty.handler.codec.http.HttpContent {
private final io.netty.buffer.ByteBuf content
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf content
public io.netty.buffer.ByteBuf content ()
public io.netty.handler.codec.http.HttpContent copy ()
public io.netty.handler.codec.http.HttpContent duplicate ()
public int refCnt ()
public io.netty.handler.codec.http.HttpContent retain ()
public io.netty.handler.codec.http.HttpContent retain (int)
int increment
public io.netty.handler.codec.http.HttpContent touch ()
public io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public java.lang.String toString ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/LastHttpContent$1.classLastHttpContent.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.LastHttpContent$1 extends java.lang.Object implements io.netty.handler.codec.http.LastHttpContent {
void ()
public io.netty.buffer.ByteBuf content ()
public io.netty.handler.codec.http.LastHttpContent copy ()
public io.netty.handler.codec.http.LastHttpContent duplicate ()
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public io.netty.handler.codec.DecoderResult decoderResult ()
public io.netty.handler.codec.DecoderResult getDecoderResult ()
public void setDecoderResult (io.netty.handler.codec.DecoderResult)
io.netty.handler.codec.DecoderResult result
public int refCnt ()
public io.netty.handler.codec.http.LastHttpContent retain ()
public io.netty.handler.codec.http.LastHttpContent retain (int)
int increment
public io.netty.handler.codec.http.LastHttpContent touch ()
public io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/DefaultHttpMessage.classDefaultHttpMessage.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.DefaultHttpMessage extends io.netty.handler.codec.http.DefaultHttpObject implements io.netty.handler.codec.http.HttpMessage {
private static final int HASH_CODE_PRIME
private io.netty.handler.codec.http.HttpVersion version
private final io.netty.handler.codec.http.HttpHeaders headers
protected void (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
protected void (io.netty.handler.codec.http.HttpVersion, boolean, boolean)
io.netty.handler.codec.http.HttpVersion version
boolean validateHeaders
boolean singleFieldHeaders
protected void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpHeaders headers ()
public io.netty.handler.codec.http.HttpVersion getProtocolVersion ()
public io.netty.handler.codec.http.HttpVersion protocolVersion ()
public int hashCode ()
int result
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.DefaultHttpMessage other
public io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
}
io/netty/handler/codec/http/CombinedHttpHeaders$CombinedHttpHeadersImpl.classCombinedHttpHeaders.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl extends io.netty.handler.codec.DefaultHeaders {
private static final int VALUE_LENGTH_ESTIMATE
private io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper objectEscaper
private io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper charSequenceEscaper
private io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper objectEscaper ()
private io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper charSequenceEscaper ()
public void (io.netty.util.HashingStrategy, io.netty.handler.codec.ValueConverter, io.netty.handler.codec.DefaultHeaders$NameValidator)
io.netty.util.HashingStrategy nameHashingStrategy
io.netty.handler.codec.ValueConverter valueConverter
io.netty.handler.codec.DefaultHeaders$NameValidator nameValidator
public java.util.List getAll (java.lang.CharSequence)
CharSequence name
java.util.List values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl add (io.netty.handler.codec.Headers)
java.util.Map$Entry header
java.util.Iterator i$
java.util.Map$Entry header
java.util.Iterator i$
io.netty.handler.codec.Headers headers
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl set (io.netty.handler.codec.Headers)
io.netty.handler.codec.Headers headers
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl setAll (io.netty.handler.codec.Headers)
CharSequence key
java.util.Iterator i$
io.netty.handler.codec.Headers headers
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl add (java.lang.CharSequence, java.lang.CharSequence)
CharSequence name
CharSequence value
public transient io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl add (java.lang.CharSequence, java.lang.CharSequence[])
CharSequence name
CharSequence[] values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl add (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl addObject (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public transient io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl addObject (java.lang.CharSequence, java.lang.Object[])
CharSequence name
Object[] values
public transient io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl set (java.lang.CharSequence, java.lang.CharSequence[])
CharSequence name
CharSequence[] values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl set (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl setObject (java.lang.CharSequence, java.lang.Object)
CharSequence name
Object value
public transient io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl setObject (java.lang.CharSequence, java.lang.Object[])
CharSequence name
Object[] values
public io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl setObject (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
private io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl addEscapedValue (java.lang.CharSequence, java.lang.CharSequence)
CharSequence name
CharSequence escapedValue
CharSequence currentValue
private static transient java.lang.CharSequence commaSeparate (io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper, java.lang.Object[])
int i
int end
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper escaper
Object[] values
StringBuilder sb
private static java.lang.CharSequence commaSeparate (io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper, java.lang.Iterable)
Object next
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper escaper
Iterable values
StringBuilder sb
java.util.Iterator iterator
private java.lang.CharSequence commaSeparateEscapedValues (java.lang.CharSequence, java.lang.CharSequence)
CharSequence currentValue
CharSequence value
public volatile io.netty.handler.codec.Headers setAll (io.netty.handler.codec.Headers)
public volatile io.netty.handler.codec.Headers set (io.netty.handler.codec.Headers)
public volatile io.netty.handler.codec.Headers setObject (java.lang.Object, java.lang.Object[])
public volatile io.netty.handler.codec.Headers setObject (java.lang.Object, java.lang.Iterable)
public volatile io.netty.handler.codec.Headers setObject (java.lang.Object, java.lang.Object)
public volatile io.netty.handler.codec.Headers set (java.lang.Object, java.lang.Object[])
public volatile io.netty.handler.codec.Headers set (java.lang.Object, java.lang.Iterable)
public volatile io.netty.handler.codec.Headers add (io.netty.handler.codec.Headers)
public volatile io.netty.handler.codec.Headers addObject (java.lang.Object, java.lang.Object[])
public volatile io.netty.handler.codec.Headers addObject (java.lang.Object, java.lang.Iterable)
public volatile io.netty.handler.codec.Headers add (java.lang.Object, java.lang.Object[])
public volatile io.netty.handler.codec.Headers add (java.lang.Object, java.lang.Iterable)
public volatile io.netty.handler.codec.Headers add (java.lang.Object, java.lang.Object)
public volatile java.util.List getAll (java.lang.Object)
static io.netty.handler.codec.ValueConverter access$000 (io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl)
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl x0
}
io/netty/handler/codec/http/CombinedHttpHeaders.classCombinedHttpHeaders.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.CombinedHttpHeaders extends io.netty.handler.codec.http.DefaultHttpHeaders {
public void (boolean)
boolean validate
}
io/netty/handler/codec/http/HttpHeaderDateFormat$HttpHeaderDateFormatObsolete1.classHttpHeaderDateFormat.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpHeaderDateFormat$HttpHeaderDateFormatObsolete1 extends java.text.SimpleDateFormat {
private static final long serialVersionUID
void ()
}
io/netty/handler/codec/http/QueryStringDecoder.classQueryStringDecoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.QueryStringDecoder extends java.lang.Object {
private static final int DEFAULT_MAX_PARAMS
private final java.nio.charset.Charset charset
private final String uri
private final boolean hasPath
private final int maxParams
private String path
private java.util.Map params
private int nParams
public void (java.lang.String)
String uri
public void (java.lang.String, boolean)
String uri
boolean hasPath
public void (java.lang.String, java.nio.charset.Charset)
String uri
java.nio.charset.Charset charset
public void (java.lang.String, java.nio.charset.Charset, boolean)
String uri
java.nio.charset.Charset charset
boolean hasPath
public void (java.lang.String, java.nio.charset.Charset, boolean, int)
String uri
java.nio.charset.Charset charset
boolean hasPath
int maxParams
public void (java.net.URI)
java.net.URI uri
public void (java.net.URI, java.nio.charset.Charset)
java.net.URI uri
java.nio.charset.Charset charset
public void (java.net.URI, java.nio.charset.Charset, int)
java.net.URI uri
java.nio.charset.Charset charset
int maxParams
String rawPath
public java.lang.String uri ()
public java.lang.String path ()
int pathEndPos
public java.util.Map parameters ()
int pathLength
private void decodeParams (java.lang.String)
char c
String s
java.util.Map params
String name
int pos
int i
private boolean addParam (java.util.Map, java.lang.String, java.lang.String)
java.util.Map params
String name
String value
java.util.List values
public static java.lang.String decodeComponent (java.lang.String)
String s
public static java.lang.String decodeComponent (java.lang.String, java.nio.charset.Charset)
char c
int i
char c2
char c
int i
String s
java.nio.charset.Charset charset
int size
boolean modified
byte[] buf
int pos
private static char decodeHexNibble (char)
char c
}
io/netty/handler/codec/http/HttpClientCodec$Encoder.classHttpClientCodec.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpClientCodec$Encoder extends io.netty.handler.codec.http.HttpRequestEncoder {
boolean upgraded
final io.netty.handler.codec.http.HttpClientCodec this$0
private void (io.netty.handler.codec.http.HttpClientCodec)
protected void encode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object msg
java.util.List out
void (io.netty.handler.codec.http.HttpClientCodec, io.netty.handler.codec.http.HttpClientCodec$1)
io.netty.handler.codec.http.HttpClientCodec x0
io.netty.handler.codec.http.HttpClientCodec$1 x1
}
io/netty/handler/codec/http/multipart/HttpPostRequestDecoder$MultiPartStatus.classHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus extends java.lang.Enum {
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus NOTSTARTED
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREAMBLE
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus HEADERDELIMITER
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FIELD
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FILEUPLOAD
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus MIXEDPREAMBLE
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus MIXEDDELIMITER
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus MIXEDDISPOSITION
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus MIXEDFILEUPLOAD
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus MIXEDCLOSEDELIMITER
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus CLOSEDELIMITER
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE
public static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE
private static final io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus[] $VALUES
public static io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus[] values ()
public static io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/multipart/HttpDataFactory.classHttpDataFactory.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.HttpDataFactory extends java.lang.Object {
public abstract void setMaxLimit (long)
public abstract io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String)
public abstract io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String, long)
public abstract io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String, java.lang.String)
public abstract io.netty.handler.codec.http.multipart.FileUpload createFileUpload (io.netty.handler.codec.http.HttpRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, long)
public abstract void removeHttpDataFromClean (io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.multipart.InterfaceHttpData)
public abstract void cleanRequestHttpData (io.netty.handler.codec.http.HttpRequest)
public abstract void cleanAllHttpData ()
public abstract void cleanRequestHttpDatas (io.netty.handler.codec.http.HttpRequest)
public abstract void cleanAllHttpDatas ()
}
io/netty/handler/codec/http/multipart/MixedFileUpload.classMixedFileUpload.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.MixedFileUpload extends java.lang.Object implements io.netty.handler.codec.http.multipart.FileUpload {
private io.netty.handler.codec.http.multipart.FileUpload fileUpload
private final long limitSize
private final long definedSize
private long maxSize
public void (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, long, long)
String name
String filename
String contentType
String contentTransferEncoding
java.nio.charset.Charset charset
long size
long limitSize
public long getMaxSize ()
public void setMaxSize (long)
long maxSize
public void checkSize (long) throws java.io.IOException
long newSize
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
io.netty.handler.codec.http.multipart.DiskFileUpload diskFileUpload
io.netty.buffer.ByteBuf data
io.netty.buffer.ByteBuf buffer
boolean last
public void delete ()
public byte[] get () throws java.io.IOException
public io.netty.buffer.ByteBuf getByteBuf () throws java.io.IOException
public java.nio.charset.Charset getCharset ()
public java.lang.String getContentType ()
public java.lang.String getContentTransferEncoding ()
public java.lang.String getFilename ()
public java.lang.String getString () throws java.io.IOException
public java.lang.String getString (java.nio.charset.Charset) throws java.io.IOException
java.nio.charset.Charset encoding
public boolean isCompleted ()
public boolean isInMemory ()
public long length ()
public long definedLength ()
public boolean renameTo (java.io.File) throws java.io.IOException
java.io.File dest
public void setCharset (java.nio.charset.Charset)
java.nio.charset.Charset charset
public void setContent (io.netty.buffer.ByteBuf) throws java.io.IOException
io.netty.handler.codec.http.multipart.FileUpload memoryUpload
io.netty.buffer.ByteBuf buffer
public void setContent (java.io.File) throws java.io.IOException
io.netty.handler.codec.http.multipart.FileUpload memoryUpload
java.io.File file
public void setContent (java.io.InputStream) throws java.io.IOException
io.netty.handler.codec.http.multipart.FileUpload memoryUpload
java.io.InputStream inputStream
public void setContentType (java.lang.String)
String contentType
public void setContentTransferEncoding (java.lang.String)
String contentTransferEncoding
public void setFilename (java.lang.String)
String filename
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getName ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object obj
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public java.lang.String toString ()
public io.netty.buffer.ByteBuf getChunk (int) throws java.io.IOException
int length
public java.io.File getFile () throws java.io.IOException
public io.netty.handler.codec.http.multipart.FileUpload copy ()
public io.netty.handler.codec.http.multipart.FileUpload duplicate ()
public io.netty.buffer.ByteBuf content ()
public int refCnt ()
public io.netty.handler.codec.http.multipart.FileUpload retain ()
public io.netty.handler.codec.http.multipart.FileUpload retain (int)
int increment
public io.netty.handler.codec.http.multipart.FileUpload touch ()
public io.netty.handler.codec.http.multipart.FileUpload touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestDecoder$NotEnoughDataDecoderException.classHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException extends io.netty.handler.codec.DecoderException {
private static final long serialVersionUID
public void ()
public void (java.lang.String)
String msg
public void (java.lang.Throwable)
Throwable cause
public void (java.lang.String, java.lang.Throwable)
String msg
Throwable cause
}
io/netty/handler/codec/http/multipart/Attribute.classAttribute.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.Attribute extends java.lang.Object implements io.netty.handler.codec.http.multipart.HttpData {
public abstract java.lang.String getValue () throws java.io.IOException
public abstract void setValue (java.lang.String) throws java.io.IOException
public abstract io.netty.handler.codec.http.multipart.Attribute copy ()
public abstract io.netty.handler.codec.http.multipart.Attribute duplicate ()
public abstract io.netty.handler.codec.http.multipart.Attribute retain ()
public abstract io.netty.handler.codec.http.multipart.Attribute retain (int)
public abstract io.netty.handler.codec.http.multipart.Attribute touch ()
public abstract io.netty.handler.codec.http.multipart.Attribute touch (java.lang.Object)
}
io/netty/handler/codec/http/multipart/MemoryFileUpload.classMemoryFileUpload.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.MemoryFileUpload extends io.netty.handler.codec.http.multipart.AbstractMemoryHttpData implements io.netty.handler.codec.http.multipart.FileUpload {
private String filename
private String contentType
private String contentTransferEncoding
public void (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, long)
String name
String filename
String contentType
String contentTransferEncoding
java.nio.charset.Charset charset
long size
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getFilename ()
public void setFilename (java.lang.String)
String filename
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.multipart.Attribute attribute
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public int compareTo (io.netty.handler.codec.http.multipart.FileUpload)
io.netty.handler.codec.http.multipart.FileUpload o
int v
public void setContentType (java.lang.String)
String contentType
public java.lang.String getContentType ()
public java.lang.String getContentTransferEncoding ()
public void setContentTransferEncoding (java.lang.String)
String contentTransferEncoding
public java.lang.String toString ()
public io.netty.handler.codec.http.multipart.FileUpload copy ()
java.io.IOException e
io.netty.handler.codec.http.multipart.MemoryFileUpload upload
io.netty.buffer.ByteBuf buf
public io.netty.handler.codec.http.multipart.FileUpload duplicate ()
java.io.IOException e
io.netty.handler.codec.http.multipart.MemoryFileUpload upload
io.netty.buffer.ByteBuf buf
public io.netty.handler.codec.http.multipart.FileUpload retain ()
public io.netty.handler.codec.http.multipart.FileUpload retain (int)
int increment
public io.netty.handler.codec.http.multipart.FileUpload touch ()
public io.netty.handler.codec.http.multipart.FileUpload touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
}
io/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism.classHttpPostBodyUtil.java
package io.netty.handler.codec.http.multipart
public final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism extends java.lang.Enum {
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BIT7
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BIT8
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BINARY
private final String value
private static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism[] $VALUES
public static io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism[] values ()
public static io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism valueOf (java.lang.String)
String name
private void (java.lang.String, int, java.lang.String)
String value
private void (java.lang.String, int)
public java.lang.String value ()
public java.lang.String toString ()
static void ()
}
io/netty/handler/codec/http/multipart/FileUpload.classFileUpload.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.FileUpload extends java.lang.Object implements io.netty.handler.codec.http.multipart.HttpData {
public abstract java.lang.String getFilename ()
public abstract void setFilename (java.lang.String)
public abstract void setContentType (java.lang.String)
public abstract java.lang.String getContentType ()
public abstract void setContentTransferEncoding (java.lang.String)
public abstract java.lang.String getContentTransferEncoding ()
public abstract io.netty.handler.codec.http.multipart.FileUpload copy ()
public abstract io.netty.handler.codec.http.multipart.FileUpload duplicate ()
public abstract io.netty.handler.codec.http.multipart.FileUpload retain ()
public abstract io.netty.handler.codec.http.multipart.FileUpload retain (int)
public abstract io.netty.handler.codec.http.multipart.FileUpload touch ()
public abstract io.netty.handler.codec.http.multipart.FileUpload touch (java.lang.Object)
}
io/netty/handler/codec/http/multipart/HttpPostRequestDecoder$ErrorDataDecoderException.classHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException extends io.netty.handler.codec.DecoderException {
private static final long serialVersionUID
public void ()
public void (java.lang.String)
String msg
public void (java.lang.Throwable)
Throwable cause
public void (java.lang.String, java.lang.Throwable)
String msg
Throwable cause
}
io/netty/handler/codec/http/multipart/HttpPostBodyUtil.classHttpPostBodyUtil.java
package io.netty.handler.codec.http.multipart
final io.netty.handler.codec.http.multipart.HttpPostBodyUtil extends java.lang.Object {
public static final int chunkSize
public static final String DEFAULT_BINARY_CONTENT_TYPE
public static final String DEFAULT_TEXT_CONTENT_TYPE
private void ()
static int findNonWhitespace (java.lang.String, int)
String sb
int offset
int result
static int findWhitespace (java.lang.String, int)
String sb
int offset
int result
static int findEndOfString (java.lang.String)
String sb
int result
}
io/netty/handler/codec/http/multipart/DefaultHttpDataFactory.classDefaultHttpDataFactory.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.DefaultHttpDataFactory extends java.lang.Object implements io.netty.handler.codec.http.multipart.HttpDataFactory {
public static final long MINSIZE
public static final long MAXSIZE
private final boolean useDisk
private final boolean checkSize
private long minSize
private long maxSize
private java.nio.charset.Charset charset
private final java.util.Map requestFileDeleteMap
public void ()
public void (java.nio.charset.Charset)
java.nio.charset.Charset charset
public void (boolean)
boolean useDisk
public void (boolean, java.nio.charset.Charset)
boolean useDisk
java.nio.charset.Charset charset
public void (long)
long minSize
public void (long, java.nio.charset.Charset)
long minSize
java.nio.charset.Charset charset
public void setMaxLimit (long)
long maxSize
private java.util.List getList (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
java.util.List list
public io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String)
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.HttpRequest request
String name
io.netty.handler.codec.http.multipart.MemoryAttribute attribute
public io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String, long)
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.HttpRequest request
String name
long definedSize
io.netty.handler.codec.http.multipart.MemoryAttribute attribute
private static void checkHttpDataSize (io.netty.handler.codec.http.multipart.HttpData)
java.io.IOException ignored
io.netty.handler.codec.http.multipart.HttpData data
public io.netty.handler.codec.http.multipart.Attribute createAttribute (io.netty.handler.codec.http.HttpRequest, java.lang.String, java.lang.String)
io.netty.handler.codec.http.multipart.Attribute attribute
java.io.IOException e
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.multipart.Attribute attribute
java.util.List fileToDelete
io.netty.handler.codec.http.multipart.MemoryAttribute attribute
java.io.IOException e
io.netty.handler.codec.http.HttpRequest request
String name
String value
public io.netty.handler.codec.http.multipart.FileUpload createFileUpload (io.netty.handler.codec.http.HttpRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, long)
io.netty.handler.codec.http.multipart.FileUpload fileUpload
java.util.List fileToDelete
io.netty.handler.codec.http.multipart.FileUpload fileUpload
java.util.List fileToDelete
io.netty.handler.codec.http.HttpRequest request
String name
String filename
String contentType
String contentTransferEncoding
java.nio.charset.Charset charset
long size
io.netty.handler.codec.http.multipart.MemoryFileUpload fileUpload
public void removeHttpDataFromClean (io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.multipart.InterfaceHttpData)
java.util.List fileToDelete
io.netty.handler.codec.http.HttpRequest request
io.netty.handler.codec.http.multipart.InterfaceHttpData data
public void cleanRequestHttpData (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.multipart.HttpData data
java.util.Iterator i$
io.netty.handler.codec.http.HttpRequest request
java.util.List fileToDelete
public void cleanAllHttpData ()
io.netty.handler.codec.http.multipart.HttpData data
java.util.Iterator i$
java.util.Map$Entry e
java.util.List fileToDelete
java.util.Iterator i
public void cleanRequestHttpDatas (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
public void cleanAllHttpDatas ()
}
io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder.classHttpPostMultipartRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder extends java.lang.Object implements io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder {
private final io.netty.handler.codec.http.multipart.HttpDataFactory factory
private final io.netty.handler.codec.http.HttpRequest request
private java.nio.charset.Charset charset
private boolean isLastChunk
private final java.util.List bodyListHttpData
private final java.util.Map bodyMapHttpData
private io.netty.buffer.ByteBuf undecodedChunk
private int bodyListHttpDataRank
private String multipartDataBoundary
private String multipartMixedBoundary
private io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus
private java.util.Map currentFieldAttributes
private io.netty.handler.codec.http.multipart.FileUpload currentFileUpload
private io.netty.handler.codec.http.multipart.Attribute currentAttribute
private boolean destroyed
private int discardThreshold
public void (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, java.nio.charset.Charset)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
java.nio.charset.Charset charset
private void setMultipart (java.lang.String)
String contentType
String[] dataBoundary
private void checkDestroyed ()
public boolean isMultipart ()
public void setDiscardThreshold (int)
int discardThreshold
public int getDiscardThreshold ()
public java.util.List getBodyHttpDatas ()
public java.util.List getBodyHttpDatas (java.lang.String)
String name
public io.netty.handler.codec.http.multipart.InterfaceHttpData getBodyHttpData (java.lang.String)
String name
java.util.List list
public io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
io.netty.handler.codec.http.HttpContent content
io.netty.buffer.ByteBuf buf
public boolean hasNext ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData next ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData currentPartialHttpData ()
private void parseBody ()
protected void addHttpData (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData data
java.util.List datas
private void parseBodyMultipart ()
io.netty.handler.codec.http.multipart.InterfaceHttpData data
private io.netty.handler.codec.http.multipart.InterfaceHttpData decodeMultipart (io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus)
java.io.IOException e
long size
java.io.IOException e
NumberFormatException e
NullPointerException e
IllegalArgumentException e
java.io.IOException e
io.netty.handler.codec.http.multipart.Attribute lengthAttribute
long size
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException ignored
java.nio.charset.Charset localCharset
io.netty.handler.codec.http.multipart.Attribute charsetAttribute
io.netty.handler.codec.http.multipart.Attribute nameAttribute
io.netty.handler.codec.http.multipart.Attribute finalAttribute
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus state
void skipControlCharacters ()
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
IndexOutOfBoundsException e1
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
char c
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
void skipControlCharactersStandard ()
char c
private io.netty.handler.codec.http.multipart.InterfaceHttpData findMultipartDelimiter (java.lang.String, io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus, io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus)
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException ignored
String newline
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException ignored
String delimiter
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus dispositionStatus
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus closeDelimiterStatus
int readerIndex
String newline
private io.netty.handler.codec.http.multipart.InterfaceHttpData findMultipartDisposition ()
String newline
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException ignored
boolean checkSecondArg
String name
String value
io.netty.handler.codec.http.multipart.Attribute attribute
NullPointerException e
IllegalArgumentException e
String[] values
io.netty.handler.codec.http.multipart.Attribute attribute
int i
boolean checkSecondArg
io.netty.handler.codec.http.multipart.Attribute attribute
NullPointerException e
IllegalArgumentException e
io.netty.handler.codec.http.multipart.Attribute attribute
io.netty.handler.codec.http.multipart.Attribute attribute
NullPointerException e
IllegalArgumentException e
io.netty.handler.codec.http.multipart.Attribute attribute
String values
io.netty.handler.codec.http.multipart.Attribute attribute
NullPointerException e
IllegalArgumentException e
String values
io.netty.handler.codec.http.multipart.Attribute attribute
io.netty.handler.codec.http.multipart.Attribute attribute
NullPointerException e
IllegalArgumentException e
io.netty.handler.codec.http.multipart.Attribute attribute
int i
String newline
String[] contents
int readerIndex
io.netty.handler.codec.http.multipart.Attribute filenameAttribute
protected io.netty.handler.codec.http.multipart.InterfaceHttpData getFileUpload (java.lang.String)
String code
java.io.IOException e
String code
java.io.IOException e
long size
java.io.IOException e
NumberFormatException ignored
String contentType
String contentType
NullPointerException e
IllegalArgumentException e
java.io.IOException e
io.netty.handler.codec.http.multipart.Attribute filenameAttribute
io.netty.handler.codec.http.multipart.Attribute nameAttribute
io.netty.handler.codec.http.multipart.Attribute contentTypeAttribute
io.netty.handler.codec.http.multipart.Attribute lengthAttribute
long size
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException e
io.netty.handler.codec.http.multipart.FileUpload fileUpload
String delimiter
io.netty.handler.codec.http.multipart.Attribute encoding
java.nio.charset.Charset localCharset
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism mechanism
io.netty.handler.codec.http.multipart.Attribute charsetAttribute
public void destroy ()
int i
public void cleanFiles ()
public void removeHttpDataFromClean (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData data
private void cleanMixedAttributes ()
private java.lang.String readLineStandard ()
byte nextByte
io.netty.buffer.ByteBuf line
IndexOutOfBoundsException e
int readerIndex
private java.lang.String readLine ()
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
byte nextByte
io.netty.buffer.ByteBuf line
IndexOutOfBoundsException e
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
int readerIndex
private java.lang.String readDelimiterStandard (java.lang.String)
byte nextByte
byte nextByte
StringBuilder sb
int delimiterPos
int len
IndexOutOfBoundsException e
String delimiter
int readerIndex
private java.lang.String readDelimiter (java.lang.String)
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
byte nextByte
byte nextByte
StringBuilder sb
IndexOutOfBoundsException e
String delimiter
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
int readerIndex
int delimiterPos
int len
private void readFileUploadByteMultipartStandard (java.lang.String)
byte nextByte
java.io.IOException e
java.io.IOException e
String delimiter
int readerIndex
boolean newLine
int index
int lastPosition
boolean found
io.netty.buffer.ByteBuf buffer
private void readFileUploadByteMultipart (java.lang.String)
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
byte nextByte
java.io.IOException e
java.io.IOException e
String delimiter
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
int readerIndex
boolean newLine
int index
int lastrealpos
int lastPosition
boolean found
io.netty.buffer.ByteBuf buffer
private void loadFieldMultipartStandard (java.lang.String)
byte nextByte
java.io.IOException e
java.io.IOException e
boolean newLine
int index
int lastPosition
boolean found
IndexOutOfBoundsException e
String delimiter
int readerIndex
private void loadFieldMultipart (java.lang.String)
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
byte nextByte
java.io.IOException e
java.io.IOException e
boolean newLine
int index
int lastPosition
int lastrealpos
boolean found
IndexOutOfBoundsException e
String delimiter
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
int readerIndex
private static java.lang.String cleanString (java.lang.String)
char nextChar
int i
String field
StringBuilder sb
private boolean skipOneLine ()
byte nextByte
private static java.lang.String[] splitMultipartHeader (java.lang.String)
char ch
String[] values
String value
String[] arr$
int len$
int i$
int i
String sb
java.util.ArrayList headers
int nameStart
int nameEnd
int colonEnd
int valueStart
int valueEnd
String svalue
String[] values
String[] array
private static java.lang.String[] splitMultipartHeaderValues (java.lang.String)
char c
int i
String svalue
java.util.List values
boolean inQuote
boolean escapeNext
int start
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
}
io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder$1.classHttpPostMultipartRequestDecoder.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$http$multipart$HttpPostRequestDecoder$MultiPartStatus
static void ()
}
io/netty/handler/codec/http/multipart/InterfaceHttpPostRequestDecoder.classInterfaceHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder extends java.lang.Object {
public abstract boolean isMultipart ()
public abstract void setDiscardThreshold (int)
public abstract int getDiscardThreshold ()
public abstract java.util.List getBodyHttpDatas ()
public abstract java.util.List getBodyHttpDatas (java.lang.String)
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData getBodyHttpData (java.lang.String)
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
public abstract boolean hasNext ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData next ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData currentPartialHttpData ()
public abstract void destroy ()
public abstract void cleanFiles ()
public abstract void removeHttpDataFromClean (io.netty.handler.codec.http.multipart.InterfaceHttpData)
}
io/netty/handler/codec/http/multipart/DiskAttribute.classDiskAttribute.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.DiskAttribute extends io.netty.handler.codec.http.multipart.AbstractDiskHttpData implements io.netty.handler.codec.http.multipart.Attribute {
public static String baseDirectory
public static boolean deleteOnExitTemporaryFile
public static final String prefix
public static final String postfix
public void (java.lang.String)
String name
public void (java.lang.String, long)
String name
long definedSize
public void (java.lang.String, java.nio.charset.Charset)
String name
java.nio.charset.Charset charset
public void (java.lang.String, long, java.nio.charset.Charset)
String name
long definedSize
java.nio.charset.Charset charset
public void (java.lang.String, java.lang.String) throws java.io.IOException
String name
String value
public void (java.lang.String, java.lang.String, java.nio.charset.Charset) throws java.io.IOException
String name
String value
java.nio.charset.Charset charset
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getValue () throws java.io.IOException
byte[] bytes
public void setValue (java.lang.String) throws java.io.IOException
String value
byte[] bytes
io.netty.buffer.ByteBuf buffer
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
io.netty.buffer.ByteBuf buffer
boolean last
long newDefinedSize
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.multipart.Attribute attribute
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public int compareTo (io.netty.handler.codec.http.multipart.Attribute)
io.netty.handler.codec.http.multipart.Attribute o
public java.lang.String toString ()
java.io.IOException e
protected boolean deleteOnExit ()
protected java.lang.String getBaseDirectory ()
protected java.lang.String getDiskFilename ()
protected java.lang.String getPostfix ()
protected java.lang.String getPrefix ()
public io.netty.handler.codec.http.multipart.Attribute copy ()
java.io.IOException e
io.netty.handler.codec.http.multipart.DiskAttribute attr
io.netty.buffer.ByteBuf content
public io.netty.handler.codec.http.multipart.Attribute duplicate ()
java.io.IOException e
io.netty.handler.codec.http.multipart.DiskAttribute attr
io.netty.buffer.ByteBuf content
public io.netty.handler.codec.http.multipart.Attribute retain (int)
int increment
public io.netty.handler.codec.http.multipart.Attribute retain ()
public io.netty.handler.codec.http.multipart.Attribute touch ()
public io.netty.handler.codec.http.multipart.Attribute touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
static void ()
}
io/netty/handler/codec/http/multipart/InterfaceHttpData.classInterfaceHttpData.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData extends java.lang.Object implements java.lang.Comparable io.netty.util.ReferenceCounted {
public abstract java.lang.String getName ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public abstract io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
}
io/netty/handler/codec/http/multipart/AbstractDiskHttpData.classAbstractDiskHttpData.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.AbstractDiskHttpData extends io.netty.handler.codec.http.multipart.AbstractHttpData {
private static final io.netty.util.internal.logging.InternalLogger logger
private java.io.File file
private boolean isRenamed
private java.nio.channels.FileChannel fileChannel
protected void (java.lang.String, java.nio.charset.Charset, long)
String name
java.nio.charset.Charset charset
long size
protected abstract java.lang.String getDiskFilename ()
protected abstract java.lang.String getPrefix ()
protected abstract java.lang.String getBaseDirectory ()
protected abstract java.lang.String getPostfix ()
protected abstract boolean deleteOnExit ()
private java.io.File tempFile () throws java.io.IOException
String newpostfix
java.io.File tmpFile
String newpostfix
String diskFilename
java.io.File tmpFile
public void setContent (io.netty.buffer.ByteBuf) throws java.io.IOException
java.nio.channels.FileChannel localfileChannel
java.nio.ByteBuffer byteBuffer
int written
java.io.FileOutputStream outputStream
io.netty.buffer.ByteBuf buffer
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
java.io.FileOutputStream outputStream
int localsize
java.nio.ByteBuffer byteBuffer
int written
java.io.FileOutputStream outputStream
io.netty.buffer.ByteBuf buffer
boolean last
public void setContent (java.io.File) throws java.io.IOException
java.io.File file
public void setContent (java.io.InputStream) throws java.io.IOException
java.nio.channels.FileChannel localfileChannel
byte[] bytes
java.nio.ByteBuffer byteBuffer
int read
java.io.InputStream inputStream
java.io.FileOutputStream outputStream
int written
public void delete ()
java.io.IOException e
public byte[] get () throws java.io.IOException
public io.netty.buffer.ByteBuf getByteBuf () throws java.io.IOException
byte[] array
public io.netty.buffer.ByteBuf getChunk (int) throws java.io.IOException
java.io.FileInputStream inputStream
int readnow
int length
int read
java.nio.ByteBuffer byteBuffer
io.netty.buffer.ByteBuf buffer
public java.lang.String getString () throws java.io.IOException
public java.lang.String getString (java.nio.charset.Charset) throws java.io.IOException
byte[] array
java.nio.charset.Charset encoding
byte[] array
public boolean isInMemory ()
public boolean renameTo (java.io.File) throws java.io.IOException
java.nio.channels.FileChannel in
java.nio.channels.FileChannel out
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException e
java.io.IOException exception
java.io.FileInputStream inputStream
java.io.FileOutputStream outputStream
long chunkSize
long position
java.io.File dest
private static byte[] readFrom (java.io.File) throws java.io.IOException
java.nio.channels.FileChannel fileChannel
java.nio.ByteBuffer byteBuffer
int read
java.io.File src
long srcsize
java.io.FileInputStream inputStream
byte[] array
public java.io.File getFile () throws java.io.IOException
public io.netty.handler.codec.http.multipart.HttpData touch ()
public io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
static void ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$WrappedHttpRequest.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$WrappedHttpRequest extends java.lang.Object implements io.netty.handler.codec.http.HttpRequest {
private final io.netty.handler.codec.http.HttpRequest request
void (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
public io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod method
public io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
String uri
public io.netty.handler.codec.http.HttpMethod getMethod ()
public io.netty.handler.codec.http.HttpMethod method ()
public java.lang.String getUri ()
public java.lang.String uri ()
public io.netty.handler.codec.http.HttpVersion getProtocolVersion ()
public io.netty.handler.codec.http.HttpVersion protocolVersion ()
public io.netty.handler.codec.http.HttpHeaders headers ()
public io.netty.handler.codec.DecoderResult decoderResult ()
public io.netty.handler.codec.DecoderResult getDecoderResult ()
public void setDecoderResult (io.netty.handler.codec.DecoderResult)
io.netty.handler.codec.DecoderResult result
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestEncoder extends java.lang.Object implements io.netty.handler.stream.ChunkedInput {
private static final java.util.Map percentEncodings
private final io.netty.handler.codec.http.multipart.HttpDataFactory factory
private final io.netty.handler.codec.http.HttpRequest request
private final java.nio.charset.Charset charset
private boolean isChunked
private final java.util.List bodyListDatas
final java.util.List multipartHttpDatas
private final boolean isMultipart
String multipartDataBoundary
String multipartMixedBoundary
private boolean headerFinalized
private final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
private boolean isLastChunk
private boolean isLastChunkSent
private io.netty.handler.codec.http.multipart.FileUpload currentFileUpload
private boolean duringMixedMode
private long globalBodySize
private long globalProgress
private java.util.ListIterator iterator
private io.netty.buffer.ByteBuf currentBuffer
private io.netty.handler.codec.http.multipart.InterfaceHttpData currentData
private boolean isKey
public void (io.netty.handler.codec.http.HttpRequest, boolean) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.handler.codec.http.HttpRequest request
boolean multipart
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, boolean) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
boolean multipart
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, boolean, java.nio.charset.Charset, io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
boolean multipart
java.nio.charset.Charset charset
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
io.netty.handler.codec.http.HttpMethod method
public void cleanFiles ()
public boolean isMultipart ()
private void initDataMultipart ()
private void initMixedMultipart ()
private static java.lang.String getNewMultipartDelimiter ()
public java.util.List getBodyListAttributes ()
public void setBodyHttpDatas (java.util.List) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.handler.codec.http.multipart.InterfaceHttpData data
java.util.Iterator i$
java.util.List datas
public void addBodyAttribute (java.lang.String, java.lang.String) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
String name
String value
String svalue
io.netty.handler.codec.http.multipart.Attribute data
public void addBodyFileUpload (java.lang.String, java.io.File, java.lang.String, boolean) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
java.io.IOException e
String name
java.io.File file
String contentType
boolean isText
String scontentType
String contentTransferEncoding
io.netty.handler.codec.http.multipart.FileUpload fileUpload
public void addBodyFileUploads (java.lang.String, java.io.File[], java.lang.String[], boolean[]) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
int i
String name
java.io.File[] file
String[] contentType
boolean[] isText
public void addBodyHttpData (io.netty.handler.codec.http.multipart.InterfaceHttpData) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
String key
String value
io.netty.handler.codec.http.multipart.Attribute newattribute
java.io.IOException e
io.netty.handler.codec.http.multipart.Attribute attribute
io.netty.handler.codec.http.multipart.FileUpload fileUpload
String key
String value
io.netty.handler.codec.http.multipart.Attribute newattribute
io.netty.handler.codec.http.multipart.InternalAttribute internal
io.netty.handler.codec.http.multipart.InternalAttribute internal
io.netty.handler.codec.http.multipart.Attribute attribute
java.nio.charset.Charset localcharset
boolean localMixed
boolean localMixed
io.netty.handler.codec.http.multipart.InternalAttribute pastAttribute
StringBuilder replacement
boolean localMixed
io.netty.handler.codec.http.multipart.FileUpload fileUpload
io.netty.handler.codec.http.multipart.InternalAttribute internal
boolean localMixed
String contentTransferEncoding
io.netty.handler.codec.http.multipart.InterfaceHttpData data
public io.netty.handler.codec.http.HttpRequest finalizeRequest () throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.handler.codec.http.multipart.InternalAttribute internal
String lowercased
String contentType
java.util.Iterator i$
String value
CharSequence v
java.util.Iterator i$
io.netty.handler.codec.http.FullHttpRequest fullRequest
io.netty.buffer.ByteBuf chunkContent
io.netty.handler.codec.http.HttpContent chunk
io.netty.handler.codec.http.HttpHeaders headers
java.util.List contentTypes
java.util.List transferEncoding
long realSize
public boolean isChunked ()
private java.lang.String encodeAttribute (java.lang.String, java.nio.charset.Charset) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
String replacement
java.util.Map$Entry entry
java.util.Iterator i$
String encoded
java.io.UnsupportedEncodingException e
String s
java.nio.charset.Charset charset
private io.netty.buffer.ByteBuf fillByteBuf ()
io.netty.buffer.ByteBuf slice
io.netty.buffer.ByteBuf slice
int length
private io.netty.handler.codec.http.HttpContent encodeNextChunkMultipart (int) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.buffer.ByteBuf buffer
io.netty.buffer.ByteBuf buffer
java.io.IOException e
io.netty.buffer.ByteBuf buffer
java.io.IOException e
int sizeleft
io.netty.buffer.ByteBuf buffer
private io.netty.handler.codec.http.HttpContent encodeNextChunkUrlEncoded (int) throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
String key
io.netty.buffer.ByteBuf buffer
io.netty.buffer.ByteBuf buffer
java.io.IOException e
int sizeleft
int size
io.netty.buffer.ByteBuf buffer
io.netty.buffer.ByteBuf delimiter
public void close () throws java.lang.Exception
public io.netty.handler.codec.http.HttpContent readChunk (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public io.netty.handler.codec.http.HttpContent readChunk (io.netty.buffer.ByteBufAllocator) throws java.lang.Exception
io.netty.handler.codec.http.HttpContent nextChunk
io.netty.buffer.ByteBufAllocator allocator
private io.netty.handler.codec.http.HttpContent nextChunk () throws io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException
io.netty.buffer.ByteBuf buffer
io.netty.handler.codec.http.HttpContent chunk
io.netty.handler.codec.http.HttpContent chunk
io.netty.buffer.ByteBuf buffer
io.netty.handler.codec.http.HttpContent chunk
io.netty.handler.codec.http.HttpContent chunk
io.netty.buffer.ByteBuf buffer
int size
public boolean isEndOfInput () throws java.lang.Exception
public long length ()
public long progress ()
public volatile java.lang.Object readChunk (io.netty.buffer.ByteBufAllocator) throws java.lang.Exception
public volatile java.lang.Object readChunk (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/multipart/AbstractHttpData.classAbstractHttpData.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.AbstractHttpData extends io.netty.util.AbstractReferenceCounted implements io.netty.handler.codec.http.multipart.HttpData {
private static final java.util.regex.Pattern STRIP_PATTERN
private static final java.util.regex.Pattern REPLACE_PATTERN
private final String name
protected long definedSize
protected long size
private java.nio.charset.Charset charset
private boolean completed
private long maxSize
protected void (java.lang.String, java.nio.charset.Charset, long)
String name
java.nio.charset.Charset charset
long size
public long getMaxSize ()
public void setMaxSize (long)
long maxSize
public void checkSize (long) throws java.io.IOException
long newSize
public java.lang.String getName ()
public boolean isCompleted ()
protected void setCompleted ()
public java.nio.charset.Charset getCharset ()
public void setCharset (java.nio.charset.Charset)
java.nio.charset.Charset charset
public long length ()
public long definedLength ()
public io.netty.buffer.ByteBuf content ()
java.io.IOException e
protected void deallocate ()
public io.netty.handler.codec.http.multipart.HttpData retain ()
public io.netty.handler.codec.http.multipart.HttpData retain (int)
int increment
public abstract io.netty.handler.codec.http.multipart.HttpData touch ()
public abstract io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
static void ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestDecoder.classHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestDecoder extends java.lang.Object implements io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder {
static final int DEFAULT_DISCARD_THRESHOLD
private final io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder decoder
public void (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, java.nio.charset.Charset)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
java.nio.charset.Charset charset
public static boolean isMultipart (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
protected static java.lang.String[] getMultipartDataBoundary (java.lang.String)
int mrank
int crank
int mrank
int crank
String bound
int index
String charset
int mrank
int crank
String boundary
String contentType
String[] headerContentType
public boolean isMultipart ()
public void setDiscardThreshold (int)
int discardThreshold
public int getDiscardThreshold ()
public java.util.List getBodyHttpDatas ()
public java.util.List getBodyHttpDatas (java.lang.String)
String name
public io.netty.handler.codec.http.multipart.InterfaceHttpData getBodyHttpData (java.lang.String)
String name
public io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
io.netty.handler.codec.http.HttpContent content
public boolean hasNext ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData next ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData currentPartialHttpData ()
public void destroy ()
public void cleanFiles ()
public void removeHttpDataFromClean (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData data
private static java.lang.String[] splitHeaderContentType (java.lang.String)
String sb
int aStart
int aEnd
int bStart
int bEnd
int cStart
int cEnd
}
io/netty/handler/codec/http/multipart/MixedAttribute.classMixedAttribute.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.MixedAttribute extends java.lang.Object implements io.netty.handler.codec.http.multipart.Attribute {
private io.netty.handler.codec.http.multipart.Attribute attribute
private final long limitSize
private long maxSize
public void (java.lang.String, long)
String name
long limitSize
public void (java.lang.String, long, long)
String name
long definedSize
long limitSize
public void (java.lang.String, long, java.nio.charset.Charset)
String name
long limitSize
java.nio.charset.Charset charset
public void (java.lang.String, long, long, java.nio.charset.Charset)
String name
long definedSize
long limitSize
java.nio.charset.Charset charset
public void (java.lang.String, java.lang.String, long)
String name
String value
long limitSize
public void (java.lang.String, java.lang.String, long, java.nio.charset.Charset)
java.io.IOException ignore
java.io.IOException e
java.io.IOException e
String name
String value
long limitSize
java.nio.charset.Charset charset
public long getMaxSize ()
public void setMaxSize (long)
long maxSize
public void checkSize (long) throws java.io.IOException
long newSize
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
io.netty.handler.codec.http.multipart.DiskAttribute diskAttribute
io.netty.buffer.ByteBuf buffer
boolean last
public void delete ()
public byte[] get () throws java.io.IOException
public io.netty.buffer.ByteBuf getByteBuf () throws java.io.IOException
public java.nio.charset.Charset getCharset ()
public java.lang.String getString () throws java.io.IOException
public java.lang.String getString (java.nio.charset.Charset) throws java.io.IOException
java.nio.charset.Charset encoding
public boolean isCompleted ()
public boolean isInMemory ()
public long length ()
public long definedLength ()
public boolean renameTo (java.io.File) throws java.io.IOException
java.io.File dest
public void setCharset (java.nio.charset.Charset)
java.nio.charset.Charset charset
public void setContent (io.netty.buffer.ByteBuf) throws java.io.IOException
io.netty.buffer.ByteBuf buffer
public void setContent (java.io.File) throws java.io.IOException
java.io.File file
public void setContent (java.io.InputStream) throws java.io.IOException
java.io.InputStream inputStream
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getName ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object obj
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public java.lang.String toString ()
public java.lang.String getValue () throws java.io.IOException
public void setValue (java.lang.String) throws java.io.IOException
String value
public io.netty.buffer.ByteBuf getChunk (int) throws java.io.IOException
int length
public java.io.File getFile () throws java.io.IOException
public io.netty.handler.codec.http.multipart.Attribute copy ()
public io.netty.handler.codec.http.multipart.Attribute duplicate ()
public io.netty.buffer.ByteBuf content ()
public int refCnt ()
public io.netty.handler.codec.http.multipart.Attribute retain ()
public io.netty.handler.codec.http.multipart.Attribute retain (int)
int increment
public io.netty.handler.codec.http.multipart.Attribute touch ()
public io.netty.handler.codec.http.multipart.Attribute touch (java.lang.Object)
Object hint
public boolean release ()
public boolean release (int)
int decrement
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
public final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode extends java.lang.Enum {
public static final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode RFC1738
public static final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode RFC3986
public static final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode HTML5
private static final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode[] $VALUES
public static io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode[] values ()
public static io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/multipart/HttpPostBodyUtil$SeekAheadNoBackArrayException.classHttpPostBodyUtil.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException extends java.lang.Exception {
private static final long serialVersionUID
void ()
}
io/netty/handler/codec/http/multipart/DiskFileUpload.classDiskFileUpload.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.DiskFileUpload extends io.netty.handler.codec.http.multipart.AbstractDiskHttpData implements io.netty.handler.codec.http.multipart.FileUpload {
public static String baseDirectory
public static boolean deleteOnExitTemporaryFile
public static final String prefix
public static final String postfix
private String filename
private String contentType
private String contentTransferEncoding
public void (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, long)
String name
String filename
String contentType
String contentTransferEncoding
java.nio.charset.Charset charset
long size
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getFilename ()
public void setFilename (java.lang.String)
String filename
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.multipart.Attribute attribute
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public int compareTo (io.netty.handler.codec.http.multipart.FileUpload)
io.netty.handler.codec.http.multipart.FileUpload o
int v
public void setContentType (java.lang.String)
String contentType
public java.lang.String getContentType ()
public java.lang.String getContentTransferEncoding ()
public void setContentTransferEncoding (java.lang.String)
String contentTransferEncoding
public java.lang.String toString ()
java.io.File file
protected boolean deleteOnExit ()
protected java.lang.String getBaseDirectory ()
protected java.lang.String getDiskFilename ()
java.io.File file
protected java.lang.String getPostfix ()
protected java.lang.String getPrefix ()
public io.netty.handler.codec.http.multipart.FileUpload copy ()
java.io.IOException e
io.netty.handler.codec.http.multipart.DiskFileUpload upload
io.netty.buffer.ByteBuf buf
public io.netty.handler.codec.http.multipart.FileUpload duplicate ()
java.io.IOException e
io.netty.handler.codec.http.multipart.DiskFileUpload upload
io.netty.buffer.ByteBuf buf
public io.netty.handler.codec.http.multipart.FileUpload retain (int)
int increment
public io.netty.handler.codec.http.multipart.FileUpload retain ()
public io.netty.handler.codec.http.multipart.FileUpload touch ()
public io.netty.handler.codec.http.multipart.FileUpload touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
static void ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$ErrorDataEncoderException.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$ErrorDataEncoderException extends java.lang.Exception {
private static final long serialVersionUID
public void ()
public void (java.lang.String)
String msg
public void (java.lang.Throwable)
Throwable cause
public void (java.lang.String, java.lang.Throwable)
String msg
Throwable cause
}
io/netty/handler/codec/http/multipart/InterfaceHttpData$HttpDataType.classInterfaceHttpData.java
package io.netty.handler.codec.http.multipart
public final io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType extends java.lang.Enum {
public static final io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType Attribute
public static final io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType FileUpload
public static final io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType InternalAttribute
private static final io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType[] $VALUES
public static io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType[] values ()
public static io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$WrappedFullHttpRequest.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
final io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$WrappedFullHttpRequest extends io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$WrappedHttpRequest implements io.netty.handler.codec.http.FullHttpRequest {
private final io.netty.handler.codec.http.HttpContent content
private void (io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpContent)
io.netty.handler.codec.http.HttpRequest request
io.netty.handler.codec.http.HttpContent content
public io.netty.handler.codec.http.FullHttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.FullHttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod method
public io.netty.handler.codec.http.FullHttpRequest setUri (java.lang.String)
String uri
private io.netty.handler.codec.http.FullHttpRequest copy (boolean, io.netty.buffer.ByteBuf)
boolean copyContent
io.netty.buffer.ByteBuf newContent
io.netty.handler.codec.http.DefaultFullHttpRequest copy
public io.netty.handler.codec.http.FullHttpRequest copy (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpRequest copy ()
public io.netty.handler.codec.http.FullHttpRequest duplicate ()
io.netty.handler.codec.http.DefaultFullHttpRequest duplicate
public io.netty.handler.codec.http.FullHttpRequest retain (int)
int increment
public io.netty.handler.codec.http.FullHttpRequest retain ()
public io.netty.handler.codec.http.FullHttpRequest touch ()
public io.netty.handler.codec.http.FullHttpRequest touch (java.lang.Object)
Object hint
public io.netty.buffer.ByteBuf content ()
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public int refCnt ()
public boolean release ()
public boolean release (int)
int decrement
public volatile io.netty.handler.codec.http.HttpRequest setUri (java.lang.String)
public volatile io.netty.handler.codec.http.HttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
public volatile io.netty.handler.codec.http.HttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public volatile io.netty.handler.codec.http.FullHttpMessage touch ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage retain (int)
public volatile io.netty.handler.codec.http.FullHttpMessage copy ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
void (io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpContent, io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$1)
io.netty.handler.codec.http.HttpRequest x0
io.netty.handler.codec.http.HttpContent x1
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$1 x2
}
io/netty/handler/codec/http/multipart/HttpPostRequestDecoder$EndOfDataDecoderException.classHttpPostRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException extends io.netty.handler.codec.DecoderException {
private static final long serialVersionUID
public void ()
}
io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$1.classHttpPostRequestEncoder.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$1 extends java.lang.Object {
}
io/netty/handler/codec/http/multipart/CaseIgnoringComparator.classCaseIgnoringComparator.java
package io.netty.handler.codec.http.multipart
final io.netty.handler.codec.http.multipart.CaseIgnoringComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable {
private static final long serialVersionUID
static final io.netty.handler.codec.http.multipart.CaseIgnoringComparator INSTANCE
private void ()
public int compare (java.lang.CharSequence, java.lang.CharSequence)
char c1
char c2
int i
CharSequence o1
CharSequence o2
int o1Length
int o2Length
int min
private java.lang.Object readResolve ()
public volatile int compare (java.lang.Object, java.lang.Object)
static void ()
}
io/netty/handler/codec/http/multipart/AbstractMemoryHttpData.classAbstractMemoryHttpData.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.AbstractMemoryHttpData extends io.netty.handler.codec.http.multipart.AbstractHttpData {
private io.netty.buffer.ByteBuf byteBuf
private int chunkPosition
protected void (java.lang.String, java.nio.charset.Charset, long)
String name
java.nio.charset.Charset charset
long size
public void setContent (io.netty.buffer.ByteBuf) throws java.io.IOException
io.netty.buffer.ByteBuf buffer
long localsize
public void setContent (java.io.InputStream) throws java.io.IOException
java.io.InputStream inputStream
io.netty.buffer.ByteBuf buffer
byte[] bytes
int read
int written
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
io.netty.buffer.CompositeByteBuf cbb
io.netty.buffer.CompositeByteBuf cbb
long localsize
io.netty.buffer.ByteBuf buffer
boolean last
public void setContent (java.io.File) throws java.io.IOException
java.io.File file
long newsize
java.io.FileInputStream inputStream
java.nio.channels.FileChannel fileChannel
byte[] array
java.nio.ByteBuffer byteBuffer
int read
public void delete ()
public byte[] get ()
byte[] array
public java.lang.String getString ()
public java.lang.String getString (java.nio.charset.Charset)
java.nio.charset.Charset encoding
public io.netty.buffer.ByteBuf getByteBuf ()
public io.netty.buffer.ByteBuf getChunk (int) throws java.io.IOException
int length
int sizeLeft
int sliceLength
io.netty.buffer.ByteBuf chunk
public boolean isInMemory ()
public boolean renameTo (java.io.File) throws java.io.IOException
java.nio.ByteBuffer byteBuffer
java.nio.ByteBuffer[] byteBuffers
java.io.File dest
int length
java.io.FileOutputStream outputStream
java.nio.channels.FileChannel fileChannel
int written
public java.io.File getFile () throws java.io.IOException
public io.netty.handler.codec.http.multipart.HttpData touch ()
public io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
}
io/netty/handler/codec/http/multipart/HttpData.classHttpData.java
package io.netty.handler.codec.http.multipart
public abstract io.netty.handler.codec.http.multipart.HttpData extends java.lang.Object implements io.netty.handler.codec.http.multipart.InterfaceHttpData io.netty.buffer.ByteBufHolder {
public abstract long getMaxSize ()
public abstract void setMaxSize (long)
public abstract void checkSize (long) throws java.io.IOException
public abstract void setContent (io.netty.buffer.ByteBuf) throws java.io.IOException
public abstract void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
public abstract void setContent (java.io.File) throws java.io.IOException
public abstract void setContent (java.io.InputStream) throws java.io.IOException
public abstract boolean isCompleted ()
public abstract long length ()
public abstract long definedLength ()
public abstract void delete ()
public abstract byte[] get () throws java.io.IOException
public abstract io.netty.buffer.ByteBuf getByteBuf () throws java.io.IOException
public abstract io.netty.buffer.ByteBuf getChunk (int) throws java.io.IOException
public abstract java.lang.String getString () throws java.io.IOException
public abstract java.lang.String getString (java.nio.charset.Charset) throws java.io.IOException
public abstract void setCharset (java.nio.charset.Charset)
public abstract java.nio.charset.Charset getCharset ()
public abstract boolean renameTo (java.io.File) throws java.io.IOException
public abstract boolean isInMemory ()
public abstract java.io.File getFile () throws java.io.IOException
public abstract io.netty.handler.codec.http.multipart.HttpData copy ()
public abstract io.netty.handler.codec.http.multipart.HttpData duplicate ()
public abstract io.netty.handler.codec.http.multipart.HttpData retain ()
public abstract io.netty.handler.codec.http.multipart.HttpData retain (int)
public abstract io.netty.handler.codec.http.multipart.HttpData touch ()
public abstract io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
}
io/netty/handler/codec/http/multipart/HttpPostBodyUtil$SeekAheadOptimize.classHttpPostBodyUtil.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize extends java.lang.Object {
byte[] bytes
int readerIndex
int pos
int origPos
int limit
io.netty.buffer.ByteBuf buffer
void (io.netty.buffer.ByteBuf) throws io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException
io.netty.buffer.ByteBuf buffer
void setReadPosition (int)
int minus
int getReadPosition (int)
int index
void clear ()
}
io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder$1.classHttpPostStandardRequestDecoder.java
package io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$http$multipart$HttpPostRequestDecoder$MultiPartStatus
static void ()
}
io/netty/handler/codec/http/multipart/InternalAttribute.classInternalAttribute.java
package io.netty.handler.codec.http.multipart
final io.netty.handler.codec.http.multipart.InternalAttribute extends io.netty.util.AbstractReferenceCounted implements io.netty.handler.codec.http.multipart.InterfaceHttpData {
private final java.util.List value
private final java.nio.charset.Charset charset
private int size
void (java.nio.charset.Charset)
java.nio.charset.Charset charset
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public void addValue (java.lang.String)
String value
io.netty.buffer.ByteBuf buf
public void addValue (java.lang.String, int)
String value
int rank
io.netty.buffer.ByteBuf buf
public void setValue (java.lang.String, int)
String value
int rank
io.netty.buffer.ByteBuf buf
io.netty.buffer.ByteBuf old
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.multipart.InternalAttribute attribute
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData o
public int compareTo (io.netty.handler.codec.http.multipart.InternalAttribute)
io.netty.handler.codec.http.multipart.InternalAttribute o
public java.lang.String toString ()
io.netty.buffer.ByteBuf elt
java.util.Iterator i$
StringBuilder result
public int size ()
public io.netty.buffer.ByteBuf toByteBuf ()
public java.lang.String getName ()
protected void deallocate ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
io.netty.buffer.ByteBuf buf
java.util.Iterator i$
public io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
io.netty.buffer.ByteBuf buf
java.util.Iterator i$
int increment
public io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
io.netty.buffer.ByteBuf buf
java.util.Iterator i$
public io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
io.netty.buffer.ByteBuf buf
java.util.Iterator i$
Object hint
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile int compareTo (java.lang.Object)
}
io/netty/handler/codec/http/multipart/MemoryAttribute.classMemoryAttribute.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.MemoryAttribute extends io.netty.handler.codec.http.multipart.AbstractMemoryHttpData implements io.netty.handler.codec.http.multipart.Attribute {
public void (java.lang.String)
String name
public void (java.lang.String, long)
String name
long definedSize
public void (java.lang.String, java.nio.charset.Charset)
String name
java.nio.charset.Charset charset
public void (java.lang.String, long, java.nio.charset.Charset)
String name
long definedSize
java.nio.charset.Charset charset
public void (java.lang.String, java.lang.String) throws java.io.IOException
String name
String value
public void (java.lang.String, java.lang.String, java.nio.charset.Charset) throws java.io.IOException
String name
String value
java.nio.charset.Charset charset
public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType ()
public java.lang.String getValue ()
public void setValue (java.lang.String) throws java.io.IOException
String value
byte[] bytes
io.netty.buffer.ByteBuf buffer
public void addContent (io.netty.buffer.ByteBuf, boolean) throws java.io.IOException
io.netty.buffer.ByteBuf buffer
boolean last
int localsize
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.multipart.Attribute attribute
public int compareTo (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData other
public int compareTo (io.netty.handler.codec.http.multipart.Attribute)
io.netty.handler.codec.http.multipart.Attribute o
public java.lang.String toString ()
public io.netty.handler.codec.http.multipart.Attribute copy ()
java.io.IOException e
io.netty.handler.codec.http.multipart.MemoryAttribute attr
io.netty.buffer.ByteBuf content
public io.netty.handler.codec.http.multipart.Attribute duplicate ()
java.io.IOException e
io.netty.handler.codec.http.multipart.MemoryAttribute attr
io.netty.buffer.ByteBuf content
public io.netty.handler.codec.http.multipart.Attribute retain ()
public io.netty.handler.codec.http.multipart.Attribute retain (int)
int increment
public io.netty.handler.codec.http.multipart.Attribute touch ()
public io.netty.handler.codec.http.multipart.Attribute touch (java.lang.Object)
Object hint
public volatile io.netty.handler.codec.http.multipart.HttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.HttpData touch ()
public volatile io.netty.handler.codec.http.multipart.HttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.HttpData retain ()
public volatile io.netty.handler.codec.http.multipart.HttpData duplicate ()
public volatile io.netty.handler.codec.http.multipart.HttpData copy ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch (java.lang.Object)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData touch ()
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain (int)
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpData retain ()
public volatile int compareTo (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
}
io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder.classHttpPostStandardRequestDecoder.java
package io.netty.handler.codec.http.multipart
public io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder extends java.lang.Object implements io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder {
private final io.netty.handler.codec.http.multipart.HttpDataFactory factory
private final io.netty.handler.codec.http.HttpRequest request
private final java.nio.charset.Charset charset
private boolean isLastChunk
private final java.util.List bodyListHttpData
private final java.util.Map bodyMapHttpData
private io.netty.buffer.ByteBuf undecodedChunk
private int bodyListHttpDataRank
private io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus
private io.netty.handler.codec.http.multipart.Attribute currentAttribute
private boolean destroyed
private int discardThreshold
public void (io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
public void (io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, java.nio.charset.Charset)
io.netty.handler.codec.http.multipart.HttpDataFactory factory
io.netty.handler.codec.http.HttpRequest request
java.nio.charset.Charset charset
private void checkDestroyed ()
public boolean isMultipart ()
public void setDiscardThreshold (int)
int discardThreshold
public int getDiscardThreshold ()
public java.util.List getBodyHttpDatas ()
public java.util.List getBodyHttpDatas (java.lang.String)
String name
public io.netty.handler.codec.http.multipart.InterfaceHttpData getBodyHttpData (java.lang.String)
String name
java.util.List list
public io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
io.netty.handler.codec.http.HttpContent content
io.netty.buffer.ByteBuf buf
public boolean hasNext ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData next ()
public io.netty.handler.codec.http.multipart.InterfaceHttpData currentPartialHttpData ()
private void parseBody ()
protected void addHttpData (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData data
java.util.List datas
private void parseBodyAttributesStandard ()
String key
int equalpos
String key
int ampersandpos
int ampersandpos
int ampersandpos
int ampersandpos
char read
int ampersandpos
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
java.io.IOException e
int firstpos
int currentpos
boolean contRead
private void parseBodyAttributes ()
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
String key
int equalpos
String key
int ampersandpos
int ampersandpos
int ampersandpos
int ampersandpos
char read
int ampersandpos
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException e
java.io.IOException e
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
int firstpos
int currentpos
boolean contRead
private void setFinalBuffer (io.netty.buffer.ByteBuf) throws java.io.IOException
io.netty.buffer.ByteBuf buffer
String value
private static java.lang.String decodeAttribute (java.lang.String, java.nio.charset.Charset)
IllegalArgumentException e
String s
java.nio.charset.Charset charset
void skipControlCharacters ()
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
IndexOutOfBoundsException e
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadNoBackArrayException ignored
char c
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize sao
void skipControlCharactersStandard ()
char c
public void destroy ()
int i
public void cleanFiles ()
public void removeHttpDataFromClean (io.netty.handler.codec.http.multipart.InterfaceHttpData)
io.netty.handler.codec.http.multipart.InterfaceHttpData data
public volatile io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder offer (io.netty.handler.codec.http.HttpContent)
}
io/netty/handler/codec/http/HttpHeaders.classHttpHeaders.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpHeaders extends java.lang.Object implements java.lang.Iterable {
public static final io.netty.handler.codec.http.HttpHeaders EMPTY_HEADERS
public static boolean isKeepAlive (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static void setKeepAlive (io.netty.handler.codec.http.HttpMessage, boolean)
io.netty.handler.codec.http.HttpMessage message
boolean keepAlive
public static java.lang.String getHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String name
public static java.lang.String getHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
public static java.lang.String getHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String name
String defaultValue
public static java.lang.String getHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
String defaultValue
public static void setHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.Object)
io.netty.handler.codec.http.HttpMessage message
String name
Object value
public static void setHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.Object)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
Object value
public static void setHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
String name
Iterable values
public static void setHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
Iterable values
public static void addHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.Object)
io.netty.handler.codec.http.HttpMessage message
String name
Object value
public static void addHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.Object)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
Object value
public static void removeHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String name
public static void removeHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
public static void clearHeaders (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static int getIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String name
public static int getIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
String value
public static int getIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, int)
io.netty.handler.codec.http.HttpMessage message
String name
int defaultValue
public static int getIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, int)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
int defaultValue
public static void setIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, int)
io.netty.handler.codec.http.HttpMessage message
String name
int value
public static void setIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, int)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
int value
public static void setIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
String name
Iterable values
public static void setIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
Iterable values
public static void addIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, int)
io.netty.handler.codec.http.HttpMessage message
String name
int value
public static void addIntHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, int)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
int value
public static java.util.Date getDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String) throws java.text.ParseException
io.netty.handler.codec.http.HttpMessage message
String name
public static java.util.Date getDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence) throws java.text.ParseException
io.netty.handler.codec.http.HttpMessage message
CharSequence name
String value
public static java.util.Date getDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
String name
java.util.Date defaultValue
public static java.util.Date getDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.util.Date)
java.text.ParseException ignored
io.netty.handler.codec.http.HttpMessage message
CharSequence name
java.util.Date defaultValue
String value
public static void setDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
String name
java.util.Date value
public static void setDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
java.util.Date value
public static void setDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
String name
Iterable values
public static void setDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.lang.Iterable)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
Iterable values
public static void addDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.String, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
String name
java.util.Date value
public static void addDateHeader (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
CharSequence name
java.util.Date value
public static long getContentLength (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static long getContentLength (io.netty.handler.codec.http.HttpMessage, long)
io.netty.handler.codec.http.HttpMessage message
long defaultValue
public static void setContentLength (io.netty.handler.codec.http.HttpMessage, long)
io.netty.handler.codec.http.HttpMessage message
long length
public static java.lang.String getHost (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static java.lang.String getHost (io.netty.handler.codec.http.HttpMessage, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String defaultValue
public static void setHost (io.netty.handler.codec.http.HttpMessage, java.lang.String)
io.netty.handler.codec.http.HttpMessage message
String value
public static void setHost (io.netty.handler.codec.http.HttpMessage, java.lang.CharSequence)
io.netty.handler.codec.http.HttpMessage message
CharSequence value
public static java.util.Date getDate (io.netty.handler.codec.http.HttpMessage) throws java.text.ParseException
io.netty.handler.codec.http.HttpMessage message
public static java.util.Date getDate (io.netty.handler.codec.http.HttpMessage, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
java.util.Date defaultValue
public static void setDate (io.netty.handler.codec.http.HttpMessage, java.util.Date)
io.netty.handler.codec.http.HttpMessage message
java.util.Date value
public static boolean is100ContinueExpected (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static void set100ContinueExpected (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static void set100ContinueExpected (io.netty.handler.codec.http.HttpMessage, boolean)
io.netty.handler.codec.http.HttpMessage message
boolean set
public static boolean isTransferEncodingChunked (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static void removeTransferEncodingChunked (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage m
public static void setTransferEncodingChunked (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage m
public static boolean isContentLengthSet (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage m
public static boolean equalsIgnoreCase (java.lang.CharSequence, java.lang.CharSequence)
CharSequence name1
CharSequence name2
static void encode (io.netty.handler.codec.http.HttpHeaders, io.netty.buffer.ByteBuf) throws java.lang.Exception
java.util.Map$Entry header
io.netty.handler.codec.http.HttpHeaders headers
io.netty.buffer.ByteBuf buf
java.util.Iterator iter
public static void encodeAscii (java.lang.CharSequence, io.netty.buffer.ByteBuf)
CharSequence seq
io.netty.buffer.ByteBuf buf
public static java.lang.CharSequence newEntity (java.lang.String)
String name
protected void ()
public abstract java.lang.String get (java.lang.String)
public java.lang.String get (java.lang.CharSequence)
CharSequence name
public java.lang.String get (java.lang.CharSequence, java.lang.String)
CharSequence name
String defaultValue
String value
public abstract java.lang.Integer getInt (java.lang.CharSequence)
public abstract int getInt (java.lang.CharSequence, int)
public abstract java.lang.Short getShort (java.lang.CharSequence)
public abstract short getShort (java.lang.CharSequence, short)
public abstract java.lang.Long getTimeMillis (java.lang.CharSequence)
public abstract long getTimeMillis (java.lang.CharSequence, long)
public abstract java.util.List getAll (java.lang.String)
public java.util.List getAll (java.lang.CharSequence)
CharSequence name
public abstract java.util.List entries ()
public abstract boolean contains (java.lang.String)
public abstract java.util.Iterator iterator ()
public abstract java.util.Iterator iteratorCharSequence ()
public boolean contains (java.lang.CharSequence)
CharSequence name
public abstract boolean isEmpty ()
public abstract int size ()
public abstract java.util.Set names ()
public abstract io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Object)
public io.netty.handler.codec.http.HttpHeaders add (java.lang.CharSequence, java.lang.Object)
CharSequence name
Object value
public abstract io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Iterable)
public io.netty.handler.codec.http.HttpHeaders add (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.HttpHeaders add (io.netty.handler.codec.http.HttpHeaders)
java.util.Map$Entry e
java.util.Iterator i$
io.netty.handler.codec.http.HttpHeaders headers
public abstract io.netty.handler.codec.http.HttpHeaders addInt (java.lang.CharSequence, int)
public abstract io.netty.handler.codec.http.HttpHeaders addShort (java.lang.CharSequence, short)
public abstract io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Object)
public io.netty.handler.codec.http.HttpHeaders set (java.lang.CharSequence, java.lang.Object)
CharSequence name
Object value
public abstract io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Iterable)
public io.netty.handler.codec.http.HttpHeaders set (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.HttpHeaders set (io.netty.handler.codec.http.HttpHeaders)
java.util.Map$Entry entry
java.util.Iterator i$
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpHeaders setAll (io.netty.handler.codec.http.HttpHeaders)
java.util.Map$Entry entry
java.util.Iterator i$
io.netty.handler.codec.http.HttpHeaders headers
public abstract io.netty.handler.codec.http.HttpHeaders setInt (java.lang.CharSequence, int)
public abstract io.netty.handler.codec.http.HttpHeaders setShort (java.lang.CharSequence, short)
public abstract io.netty.handler.codec.http.HttpHeaders remove (java.lang.String)
public io.netty.handler.codec.http.HttpHeaders remove (java.lang.CharSequence)
CharSequence name
public abstract io.netty.handler.codec.http.HttpHeaders clear ()
public boolean contains (java.lang.String, java.lang.String, boolean)
String v
java.util.Iterator i$
String name
String value
boolean ignoreCase
java.util.List values
public boolean containsValue (java.lang.CharSequence, java.lang.CharSequence, boolean)
String v
java.util.Iterator i$
CharSequence name
CharSequence value
boolean ignoreCase
java.util.List values
private static boolean contains (java.lang.String, java.lang.CharSequence, boolean)
String s
String[] arr$
int len$
int i$
String s
String[] arr$
int len$
int i$
String value
CharSequence expected
boolean ignoreCase
String[] parts
public final java.lang.String getAsString (java.lang.CharSequence)
CharSequence name
public final java.util.List getAllAsString (java.lang.CharSequence)
CharSequence name
public final java.util.Iterator iteratorAsString ()
public boolean contains (java.lang.CharSequence, java.lang.CharSequence, boolean)
CharSequence name
CharSequence value
boolean ignoreCase
static void ()
}
io/netty/handler/codec/http/HttpContentEncoder$Result.classHttpContentEncoder.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpContentEncoder$Result extends java.lang.Object {
private final String targetContentEncoding
private final io.netty.channel.embedded.EmbeddedChannel contentEncoder
public void (java.lang.String, io.netty.channel.embedded.EmbeddedChannel)
String targetContentEncoding
io.netty.channel.embedded.EmbeddedChannel contentEncoder
public java.lang.String targetContentEncoding ()
public io.netty.channel.embedded.EmbeddedChannel contentEncoder ()
}
io/netty/handler/codec/http/HttpObjectDecoder$1.classHttpObjectDecoder.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpObjectDecoder$1 extends java.lang.Object {
static final int[] $SwitchMap$io$netty$handler$codec$http$HttpObjectDecoder$State
static void ()
}
io/netty/handler/codec/http/HttpHeaderDateFormat$1.classHttpHeaderDateFormat.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpHeaderDateFormat$1 extends io.netty.util.concurrent.FastThreadLocal {
void ()
protected io.netty.handler.codec.http.HttpHeaderDateFormat initialValue ()
protected volatile java.lang.Object initialValue () throws java.lang.Exception
}
io/netty/handler/codec/http/HttpServerCodec.classHttpServerCodec.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpServerCodec extends io.netty.channel.CombinedChannelDuplexHandler implements io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec {
public void ()
public void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
public void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
public void (int, int, int, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
int initialBufferSize
public void upgradeFrom (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
}
io/netty/handler/codec/http/HttpContentDecompressor.classHttpContentDecompressor.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpContentDecompressor extends io.netty.handler.codec.http.HttpContentDecoder {
private final boolean strict
public void ()
public void (boolean)
boolean strict
protected io.netty.channel.embedded.EmbeddedChannel newContentDecoder (java.lang.String) throws java.lang.Exception
io.netty.handler.codec.compression.ZlibWrapper wrapper
String contentEncoding
}
io/netty/handler/codec/http/Cookie.classCookie.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.Cookie extends java.lang.Object implements io.netty.handler.codec.http.cookie.Cookie {
public abstract java.lang.String getName ()
public abstract java.lang.String getValue ()
public abstract java.lang.String getDomain ()
public abstract java.lang.String getPath ()
public abstract java.lang.String getComment ()
public abstract java.lang.String comment ()
public abstract void setComment (java.lang.String)
public abstract long getMaxAge ()
public abstract long maxAge ()
public abstract void setMaxAge (long)
public abstract int getVersion ()
public abstract int version ()
public abstract void setVersion (int)
public abstract java.lang.String getCommentUrl ()
public abstract java.lang.String commentUrl ()
public abstract void setCommentUrl (java.lang.String)
public abstract boolean isDiscard ()
public abstract void setDiscard (boolean)
public abstract java.util.Set getPorts ()
public abstract java.util.Set ports ()
public transient abstract void setPorts (int[])
public abstract void setPorts (java.lang.Iterable)
}
io/netty/handler/codec/http/HttpUtil.classHttpUtil.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpUtil extends java.lang.Object {
static final io.netty.handler.codec.http.EmptyHttpHeaders EMPTY_HEADERS
private static final io.netty.util.AsciiString CHARSET_EQUALS
private void ()
public static boolean isOriginForm (java.net.URI)
java.net.URI uri
public static boolean isAsteriskForm (java.net.URI)
java.net.URI uri
public static boolean isKeepAlive (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
CharSequence connection
public static void setKeepAlive (io.netty.handler.codec.http.HttpMessage, boolean)
io.netty.handler.codec.http.HttpMessage message
boolean keepAlive
public static void setKeepAlive (io.netty.handler.codec.http.HttpHeaders, io.netty.handler.codec.http.HttpVersion, boolean)
io.netty.handler.codec.http.HttpHeaders h
io.netty.handler.codec.http.HttpVersion httpVersion
boolean keepAlive
public static long getContentLength (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
String value
long webSocketContentLength
public static long getContentLength (io.netty.handler.codec.http.HttpMessage, long)
io.netty.handler.codec.http.HttpMessage message
long defaultValue
String value
long webSocketContentLength
public static int getContentLength (io.netty.handler.codec.http.HttpMessage, int)
io.netty.handler.codec.http.HttpMessage message
int defaultValue
private static int getWebSocketContentLength (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpRequest req
io.netty.handler.codec.http.HttpResponse res
io.netty.handler.codec.http.HttpMessage message
io.netty.handler.codec.http.HttpHeaders h
public static void setContentLength (io.netty.handler.codec.http.HttpMessage, long)
io.netty.handler.codec.http.HttpMessage message
long length
public static boolean isContentLengthSet (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage m
public static boolean is100ContinueExpected (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
CharSequence value
public static void set100ContinueExpected (io.netty.handler.codec.http.HttpMessage, boolean)
io.netty.handler.codec.http.HttpMessage message
boolean expected
public static boolean isTransferEncodingChunked (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static void setTransferEncodingChunked (io.netty.handler.codec.http.HttpMessage, boolean)
CharSequence value
java.util.List encodings
java.util.List values
java.util.Iterator valuesIt
io.netty.handler.codec.http.HttpMessage m
boolean chunked
public static java.nio.charset.Charset getCharset (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage message
public static java.nio.charset.Charset getCharset (io.netty.handler.codec.http.HttpMessage, java.nio.charset.Charset)
java.nio.charset.UnsupportedCharsetException unsupportedException
io.netty.handler.codec.http.HttpMessage message
java.nio.charset.Charset defaultCharset
CharSequence charsetCharSequence
public static java.lang.CharSequence getCharsetAsString (io.netty.handler.codec.http.HttpMessage)
int indexOfEncoding
int indexOfCharset
io.netty.handler.codec.http.HttpMessage message
CharSequence contentTypeValue
static void encodeAscii0 (java.lang.CharSequence, io.netty.buffer.ByteBuf)
int i
CharSequence seq
io.netty.buffer.ByteBuf buf
int length
private static byte c2b (char)
char c
static void ()
}
io/netty/handler/codec/http/HttpStatusClass$1.classHttpStatusClass.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpStatusClass$1 extends io.netty.handler.codec.http.HttpStatusClass {
void (java.lang.String, int, int, int, java.lang.String)
int x0
int x1
String x2
public boolean contains (int)
int code
}
io/netty/handler/codec/http/HttpHeaderValues.classHttpHeaderValues.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpHeaderValues extends java.lang.Object {
public static final io.netty.util.AsciiString APPLICATION_X_WWW_FORM_URLENCODED
public static final io.netty.util.AsciiString APPLICATION_OCTET_STREAM
public static final io.netty.util.AsciiString ATTACHMENT
public static final io.netty.util.AsciiString BASE64
public static final io.netty.util.AsciiString BINARY
public static final io.netty.util.AsciiString BOUNDARY
public static final io.netty.util.AsciiString BYTES
public static final io.netty.util.AsciiString CHARSET
public static final io.netty.util.AsciiString CHUNKED
public static final io.netty.util.AsciiString CLOSE
public static final io.netty.util.AsciiString COMPRESS
public static final io.netty.util.AsciiString CONTINUE
public static final io.netty.util.AsciiString DEFLATE
public static final io.netty.util.AsciiString X_DEFLATE
public static final io.netty.util.AsciiString FILE
public static final io.netty.util.AsciiString FILENAME
public static final io.netty.util.AsciiString FORM_DATA
public static final io.netty.util.AsciiString GZIP
public static final io.netty.util.AsciiString X_GZIP
public static final io.netty.util.AsciiString IDENTITY
public static final io.netty.util.AsciiString KEEP_ALIVE
public static final io.netty.util.AsciiString MAX_AGE
public static final io.netty.util.AsciiString MAX_STALE
public static final io.netty.util.AsciiString MIN_FRESH
public static final io.netty.util.AsciiString MULTIPART_FORM_DATA
public static final io.netty.util.AsciiString MULTIPART_MIXED
public static final io.netty.util.AsciiString MUST_REVALIDATE
public static final io.netty.util.AsciiString NAME
public static final io.netty.util.AsciiString NO_CACHE
public static final io.netty.util.AsciiString NO_STORE
public static final io.netty.util.AsciiString NO_TRANSFORM
public static final io.netty.util.AsciiString NONE
public static final io.netty.util.AsciiString ZERO
public static final io.netty.util.AsciiString ONLY_IF_CACHED
public static final io.netty.util.AsciiString PRIVATE
public static final io.netty.util.AsciiString PROXY_REVALIDATE
public static final io.netty.util.AsciiString PUBLIC
public static final io.netty.util.AsciiString QUOTED_PRINTABLE
public static final io.netty.util.AsciiString S_MAXAGE
public static final io.netty.util.AsciiString TEXT_PLAIN
public static final io.netty.util.AsciiString TRAILERS
public static final io.netty.util.AsciiString UPGRADE
public static final io.netty.util.AsciiString WEBSOCKET
private void ()
static void ()
}
io/netty/handler/codec/http/DefaultHttpResponse.classDefaultHttpResponse.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultHttpResponse extends io.netty.handler.codec.http.DefaultHttpMessage implements io.netty.handler.codec.http.HttpResponse {
private io.netty.handler.codec.http.HttpResponseStatus status
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
boolean validateHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean, boolean)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
boolean validateHeaders
boolean singleFieldHeaders
public void (io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpVersion version
io.netty.handler.codec.http.HttpResponseStatus status
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpResponseStatus getStatus ()
public io.netty.handler.codec.http.HttpResponseStatus status ()
public io.netty.handler.codec.http.HttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpResponseStatus status
public io.netty.handler.codec.http.HttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
}
io/netty/handler/codec/http/HttpMethod.classHttpMethod.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpMethod extends java.lang.Object implements java.lang.Comparable {
public static final io.netty.handler.codec.http.HttpMethod OPTIONS
public static final io.netty.handler.codec.http.HttpMethod GET
public static final io.netty.handler.codec.http.HttpMethod HEAD
public static final io.netty.handler.codec.http.HttpMethod POST
public static final io.netty.handler.codec.http.HttpMethod PUT
public static final io.netty.handler.codec.http.HttpMethod PATCH
public static final io.netty.handler.codec.http.HttpMethod DELETE
public static final io.netty.handler.codec.http.HttpMethod TRACE
public static final io.netty.handler.codec.http.HttpMethod CONNECT
private static final java.util.Map methodMap
private final io.netty.util.AsciiString name
public static io.netty.handler.codec.http.HttpMethod valueOf (java.lang.String)
String name
io.netty.handler.codec.http.HttpMethod result
public void (java.lang.String)
char c
int i
String name
public java.lang.String name ()
public io.netty.util.AsciiString asciiName ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.HttpMethod that
public java.lang.String toString ()
public int compareTo (io.netty.handler.codec.http.HttpMethod)
io.netty.handler.codec.http.HttpMethod o
public volatile int compareTo (java.lang.Object)
static void ()
}
io/netty/handler/codec/http/HttpContentDecoder.classHttpContentDecoder.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpContentDecoder extends io.netty.handler.codec.MessageToMessageDecoder {
static final String IDENTITY
private io.netty.channel.embedded.EmbeddedChannel decoder
private boolean continueResponse
public void ()
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.HttpRequest r
io.netty.handler.codec.http.HttpMessage copy
io.netty.handler.codec.http.HttpResponse r
io.netty.handler.codec.http.HttpMessage copy
io.netty.handler.codec.http.HttpMessage copy
io.netty.handler.codec.http.HttpMessage message
io.netty.handler.codec.http.HttpHeaders headers
String contentEncoding
CharSequence targetContentEncoding
io.netty.handler.codec.http.HttpContent c
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpObject msg
java.util.List out
private void decodeContent (io.netty.handler.codec.http.HttpContent, java.util.List)
io.netty.handler.codec.http.LastHttpContent last
io.netty.handler.codec.http.HttpHeaders headers
io.netty.handler.codec.http.HttpContent c
java.util.List out
io.netty.buffer.ByteBuf content
protected abstract io.netty.channel.embedded.EmbeddedChannel newContentDecoder (java.lang.String) throws java.lang.Exception
protected java.lang.String getTargetContentEncoding (java.lang.String) throws java.lang.Exception
String contentEncoding
public void handlerRemoved (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
private void cleanup ()
io.netty.buffer.ByteBuf buf
private void decode (io.netty.buffer.ByteBuf, java.util.List)
io.netty.buffer.ByteBuf in
java.util.List out
private void finishDecode (java.util.List)
java.util.List out
private void fetchDecoderOutput (java.util.List)
io.netty.buffer.ByteBuf buf
java.util.List out
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/FullHttpRequest.classFullHttpRequest.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.FullHttpRequest extends java.lang.Object implements io.netty.handler.codec.http.HttpRequest io.netty.handler.codec.http.FullHttpMessage {
public abstract io.netty.handler.codec.http.FullHttpRequest copy (io.netty.buffer.ByteBuf)
public abstract io.netty.handler.codec.http.FullHttpRequest copy ()
public abstract io.netty.handler.codec.http.FullHttpRequest retain (int)
public abstract io.netty.handler.codec.http.FullHttpRequest retain ()
public abstract io.netty.handler.codec.http.FullHttpRequest touch ()
public abstract io.netty.handler.codec.http.FullHttpRequest touch (java.lang.Object)
public abstract io.netty.handler.codec.http.FullHttpRequest duplicate ()
public abstract io.netty.handler.codec.http.FullHttpRequest setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public abstract io.netty.handler.codec.http.FullHttpRequest setMethod (io.netty.handler.codec.http.HttpMethod)
public abstract io.netty.handler.codec.http.FullHttpRequest setUri (java.lang.String)
}
io/netty/handler/codec/http/HttpClientCodec$1.classHttpClientCodec.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpClientCodec$1 extends java.lang.Object {
}
io/netty/handler/codec/http/HttpServerUpgradeHandler.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpServerUpgradeHandler extends io.netty.handler.codec.http.HttpObjectAggregator {
private final io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec sourceCodec
private final io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory upgradeCodecFactory
private boolean handlingUpgrade
static final boolean $assertionsDisabled
public void (io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec, io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory)
io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec sourceCodec
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory upgradeCodecFactory
public void (io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec, io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory, int)
io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec sourceCodec
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory upgradeCodecFactory
int maxContentLength
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
io.netty.handler.codec.http.FullHttpRequest fullRequest
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpObject msg
java.util.List out
io.netty.handler.codec.http.FullHttpRequest fullRequest
private static boolean isUpgradeRequest (io.netty.handler.codec.http.HttpObject)
io.netty.handler.codec.http.HttpObject msg
private boolean upgrade (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest)
CharSequence p
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec c
int i
CharSequence requiredHeader
java.util.Iterator i$
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.FullHttpRequest request
java.util.List requestedProtocols
int numRequestedProtocols
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec upgradeCodec
CharSequence upgradeProtocol
CharSequence connectionHeader
java.util.Collection requiredHeaders
java.util.List values
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent event
io.netty.handler.codec.http.FullHttpResponse upgradeResponse
io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec finalUpgradeCodec
private static io.netty.handler.codec.http.FullHttpResponse createUpgradeResponse (java.lang.CharSequence)
CharSequence upgradeProtocol
io.netty.handler.codec.http.DefaultFullHttpResponse res
private static java.util.List splitHeader (java.lang.CharSequence)
char c
int i
CharSequence header
StringBuilder builder
java.util.List protocols
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec access$100 (io.netty.handler.codec.http.HttpServerUpgradeHandler)
io.netty.handler.codec.http.HttpServerUpgradeHandler x0
static void ()
}
io/netty/handler/codec/http/HttpHeaderDateFormat.classHttpHeaderDateFormat.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpHeaderDateFormat extends java.text.SimpleDateFormat {
private static final long serialVersionUID
private final java.text.SimpleDateFormat format1
private final java.text.SimpleDateFormat format2
private static final io.netty.util.concurrent.FastThreadLocal dateFormatThreadLocal
public static io.netty.handler.codec.http.HttpHeaderDateFormat get ()
private void ()
public java.util.Date parse (java.lang.String, java.text.ParsePosition)
String text
java.text.ParsePosition pos
java.util.Date date
void (io.netty.handler.codec.http.HttpHeaderDateFormat$1)
io.netty.handler.codec.http.HttpHeaderDateFormat$1 x0
static void ()
}
io/netty/handler/codec/http/cookie/CookieUtil.classCookieUtil.java
package io.netty.handler.codec.http.cookie
final io.netty.handler.codec.http.cookie.CookieUtil extends java.lang.Object {
private static final java.util.BitSet VALID_COOKIE_VALUE_OCTETS
private static final java.util.BitSet VALID_COOKIE_NAME_OCTETS
private static java.util.BitSet validCookieValueOctets ()
int i
java.util.BitSet bits
private static java.util.BitSet validCookieNameOctets (java.util.BitSet)
java.util.BitSet validCookieValueOctets
java.util.BitSet bits
static java.lang.StringBuilder stringBuilder ()
static java.lang.String stripTrailingSeparatorOrNull (java.lang.StringBuilder)
StringBuilder buf
static java.lang.String stripTrailingSeparator (java.lang.StringBuilder)
StringBuilder buf
static void add (java.lang.StringBuilder, java.lang.String, long)
StringBuilder sb
String name
long val
static void add (java.lang.StringBuilder, java.lang.String, java.lang.String)
StringBuilder sb
String name
String val
static void add (java.lang.StringBuilder, java.lang.String)
StringBuilder sb
String name
static void addQuoted (java.lang.StringBuilder, java.lang.String, java.lang.String)
StringBuilder sb
String name
String val
static int firstInvalidCookieNameOctet (java.lang.CharSequence)
CharSequence cs
static int firstInvalidCookieValueOctet (java.lang.CharSequence)
CharSequence cs
static int firstInvalidOctet (java.lang.CharSequence, java.util.BitSet)
char c
int i
CharSequence cs
java.util.BitSet bits
static java.lang.CharSequence unwrapValue (java.lang.CharSequence)
CharSequence cs
int len
private void ()
static void ()
}
io/netty/handler/codec/http/cookie/ClientCookieEncoder$1.classClientCookieEncoder.java
package io.netty.handler.codec.http.cookie
final io.netty.handler.codec.http.cookie.ClientCookieEncoder$1 extends java.lang.Object implements java.util.Comparator {
void ()
public int compare (io.netty.handler.codec.http.cookie.Cookie, io.netty.handler.codec.http.cookie.Cookie)
io.netty.handler.codec.http.cookie.Cookie c1
io.netty.handler.codec.http.cookie.Cookie c2
String path1
String path2
int len1
int len2
int diff
public volatile int compare (java.lang.Object, java.lang.Object)
}
io/netty/handler/codec/http/cookie/ClientCookieDecoder.classClientCookieDecoder.java
package io.netty.handler.codec.http.cookie
public final io.netty.handler.codec.http.cookie.ClientCookieDecoder extends io.netty.handler.codec.http.cookie.CookieDecoder {
public static final io.netty.handler.codec.http.cookie.ClientCookieDecoder STRICT
public static final io.netty.handler.codec.http.cookie.ClientCookieDecoder LAX
private void (boolean)
boolean strict
public io.netty.handler.codec.http.cookie.Cookie decode (java.lang.String)
char c
int semiPos
char curChar
io.netty.handler.codec.http.cookie.DefaultCookie cookie
int nameBegin
int nameEnd
int valueBegin
int valueEnd
int i
String header
int headerLen
io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder cookieBuilder
static void ()
}
io/netty/handler/codec/http/cookie/DefaultCookie.classDefaultCookie.java
package io.netty.handler.codec.http.cookie
public io.netty.handler.codec.http.cookie.DefaultCookie extends java.lang.Object implements io.netty.handler.codec.http.cookie.Cookie {
private final String name
private String value
private boolean wrap
private String domain
private String path
private long maxAge
private boolean secure
private boolean httpOnly
public void (java.lang.String, java.lang.String)
char c
int i
String name
String value
public java.lang.String name ()
public java.lang.String value ()
public void setValue (java.lang.String)
String value
public boolean wrap ()
public void setWrap (boolean)
boolean wrap
public java.lang.String domain ()
public void setDomain (java.lang.String)
String domain
public java.lang.String path ()
public void setPath (java.lang.String)
String path
public long maxAge ()
public void setMaxAge (long)
long maxAge
public boolean isSecure ()
public void setSecure (boolean)
boolean secure
public boolean isHttpOnly ()
public void setHttpOnly (boolean)
boolean httpOnly
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.cookie.Cookie that
public int compareTo (io.netty.handler.codec.http.cookie.Cookie)
io.netty.handler.codec.http.cookie.Cookie c
int v
public java.lang.String toString ()
StringBuilder buf
protected java.lang.String validateValue (java.lang.String, java.lang.String)
char c
int i
String name
String value
public volatile int compareTo (java.lang.Object)
}
io/netty/handler/codec/http/cookie/CookieDecoder.classCookieDecoder.java
package io.netty.handler.codec.http.cookie
public abstract io.netty.handler.codec.http.cookie.CookieDecoder extends java.lang.Object {
private final io.netty.util.internal.logging.InternalLogger logger
private final boolean strict
protected void (boolean)
boolean strict
protected io.netty.handler.codec.http.cookie.DefaultCookie initCookie (java.lang.String, int, int, int, int)
int invalidOctetPos
int invalidOctetPos
String header
int nameBegin
int nameEnd
int valueBegin
int valueEnd
CharSequence wrappedValue
CharSequence unwrappedValue
String name
boolean wrap
io.netty.handler.codec.http.cookie.DefaultCookie cookie
}
io/netty/handler/codec/http/cookie/CookieEncoder.classCookieEncoder.java
package io.netty.handler.codec.http.cookie
public abstract io.netty.handler.codec.http.cookie.CookieEncoder extends java.lang.Object {
protected final boolean strict
protected void (boolean)
boolean strict
protected void validateCookie (java.lang.String, java.lang.String)
int pos
CharSequence unwrappedValue
String name
String value
}
io/netty/handler/codec/http/cookie/Cookie.classCookie.java
package io.netty.handler.codec.http.cookie
public abstract io.netty.handler.codec.http.cookie.Cookie extends java.lang.Object implements java.lang.Comparable {
public abstract java.lang.String name ()
public abstract java.lang.String value ()
public abstract void setValue (java.lang.String)
public abstract boolean wrap ()
public abstract void setWrap (boolean)
public abstract java.lang.String domain ()
public abstract void setDomain (java.lang.String)
public abstract java.lang.String path ()
public abstract void setPath (java.lang.String)
public abstract long maxAge ()
public abstract void setMaxAge (long)
public abstract boolean isSecure ()
public abstract void setSecure (boolean)
public abstract boolean isHttpOnly ()
public abstract void setHttpOnly (boolean)
}
io/netty/handler/codec/http/cookie/ClientCookieDecoder$CookieBuilder.classClientCookieDecoder.java
package io.netty.handler.codec.http.cookie
io.netty.handler.codec.http.cookie.ClientCookieDecoder$CookieBuilder extends java.lang.Object {
private final String header
private final io.netty.handler.codec.http.cookie.DefaultCookie cookie
private String domain
private String path
private long maxAge
private int expiresStart
private int expiresEnd
private boolean secure
private boolean httpOnly
public void (io.netty.handler.codec.http.cookie.DefaultCookie, java.lang.String)
io.netty.handler.codec.http.cookie.DefaultCookie cookie
String header
private long mergeMaxAgeAndExpires ()
long maxAgeMillis
java.util.Date expiresDate
String expires
public io.netty.handler.codec.http.cookie.Cookie cookie ()
public void appendAttribute (int, int, int, int)
int keyStart
int keyEnd
int valueStart
int valueEnd
int length
private void parse4 (int, int, int)
int nameStart
int valueStart
int valueEnd
private void parse6 (int, int, int)
int nameStart
int valueStart
int valueEnd
private void setMaxAge (java.lang.String)
String value
private void parse7 (int, int, int)
int nameStart
int valueStart
int valueEnd
private void parse8 (int, int, int)
int nameStart
int valueStart
int valueEnd
private java.lang.String computeValue (int, int)
int valueStart
int valueEnd
}
io/netty/handler/codec/http/cookie/ServerCookieEncoder.classServerCookieEncoder.java
package io.netty.handler.codec.http.cookie
public final io.netty.handler.codec.http.cookie.ServerCookieEncoder extends io.netty.handler.codec.http.cookie.CookieEncoder {
public static final io.netty.handler.codec.http.cookie.ServerCookieEncoder STRICT
public static final io.netty.handler.codec.http.cookie.ServerCookieEncoder LAX
private void (boolean)
boolean strict
public java.lang.String encode (java.lang.String, java.lang.String)
String name
String value
public java.lang.String encode (io.netty.handler.codec.http.cookie.Cookie)
java.util.Date expires
io.netty.handler.codec.http.cookie.Cookie cookie
String name
String value
StringBuilder buf
private java.util.List dedup (java.util.List, java.util.Map)
int idx
java.util.Iterator i$
int i
int n
java.util.List encoded
java.util.Map nameToLastIndex
boolean[] isLastInstance
java.util.List dedupd
public transient java.util.List encode (io.netty.handler.codec.http.cookie.Cookie[])
io.netty.handler.codec.http.cookie.Cookie c
int i
io.netty.handler.codec.http.cookie.Cookie[] cookies
java.util.List encoded
java.util.Map nameToIndex
boolean hasDupdName
public java.util.List encode (java.util.Collection)
io.netty.handler.codec.http.cookie.Cookie c
java.util.Iterator i$
java.util.Collection cookies
java.util.List encoded
java.util.Map nameToIndex
int i
boolean hasDupdName
public java.util.List encode (java.lang.Iterable)
io.netty.handler.codec.http.cookie.Cookie c
Iterable cookies
java.util.Iterator cookiesIt
java.util.List encoded
io.netty.handler.codec.http.cookie.Cookie firstCookie
java.util.Map nameToIndex
int i
boolean hasDupdName
static void ()
}
io/netty/handler/codec/http/cookie/CookieHeaderNames.classCookieHeaderNames.java
package io.netty.handler.codec.http.cookie
public final io.netty.handler.codec.http.cookie.CookieHeaderNames extends java.lang.Object {
public static final String PATH
public static final String EXPIRES
public static final String MAX_AGE
public static final String DOMAIN
public static final String SECURE
public static final String HTTPONLY
private void ()
}
io/netty/handler/codec/http/cookie/ClientCookieEncoder.classClientCookieEncoder.java
package io.netty.handler.codec.http.cookie
public final io.netty.handler.codec.http.cookie.ClientCookieEncoder extends io.netty.handler.codec.http.cookie.CookieEncoder {
public static final io.netty.handler.codec.http.cookie.ClientCookieEncoder STRICT
public static final io.netty.handler.codec.http.cookie.ClientCookieEncoder LAX
private static final java.util.Comparator COOKIE_COMPARATOR
private void (boolean)
boolean strict
public java.lang.String encode (java.lang.String, java.lang.String)
String name
String value
public java.lang.String encode (io.netty.handler.codec.http.cookie.Cookie)
io.netty.handler.codec.http.cookie.Cookie cookie
StringBuilder buf
public transient java.lang.String encode (io.netty.handler.codec.http.cookie.Cookie[])
io.netty.handler.codec.http.cookie.Cookie c
io.netty.handler.codec.http.cookie.Cookie[] arr$
int len$
int i$
io.netty.handler.codec.http.cookie.Cookie[] cookiesSorted
io.netty.handler.codec.http.cookie.Cookie c
io.netty.handler.codec.http.cookie.Cookie[] arr$
int len$
int i$
io.netty.handler.codec.http.cookie.Cookie[] cookies
StringBuilder buf
public java.lang.String encode (java.util.Collection)
io.netty.handler.codec.http.cookie.Cookie c
io.netty.handler.codec.http.cookie.Cookie[] arr$
int len$
int i$
io.netty.handler.codec.http.cookie.Cookie[] cookiesSorted
io.netty.handler.codec.http.cookie.Cookie c
java.util.Iterator i$
java.util.Collection cookies
StringBuilder buf
public java.lang.String encode (java.lang.Iterable)
io.netty.handler.codec.http.cookie.Cookie c
io.netty.handler.codec.http.cookie.Cookie[] arr$
int len$
int i$
java.util.List cookiesList
io.netty.handler.codec.http.cookie.Cookie[] cookiesSorted
io.netty.handler.codec.http.cookie.Cookie firstCookie
Iterable cookies
java.util.Iterator cookiesIt
StringBuilder buf
private void encode (java.lang.StringBuilder, io.netty.handler.codec.http.cookie.Cookie)
StringBuilder buf
io.netty.handler.codec.http.cookie.Cookie c
String name
String value
static void ()
}
io/netty/handler/codec/http/cookie/ServerCookieDecoder.classServerCookieDecoder.java
package io.netty.handler.codec.http.cookie
public final io.netty.handler.codec.http.cookie.ServerCookieDecoder extends io.netty.handler.codec.http.cookie.CookieDecoder {
private static final String RFC2965_VERSION
private static final String RFC2965_PATH
private static final String RFC2965_DOMAIN
private static final String RFC2965_PORT
public static final io.netty.handler.codec.http.cookie.ServerCookieDecoder STRICT
public static final io.netty.handler.codec.http.cookie.ServerCookieDecoder LAX
private void (boolean)
boolean strict
public java.util.Set decode (java.lang.String)
char c
int semiPos
char curChar
int nameBegin
int nameEnd
int valueBegin
int valueEnd
io.netty.handler.codec.http.cookie.DefaultCookie cookie
String header
int headerLen
java.util.Set cookies
int i
boolean rfc2965Style
static void ()
}
io/netty/handler/codec/http/HttpServerUpgradeHandler$UpgradeCodecFactory.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory extends java.lang.Object {
public abstract io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec newUpgradeCodec (java.lang.CharSequence)
}
io/netty/handler/codec/http/HttpChunkedInput.classHttpChunkedInput.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpChunkedInput extends java.lang.Object implements io.netty.handler.stream.ChunkedInput {
private final io.netty.handler.stream.ChunkedInput input
private final io.netty.handler.codec.http.LastHttpContent lastHttpContent
private boolean sentLastChunk
public void (io.netty.handler.stream.ChunkedInput)
io.netty.handler.stream.ChunkedInput input
public void (io.netty.handler.stream.ChunkedInput, io.netty.handler.codec.http.LastHttpContent)
io.netty.handler.stream.ChunkedInput input
io.netty.handler.codec.http.LastHttpContent lastHttpContent
public boolean isEndOfInput () throws java.lang.Exception
public void close () throws java.lang.Exception
public io.netty.handler.codec.http.HttpContent readChunk (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public io.netty.handler.codec.http.HttpContent readChunk (io.netty.buffer.ByteBufAllocator) throws java.lang.Exception
io.netty.buffer.ByteBuf buf
io.netty.buffer.ByteBufAllocator allocator
public long length ()
public long progress ()
public volatile java.lang.Object readChunk (io.netty.buffer.ByteBufAllocator) throws java.lang.Exception
public volatile java.lang.Object readChunk (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
}
io/netty/handler/codec/http/HttpResponseStatus.classHttpResponseStatus.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpResponseStatus extends java.lang.Object implements java.lang.Comparable {
public static final io.netty.handler.codec.http.HttpResponseStatus CONTINUE
public static final io.netty.handler.codec.http.HttpResponseStatus SWITCHING_PROTOCOLS
public static final io.netty.handler.codec.http.HttpResponseStatus PROCESSING
public static final io.netty.handler.codec.http.HttpResponseStatus OK
public static final io.netty.handler.codec.http.HttpResponseStatus CREATED
public static final io.netty.handler.codec.http.HttpResponseStatus ACCEPTED
public static final io.netty.handler.codec.http.HttpResponseStatus NON_AUTHORITATIVE_INFORMATION
public static final io.netty.handler.codec.http.HttpResponseStatus NO_CONTENT
public static final io.netty.handler.codec.http.HttpResponseStatus RESET_CONTENT
public static final io.netty.handler.codec.http.HttpResponseStatus PARTIAL_CONTENT
public static final io.netty.handler.codec.http.HttpResponseStatus MULTI_STATUS
public static final io.netty.handler.codec.http.HttpResponseStatus MULTIPLE_CHOICES
public static final io.netty.handler.codec.http.HttpResponseStatus MOVED_PERMANENTLY
public static final io.netty.handler.codec.http.HttpResponseStatus FOUND
public static final io.netty.handler.codec.http.HttpResponseStatus SEE_OTHER
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_MODIFIED
public static final io.netty.handler.codec.http.HttpResponseStatus USE_PROXY
public static final io.netty.handler.codec.http.HttpResponseStatus TEMPORARY_REDIRECT
public static final io.netty.handler.codec.http.HttpResponseStatus BAD_REQUEST
public static final io.netty.handler.codec.http.HttpResponseStatus UNAUTHORIZED
public static final io.netty.handler.codec.http.HttpResponseStatus PAYMENT_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus FORBIDDEN
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_FOUND
public static final io.netty.handler.codec.http.HttpResponseStatus METHOD_NOT_ALLOWED
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_ACCEPTABLE
public static final io.netty.handler.codec.http.HttpResponseStatus PROXY_AUTHENTICATION_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_TIMEOUT
public static final io.netty.handler.codec.http.HttpResponseStatus CONFLICT
public static final io.netty.handler.codec.http.HttpResponseStatus GONE
public static final io.netty.handler.codec.http.HttpResponseStatus LENGTH_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus PRECONDITION_FAILED
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_ENTITY_TOO_LARGE
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_URI_TOO_LONG
public static final io.netty.handler.codec.http.HttpResponseStatus UNSUPPORTED_MEDIA_TYPE
public static final io.netty.handler.codec.http.HttpResponseStatus REQUESTED_RANGE_NOT_SATISFIABLE
public static final io.netty.handler.codec.http.HttpResponseStatus EXPECTATION_FAILED
public static final io.netty.handler.codec.http.HttpResponseStatus MISDIRECTED_REQUEST
public static final io.netty.handler.codec.http.HttpResponseStatus UNPROCESSABLE_ENTITY
public static final io.netty.handler.codec.http.HttpResponseStatus LOCKED
public static final io.netty.handler.codec.http.HttpResponseStatus FAILED_DEPENDENCY
public static final io.netty.handler.codec.http.HttpResponseStatus UNORDERED_COLLECTION
public static final io.netty.handler.codec.http.HttpResponseStatus UPGRADE_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus PRECONDITION_REQUIRED
public static final io.netty.handler.codec.http.HttpResponseStatus TOO_MANY_REQUESTS
public static final io.netty.handler.codec.http.HttpResponseStatus REQUEST_HEADER_FIELDS_TOO_LARGE
public static final io.netty.handler.codec.http.HttpResponseStatus INTERNAL_SERVER_ERROR
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_IMPLEMENTED
public static final io.netty.handler.codec.http.HttpResponseStatus BAD_GATEWAY
public static final io.netty.handler.codec.http.HttpResponseStatus SERVICE_UNAVAILABLE
public static final io.netty.handler.codec.http.HttpResponseStatus GATEWAY_TIMEOUT
public static final io.netty.handler.codec.http.HttpResponseStatus HTTP_VERSION_NOT_SUPPORTED
public static final io.netty.handler.codec.http.HttpResponseStatus VARIANT_ALSO_NEGOTIATES
public static final io.netty.handler.codec.http.HttpResponseStatus INSUFFICIENT_STORAGE
public static final io.netty.handler.codec.http.HttpResponseStatus NOT_EXTENDED
public static final io.netty.handler.codec.http.HttpResponseStatus NETWORK_AUTHENTICATION_REQUIRED
private final int code
private final io.netty.util.AsciiString codeAsText
private io.netty.handler.codec.http.HttpStatusClass codeClass
private final String reasonPhrase
private final byte[] bytes
private static io.netty.handler.codec.http.HttpResponseStatus newStatus (int, java.lang.String)
int statusCode
String reasonPhrase
public static io.netty.handler.codec.http.HttpResponseStatus valueOf (int)
int code
public static io.netty.handler.codec.http.HttpResponseStatus parseLine (java.lang.CharSequence)
int code
String reasonPhrase
io.netty.handler.codec.http.HttpResponseStatus responseStatus
int space
Exception e
CharSequence line
String status
public static io.netty.handler.codec.http.HttpResponseStatus parseLine (io.netty.util.AsciiString)
io.netty.handler.codec.http.HttpResponseStatus$HttpStatusLineProcessor processor
io.netty.handler.codec.http.HttpResponseStatus status
Exception e
io.netty.util.AsciiString line
private void (int)
int code
public void (int, java.lang.String)
int code
String reasonPhrase
private void (int, java.lang.String, boolean)
char c
int i
int code
String reasonPhrase
boolean bytes
public int code ()
public io.netty.util.AsciiString codeAsText ()
public java.lang.String reasonPhrase ()
public io.netty.handler.codec.http.HttpStatusClass codeClass ()
io.netty.handler.codec.http.HttpStatusClass type
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
public int compareTo (io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpResponseStatus o
public java.lang.String toString ()
void encode (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buf
public volatile int compareTo (java.lang.Object)
static void ()
}
io/netty/handler/codec/http/FullHttpResponse.classFullHttpResponse.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.FullHttpResponse extends java.lang.Object implements io.netty.handler.codec.http.HttpResponse io.netty.handler.codec.http.FullHttpMessage {
public abstract io.netty.handler.codec.http.FullHttpResponse copy (io.netty.buffer.ByteBuf)
public abstract io.netty.handler.codec.http.FullHttpResponse copy ()
public abstract io.netty.handler.codec.http.FullHttpResponse retain (int)
public abstract io.netty.handler.codec.http.FullHttpResponse retain ()
public abstract io.netty.handler.codec.http.FullHttpResponse touch ()
public abstract io.netty.handler.codec.http.FullHttpResponse touch (java.lang.Object)
public abstract io.netty.handler.codec.http.FullHttpResponse duplicate ()
public abstract io.netty.handler.codec.http.FullHttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public abstract io.netty.handler.codec.http.FullHttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
}
io/netty/handler/codec/http/HttpObjectAggregator$1.classHttpObjectAggregator.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpObjectAggregator$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.http.HttpObjectAggregator this$0
void (io.netty.handler.codec.http.HttpObjectAggregator, io.netty.channel.ChannelHandlerContext)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
io/netty/handler/codec/http/DefaultLastHttpContent$TrailingHttpHeaders$1.classDefaultLastHttpContent.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.DefaultLastHttpContent$TrailingHttpHeaders$1 extends java.lang.Object implements io.netty.handler.codec.DefaultHeaders$NameValidator {
void ()
public void validateName (java.lang.CharSequence)
CharSequence name
public volatile void validateName (java.lang.Object)
}
io/netty/handler/codec/http/ServerCookieEncoder.classServerCookieEncoder.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.ServerCookieEncoder extends java.lang.Object {
public static java.lang.String encode (java.lang.String, java.lang.String)
String name
String value
public static java.lang.String encode (io.netty.handler.codec.http.Cookie)
io.netty.handler.codec.http.Cookie cookie
public static transient java.util.List encode (io.netty.handler.codec.http.Cookie[])
io.netty.handler.codec.http.Cookie[] cookies
public static java.util.List encode (java.util.Collection)
java.util.Collection cookies
public static java.util.List encode (java.lang.Iterable)
Iterable cookies
private void ()
}
io/netty/handler/codec/http/EmptyHttpHeaders.classEmptyHttpHeaders.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.EmptyHttpHeaders extends io.netty.handler.codec.http.HttpHeaders {
static final java.util.Iterator EMPTY_CHARS_ITERATOR
public static final io.netty.handler.codec.http.EmptyHttpHeaders INSTANCE
static io.netty.handler.codec.http.EmptyHttpHeaders instance ()
protected void ()
public java.lang.String get (java.lang.String)
String name
public java.lang.Integer getInt (java.lang.CharSequence)
CharSequence name
public int getInt (java.lang.CharSequence, int)
CharSequence name
int defaultValue
public java.lang.Short getShort (java.lang.CharSequence)
CharSequence name
public short getShort (java.lang.CharSequence, short)
CharSequence name
short defaultValue
public java.lang.Long getTimeMillis (java.lang.CharSequence)
CharSequence name
public long getTimeMillis (java.lang.CharSequence, long)
CharSequence name
long defaultValue
public java.util.List getAll (java.lang.String)
String name
public java.util.List entries ()
public boolean contains (java.lang.String)
String name
public boolean isEmpty ()
public int size ()
public java.util.Set names ()
public io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Object)
String name
Object value
public io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Iterable)
String name
Iterable values
public io.netty.handler.codec.http.HttpHeaders addInt (java.lang.CharSequence, int)
CharSequence name
int value
public io.netty.handler.codec.http.HttpHeaders addShort (java.lang.CharSequence, short)
CharSequence name
short value
public io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Object)
String name
Object value
public io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Iterable)
String name
Iterable values
public io.netty.handler.codec.http.HttpHeaders setInt (java.lang.CharSequence, int)
CharSequence name
int value
public io.netty.handler.codec.http.HttpHeaders setShort (java.lang.CharSequence, short)
CharSequence name
short value
public io.netty.handler.codec.http.HttpHeaders remove (java.lang.String)
String name
public io.netty.handler.codec.http.HttpHeaders clear ()
public java.util.Iterator iterator ()
public java.util.Iterator iteratorCharSequence ()
static void ()
}
io/netty/handler/codec/http/DefaultHttpHeaders.classDefaultHttpHeaders.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultHttpHeaders extends io.netty.handler.codec.http.HttpHeaders {
private static final int HIGHEST_INVALID_VALUE_CHAR_MASK
private static final io.netty.util.ByteProcessor HEADER_NAME_VALIDATOR
static final io.netty.handler.codec.DefaultHeaders$NameValidator HttpNameValidator
private final io.netty.handler.codec.DefaultHeaders headers
public void ()
public void (boolean)
boolean validate
protected void (boolean, io.netty.handler.codec.DefaultHeaders$NameValidator)
boolean validate
io.netty.handler.codec.DefaultHeaders$NameValidator nameValidator
protected void (io.netty.handler.codec.DefaultHeaders)
io.netty.handler.codec.DefaultHeaders headers
public io.netty.handler.codec.http.HttpHeaders add (io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpHeaders set (io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpHeaders headers
public io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Object)
String name
Object value
public io.netty.handler.codec.http.HttpHeaders add (java.lang.CharSequence, java.lang.Object)
CharSequence name
Object value
public io.netty.handler.codec.http.HttpHeaders add (java.lang.String, java.lang.Iterable)
String name
Iterable values
public io.netty.handler.codec.http.HttpHeaders add (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.HttpHeaders addInt (java.lang.CharSequence, int)
CharSequence name
int value
public io.netty.handler.codec.http.HttpHeaders addShort (java.lang.CharSequence, short)
CharSequence name
short value
public io.netty.handler.codec.http.HttpHeaders remove (java.lang.String)
String name
public io.netty.handler.codec.http.HttpHeaders remove (java.lang.CharSequence)
CharSequence name
public io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Object)
String name
Object value
public io.netty.handler.codec.http.HttpHeaders set (java.lang.CharSequence, java.lang.Object)
CharSequence name
Object value
public io.netty.handler.codec.http.HttpHeaders set (java.lang.String, java.lang.Iterable)
String name
Iterable values
public io.netty.handler.codec.http.HttpHeaders set (java.lang.CharSequence, java.lang.Iterable)
CharSequence name
Iterable values
public io.netty.handler.codec.http.HttpHeaders setInt (java.lang.CharSequence, int)
CharSequence name
int value
public io.netty.handler.codec.http.HttpHeaders setShort (java.lang.CharSequence, short)
CharSequence name
short value
public io.netty.handler.codec.http.HttpHeaders clear ()
public java.lang.String get (java.lang.String)
String name
public java.lang.String get (java.lang.CharSequence)
CharSequence name
public java.lang.Integer getInt (java.lang.CharSequence)
CharSequence name
public int getInt (java.lang.CharSequence, int)
CharSequence name
int defaultValue
public java.lang.Short getShort (java.lang.CharSequence)
CharSequence name
public short getShort (java.lang.CharSequence, short)
CharSequence name
short defaultValue
public java.lang.Long getTimeMillis (java.lang.CharSequence)
CharSequence name
public long getTimeMillis (java.lang.CharSequence, long)
CharSequence name
long defaultValue
public java.util.List getAll (java.lang.String)
String name
public java.util.List getAll (java.lang.CharSequence)
CharSequence name
public java.util.List entries ()
java.util.Map$Entry entry
java.util.Iterator i$
java.util.List entriesConverted
public java.util.Iterator iterator ()
public java.util.Iterator iteratorCharSequence ()
public boolean contains (java.lang.String)
String name
public boolean contains (java.lang.CharSequence)
CharSequence name
public boolean isEmpty ()
public int size ()
public boolean contains (java.lang.String, java.lang.String, boolean)
String name
String value
boolean ignoreCase
public boolean contains (java.lang.CharSequence, java.lang.CharSequence, boolean)
CharSequence name
CharSequence value
boolean ignoreCase
public java.util.Set names ()
public boolean equals (java.lang.Object)
Object o
public int hashCode ()
private static void validateHeaderNameElement (byte)
byte value
private static void validateHeaderNameElement (char)
char value
static io.netty.handler.codec.ValueConverter valueConverter (boolean)
boolean validate
static io.netty.handler.codec.DefaultHeaders$NameValidator nameValidator (boolean)
boolean validate
static void access$000 (byte)
byte x0
static io.netty.util.ByteProcessor access$100 ()
static void access$200 (char)
char x0
static void ()
}
io/netty/handler/codec/http/HttpObjectDecoder.classHttpObjectDecoder.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpObjectDecoder extends io.netty.handler.codec.ByteToMessageDecoder {
private static final String EMPTY_VALUE
private final int maxChunkSize
private final boolean chunkedSupported
protected final boolean validateHeaders
private final io.netty.handler.codec.http.HttpObjectDecoder$HeaderParser headerParser
private final io.netty.handler.codec.http.HttpObjectDecoder$LineParser lineParser
private io.netty.handler.codec.http.HttpMessage message
private long chunkSize
private long contentLength
private volatile boolean resetRequested
private CharSequence name
private CharSequence value
private io.netty.handler.codec.http.LastHttpContent trailer
private io.netty.handler.codec.http.HttpObjectDecoder$State currentState
static final boolean $assertionsDisabled
protected void ()
protected void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean chunkedSupported
protected void (int, int, int, boolean, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean chunkedSupported
boolean validateHeaders
protected void (int, int, int, boolean, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean chunkedSupported
boolean validateHeaders
int initialBufferSize
io.netty.util.internal.AppendableCharSequence seq
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
io.netty.util.internal.AppendableCharSequence line
String[] initialLine
Exception e
long contentLength
io.netty.handler.codec.http.HttpObjectDecoder$State nextState
Exception e
io.netty.buffer.ByteBuf content
int toRead
int readLimit
int toRead
io.netty.buffer.ByteBuf content
io.netty.util.internal.AppendableCharSequence line
int chunkSize
Exception e
int toRead
io.netty.handler.codec.http.HttpContent chunk
byte next
int wIdx
int rIdx
io.netty.handler.codec.http.LastHttpContent trailer
Exception e
int readableBytes
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf buffer
java.util.List out
protected void decodeLast (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
boolean prematureClosure
boolean chunked
boolean prematureClosure
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf in
java.util.List out
public void userEventTriggered (io.netty.channel.ChannelHandlerContext, java.lang.Object) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object evt
protected boolean isContentAlwaysEmpty (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpResponse res
int code
io.netty.handler.codec.http.HttpMessage msg
public void reset ()
private void resetNow ()
io.netty.handler.codec.http.HttpResponse res
io.netty.handler.codec.http.HttpMessage message
private io.netty.handler.codec.http.HttpMessage invalidMessage (io.netty.buffer.ByteBuf, java.lang.Exception)
io.netty.buffer.ByteBuf in
Exception cause
io.netty.handler.codec.http.HttpMessage ret
private io.netty.handler.codec.http.HttpContent invalidChunk (io.netty.buffer.ByteBuf, java.lang.Exception)
io.netty.buffer.ByteBuf in
Exception cause
io.netty.handler.codec.http.HttpContent chunk
private static boolean skipControlCharacters (io.netty.buffer.ByteBuf)
int c
io.netty.buffer.ByteBuf buffer
boolean skiped
int wIdx
int rIdx
private io.netty.handler.codec.http.HttpObjectDecoder$State readHeaders (io.netty.buffer.ByteBuf)
StringBuilder buf
char firstChar
io.netty.handler.codec.http.HttpObjectDecoder$State nextState
io.netty.handler.codec.http.HttpObjectDecoder$State nextState
io.netty.handler.codec.http.HttpObjectDecoder$State nextState
io.netty.buffer.ByteBuf buffer
io.netty.handler.codec.http.HttpMessage message
io.netty.handler.codec.http.HttpHeaders headers
io.netty.util.internal.AppendableCharSequence line
io.netty.handler.codec.http.HttpObjectDecoder$State nextState
private long contentLength ()
private io.netty.handler.codec.http.LastHttpContent readTrailingHeaders (io.netty.buffer.ByteBuf)
int lastPos
String lineTrimmed
CharSequence currentLastPos
StringBuilder b
java.util.List current
CharSequence headerName
char firstChar
io.netty.handler.codec.http.LastHttpContent trailer
io.netty.buffer.ByteBuf buffer
io.netty.util.internal.AppendableCharSequence line
CharSequence lastHeader
protected abstract boolean isDecodingRequest ()
protected abstract io.netty.handler.codec.http.HttpMessage createMessage (java.lang.String[]) throws java.lang.Exception
protected abstract io.netty.handler.codec.http.HttpMessage createInvalidMessage ()
private static int getChunkSize (java.lang.String)
char c
int i
String hex
private static java.lang.String[] splitInitialLine (io.netty.util.internal.AppendableCharSequence)
io.netty.util.internal.AppendableCharSequence sb
int aStart
int aEnd
int bStart
int bEnd
int cStart
int cEnd
private void splitHeader (io.netty.util.internal.AppendableCharSequence)
char ch
int valueEnd
io.netty.util.internal.AppendableCharSequence sb
int length
int nameStart
int nameEnd
int colonEnd
int valueStart
private static int findNonWhitespace (io.netty.util.internal.AppendableCharSequence, int)
int result
io.netty.util.internal.AppendableCharSequence sb
int offset
private static int findWhitespace (io.netty.util.internal.AppendableCharSequence, int)
int result
io.netty.util.internal.AppendableCharSequence sb
int offset
private static int findEndOfString (io.netty.util.internal.AppendableCharSequence)
int result
io.netty.util.internal.AppendableCharSequence sb
static void ()
}
io/netty/handler/codec/http/HttpScheme.classHttpScheme.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpScheme extends java.lang.Object {
public static final io.netty.handler.codec.http.HttpScheme HTTP
public static final io.netty.handler.codec.http.HttpScheme HTTPS
private final int port
private final io.netty.util.AsciiString name
private void (int, java.lang.String)
int port
String name
public io.netty.util.AsciiString name ()
public int port ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.HttpScheme other
public int hashCode ()
public java.lang.String toString ()
static void ()
}
io/netty/handler/codec/http/QueryStringEncoder.classQueryStringEncoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.QueryStringEncoder extends java.lang.Object {
private final java.nio.charset.Charset charset
private final String uri
private final java.util.List params
public void (java.lang.String)
String uri
public void (java.lang.String, java.nio.charset.Charset)
String uri
java.nio.charset.Charset charset
public void addParam (java.lang.String, java.lang.String)
String name
String value
public java.net.URI toUri () throws java.net.URISyntaxException
public java.lang.String toString ()
io.netty.handler.codec.http.QueryStringEncoder$Param param
int i
StringBuilder sb
private static java.lang.String encodeComponent (java.lang.String, java.nio.charset.Charset)
java.io.UnsupportedEncodingException ignored
String s
java.nio.charset.Charset charset
}
io/netty/handler/codec/http/HttpVersion.classHttpVersion.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpVersion extends java.lang.Object implements java.lang.Comparable {
private static final java.util.regex.Pattern VERSION_PATTERN
private static final String HTTP_1_0_STRING
private static final String HTTP_1_1_STRING
public static final io.netty.handler.codec.http.HttpVersion HTTP_1_0
public static final io.netty.handler.codec.http.HttpVersion HTTP_1_1
private final String protocolName
private final int majorVersion
private final int minorVersion
private final String text
private final boolean keepAliveDefault
private final byte[] bytes
public static io.netty.handler.codec.http.HttpVersion valueOf (java.lang.String)
String text
io.netty.handler.codec.http.HttpVersion version
private static io.netty.handler.codec.http.HttpVersion version0 (java.lang.String)
String text
public void (java.lang.String, boolean)
String text
boolean keepAliveDefault
java.util.regex.Matcher m
public void (java.lang.String, int, int, boolean)
String protocolName
int majorVersion
int minorVersion
boolean keepAliveDefault
private void (java.lang.String, int, int, boolean, boolean)
int i
String protocolName
int majorVersion
int minorVersion
boolean keepAliveDefault
boolean bytes
public java.lang.String protocolName ()
public int majorVersion ()
public int minorVersion ()
public java.lang.String text ()
public boolean isKeepAliveDefault ()
public java.lang.String toString ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object o
io.netty.handler.codec.http.HttpVersion that
public int compareTo (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion o
int v
void encode (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buf
public volatile int compareTo (java.lang.Object)
static void ()
}
io/netty/handler/codec/http/HttpClientCodec.classHttpClientCodec.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.HttpClientCodec extends io.netty.channel.CombinedChannelDuplexHandler implements io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec {
private final java.util.Queue queue
private boolean done
private final java.util.concurrent.atomic.AtomicLong requestResponseCounter
private final boolean failOnMissingResponse
public void ()
public void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
public void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean failOnMissingResponse
public void (int, int, int, boolean, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean failOnMissingResponse
boolean validateHeaders
public void (int, int, int, boolean, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean failOnMissingResponse
boolean validateHeaders
int initialBufferSize
public void prepareUpgradeFrom (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
public void upgradeFrom (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPipeline p
public void setSingleDecode (boolean)
boolean singleDecode
public boolean isSingleDecode ()
static boolean access$100 (io.netty.handler.codec.http.HttpClientCodec)
io.netty.handler.codec.http.HttpClientCodec x0
static java.util.Queue access$200 (io.netty.handler.codec.http.HttpClientCodec)
io.netty.handler.codec.http.HttpClientCodec x0
static boolean access$300 (io.netty.handler.codec.http.HttpClientCodec)
io.netty.handler.codec.http.HttpClientCodec x0
static java.util.concurrent.atomic.AtomicLong access$400 (io.netty.handler.codec.http.HttpClientCodec)
io.netty.handler.codec.http.HttpClientCodec x0
static boolean access$102 (io.netty.handler.codec.http.HttpClientCodec, boolean)
io.netty.handler.codec.http.HttpClientCodec x0
boolean x1
}
io/netty/handler/codec/http/HttpResponseDecoder.classHttpResponseDecoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpResponseDecoder extends io.netty.handler.codec.http.HttpObjectDecoder {
private static final io.netty.handler.codec.http.HttpResponseStatus UNKNOWN_STATUS
public void ()
public void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
public void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
public void (int, int, int, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
int initialBufferSize
protected io.netty.handler.codec.http.HttpMessage createMessage (java.lang.String[])
String[] initialLine
protected io.netty.handler.codec.http.HttpMessage createInvalidMessage ()
protected boolean isDecodingRequest ()
static void ()
}
io/netty/handler/codec/http/CombinedHttpHeaders$CombinedHttpHeadersImpl$1.classCombinedHttpHeaders.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$1 extends java.lang.Object implements io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl$CsvValueEscaper {
final io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl this$0
void (io.netty.handler.codec.http.CombinedHttpHeaders$CombinedHttpHeadersImpl)
public java.lang.CharSequence escape (java.lang.Object)
Object value
}
io/netty/handler/codec/http/DefaultLastHttpContent$TrailingHttpHeaders.classDefaultLastHttpContent.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.DefaultLastHttpContent$TrailingHttpHeaders extends io.netty.handler.codec.http.DefaultHttpHeaders {
private static final io.netty.handler.codec.DefaultHeaders$NameValidator TrailerNameValidator
void (boolean)
boolean validate
static void ()
}
io/netty/handler/codec/http/ComposedLastHttpContent.classComposedLastHttpContent.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.ComposedLastHttpContent extends java.lang.Object implements io.netty.handler.codec.http.LastHttpContent {
private final io.netty.handler.codec.http.HttpHeaders trailingHeaders
private io.netty.handler.codec.DecoderResult result
void (io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpHeaders trailingHeaders
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public io.netty.handler.codec.http.LastHttpContent copy ()
io.netty.handler.codec.http.LastHttpContent content
public io.netty.handler.codec.http.LastHttpContent retain (int)
int increment
public io.netty.handler.codec.http.LastHttpContent retain ()
public io.netty.handler.codec.http.LastHttpContent touch ()
public io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
Object hint
public io.netty.handler.codec.http.LastHttpContent duplicate ()
public io.netty.buffer.ByteBuf content ()
public io.netty.handler.codec.DecoderResult decoderResult ()
public io.netty.handler.codec.DecoderResult getDecoderResult ()
public void setDecoderResult (io.netty.handler.codec.DecoderResult)
io.netty.handler.codec.DecoderResult result
public int refCnt ()
public boolean release ()
public boolean release (int)
int decrement
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/HttpRequestDecoder.classHttpRequestDecoder.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpRequestDecoder extends io.netty.handler.codec.http.HttpObjectDecoder {
public void ()
public void (int, int, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
public void (int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
public void (int, int, int, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
int initialBufferSize
protected io.netty.handler.codec.http.HttpMessage createMessage (java.lang.String[]) throws java.lang.Exception
String[] initialLine
protected io.netty.handler.codec.http.HttpMessage createInvalidMessage ()
protected boolean isDecodingRequest ()
}
io/netty/handler/codec/http/DefaultLastHttpContent.classDefaultLastHttpContent.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.DefaultLastHttpContent extends io.netty.handler.codec.http.DefaultHttpContent implements io.netty.handler.codec.http.LastHttpContent {
private final io.netty.handler.codec.http.HttpHeaders trailingHeaders
private final boolean validateHeaders
public void ()
public void (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf content
public void (io.netty.buffer.ByteBuf, boolean)
io.netty.buffer.ByteBuf content
boolean validateHeaders
public io.netty.handler.codec.http.LastHttpContent copy ()
io.netty.handler.codec.http.DefaultLastHttpContent copy
public io.netty.handler.codec.http.LastHttpContent duplicate ()
io.netty.handler.codec.http.DefaultLastHttpContent copy
public io.netty.handler.codec.http.LastHttpContent retain (int)
int increment
public io.netty.handler.codec.http.LastHttpContent retain ()
public io.netty.handler.codec.http.LastHttpContent touch ()
public io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
Object hint
public io.netty.handler.codec.http.HttpHeaders trailingHeaders ()
public java.lang.String toString ()
StringBuilder buf
private void appendHeaders (java.lang.StringBuilder)
java.util.Map$Entry e
java.util.Iterator i$
StringBuilder buf
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
}
io/netty/handler/codec/http/HttpContentEncoder$State.classHttpContentEncoder.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpContentEncoder$State extends java.lang.Enum {
public static final io.netty.handler.codec.http.HttpContentEncoder$State PASS_THROUGH
public static final io.netty.handler.codec.http.HttpContentEncoder$State AWAIT_HEADERS
public static final io.netty.handler.codec.http.HttpContentEncoder$State AWAIT_CONTENT
private static final io.netty.handler.codec.http.HttpContentEncoder$State[] $VALUES
public static io.netty.handler.codec.http.HttpContentEncoder$State[] values ()
public static io.netty.handler.codec.http.HttpContentEncoder$State valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/HttpResponse.classHttpResponse.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpResponse extends java.lang.Object implements io.netty.handler.codec.http.HttpMessage {
public abstract io.netty.handler.codec.http.HttpResponseStatus getStatus ()
public abstract io.netty.handler.codec.http.HttpResponseStatus status ()
public abstract io.netty.handler.codec.http.HttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
public abstract io.netty.handler.codec.http.HttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
}
io/netty/handler/codec/http/HttpObjectDecoder$State.classHttpObjectDecoder.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpObjectDecoder$State extends java.lang.Enum {
public static final io.netty.handler.codec.http.HttpObjectDecoder$State SKIP_CONTROL_CHARS
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_INITIAL
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_HEADER
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_VARIABLE_LENGTH_CONTENT
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_FIXED_LENGTH_CONTENT
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_SIZE
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNKED_CONTENT
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_DELIMITER
public static final io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_FOOTER
public static final io.netty.handler.codec.http.HttpObjectDecoder$State BAD_MESSAGE
public static final io.netty.handler.codec.http.HttpObjectDecoder$State UPGRADED
private static final io.netty.handler.codec.http.HttpObjectDecoder$State[] $VALUES
public static io.netty.handler.codec.http.HttpObjectDecoder$State[] values ()
public static io.netty.handler.codec.http.HttpObjectDecoder$State valueOf (java.lang.String)
String name
private void (java.lang.String, int)
static void ()
}
io/netty/handler/codec/http/HttpObjectDecoder$HeaderParser.classHttpObjectDecoder.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpObjectDecoder$HeaderParser extends java.lang.Object implements io.netty.util.ByteProcessor {
private final io.netty.util.internal.AppendableCharSequence seq
private final int maxLength
private int size
void (io.netty.util.internal.AppendableCharSequence, int)
io.netty.util.internal.AppendableCharSequence seq
int maxLength
public io.netty.util.internal.AppendableCharSequence parse (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buffer
int oldSize
int i
public void reset ()
public boolean process (byte) throws java.lang.Exception
byte value
char nextByte
protected io.netty.handler.codec.TooLongFrameException newException (int)
int maxLength
}
io/netty/handler/codec/http/HttpServerUpgradeHandler$UpgradeCodec.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec extends java.lang.Object {
public abstract java.util.Collection requiredUpgradeHeaders ()
public abstract void prepareUpgradeResponse (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.FullHttpResponse)
public abstract void upgradeTo (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.FullHttpResponse)
}
io/netty/handler/codec/http/HttpClientCodec$Decoder.classHttpClientCodec.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpClientCodec$Decoder extends io.netty.handler.codec.http.HttpResponseDecoder {
final io.netty.handler.codec.http.HttpClientCodec this$0
void (io.netty.handler.codec.http.HttpClientCodec, int, int, int, boolean)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
void (io.netty.handler.codec.http.HttpClientCodec, int, int, int, boolean, int)
int maxInitialLineLength
int maxHeaderSize
int maxChunkSize
boolean validateHeaders
int initialBufferSize
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List) throws java.lang.Exception
int readable
int i
int size
int oldSize
io.netty.channel.ChannelHandlerContext ctx
io.netty.buffer.ByteBuf buffer
java.util.List out
private void decrement (java.lang.Object)
Object msg
protected boolean isContentAlwaysEmpty (io.netty.handler.codec.http.HttpMessage)
io.netty.handler.codec.http.HttpMessage msg
int statusCode
io.netty.handler.codec.http.HttpMethod method
char firstChar
public void channelInactive (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
long missingResponses
io.netty.channel.ChannelHandlerContext ctx
}
io/netty/handler/codec/http/HttpHeaderDateFormat$HttpHeaderDateFormatObsolete2.classHttpHeaderDateFormat.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpHeaderDateFormat$HttpHeaderDateFormatObsolete2 extends java.text.SimpleDateFormat {
private static final long serialVersionUID
void ()
}
io/netty/handler/codec/http/HttpContent.classHttpContent.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpContent extends java.lang.Object implements io.netty.handler.codec.http.HttpObject io.netty.buffer.ByteBufHolder {
public abstract io.netty.handler.codec.http.HttpContent copy ()
public abstract io.netty.handler.codec.http.HttpContent duplicate ()
public abstract io.netty.handler.codec.http.HttpContent retain ()
public abstract io.netty.handler.codec.http.HttpContent retain (int)
public abstract io.netty.handler.codec.http.HttpContent touch ()
public abstract io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
}
io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpResponse.classHttpObjectAggregator.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse extends io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage implements io.netty.handler.codec.http.FullHttpResponse {
void (io.netty.handler.codec.http.HttpResponse, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders)
io.netty.handler.codec.http.HttpResponse message
io.netty.buffer.ByteBuf content
io.netty.handler.codec.http.HttpHeaders trailingHeaders
private io.netty.handler.codec.http.FullHttpResponse copy (boolean, io.netty.buffer.ByteBuf)
boolean copyContent
io.netty.buffer.ByteBuf newContent
io.netty.handler.codec.http.DefaultFullHttpResponse copy
public io.netty.handler.codec.http.FullHttpResponse copy (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf newContent
public io.netty.handler.codec.http.FullHttpResponse copy ()
public io.netty.handler.codec.http.FullHttpResponse duplicate ()
io.netty.handler.codec.http.DefaultFullHttpResponse duplicate
public io.netty.handler.codec.http.FullHttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
io.netty.handler.codec.http.HttpResponseStatus status
public io.netty.handler.codec.http.HttpResponseStatus getStatus ()
public io.netty.handler.codec.http.HttpResponseStatus status ()
public io.netty.handler.codec.http.FullHttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
io.netty.handler.codec.http.HttpVersion version
public io.netty.handler.codec.http.FullHttpResponse retain (int)
int increment
public io.netty.handler.codec.http.FullHttpResponse retain ()
public io.netty.handler.codec.http.FullHttpResponse touch (java.lang.Object)
Object hint
public io.netty.handler.codec.http.FullHttpResponse touch ()
public java.lang.String toString ()
public volatile io.netty.handler.codec.http.FullHttpMessage duplicate ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch ()
public volatile io.netty.handler.codec.http.FullHttpMessage touch (java.lang.Object)
public volatile io.netty.handler.codec.http.FullHttpMessage retain (int)
public volatile io.netty.handler.codec.http.FullHttpMessage retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.buffer.ByteBufHolder touch (java.lang.Object)
public volatile io.netty.buffer.ByteBufHolder touch ()
public volatile io.netty.buffer.ByteBufHolder retain (int)
public volatile io.netty.buffer.ByteBufHolder retain ()
public volatile io.netty.buffer.ByteBufHolder duplicate ()
public volatile io.netty.buffer.ByteBufHolder copy ()
public volatile io.netty.util.ReferenceCounted touch (java.lang.Object)
public volatile io.netty.util.ReferenceCounted touch ()
public volatile io.netty.util.ReferenceCounted retain (int)
public volatile io.netty.util.ReferenceCounted retain ()
public volatile io.netty.handler.codec.http.FullHttpMessage copy (io.netty.buffer.ByteBuf)
public volatile io.netty.handler.codec.http.HttpMessage setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.LastHttpContent duplicate ()
public volatile io.netty.handler.codec.http.LastHttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.LastHttpContent touch ()
public volatile io.netty.handler.codec.http.LastHttpContent retain ()
public volatile io.netty.handler.codec.http.LastHttpContent retain (int)
public volatile io.netty.handler.codec.http.LastHttpContent copy ()
public volatile io.netty.handler.codec.http.HttpContent touch (java.lang.Object)
public volatile io.netty.handler.codec.http.HttpContent touch ()
public volatile io.netty.handler.codec.http.HttpContent retain (int)
public volatile io.netty.handler.codec.http.HttpContent retain ()
public volatile io.netty.handler.codec.http.HttpContent duplicate ()
public volatile io.netty.handler.codec.http.HttpContent copy ()
public volatile io.netty.handler.codec.http.HttpResponse setProtocolVersion (io.netty.handler.codec.http.HttpVersion)
public volatile io.netty.handler.codec.http.HttpResponse setStatus (io.netty.handler.codec.http.HttpResponseStatus)
}
io/netty/handler/codec/http/ClientCookieEncoder.classClientCookieEncoder.java
package io.netty.handler.codec.http
public final io.netty.handler.codec.http.ClientCookieEncoder extends java.lang.Object {
public static java.lang.String encode (java.lang.String, java.lang.String)
String name
String value
public static java.lang.String encode (io.netty.handler.codec.http.Cookie)
io.netty.handler.codec.http.Cookie cookie
public static transient java.lang.String encode (io.netty.handler.codec.http.Cookie[])
io.netty.handler.codec.http.Cookie[] cookies
public static java.lang.String encode (java.lang.Iterable)
Iterable cookies
private void ()
}
io/netty/handler/codec/http/HttpClientUpgradeHandler.classHttpClientUpgradeHandler.java
package io.netty.handler.codec.http
public io.netty.handler.codec.http.HttpClientUpgradeHandler extends io.netty.handler.codec.http.HttpObjectAggregator implements io.netty.channel.ChannelOutboundHandler {
private final io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec sourceCodec
private final io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeCodec upgradeCodec
private boolean upgradeRequested
static final boolean $assertionsDisabled
public void (io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec, io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeCodec, int)
io.netty.handler.codec.http.HttpClientUpgradeHandler$SourceCodec sourceCodec
io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeCodec upgradeCodec
int maxContentLength
public void bind (io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
java.net.SocketAddress localAddress
io.netty.channel.ChannelPromise promise
public void connect (io.netty.channel.ChannelHandlerContext, java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
java.net.SocketAddress remoteAddress
java.net.SocketAddress localAddress
io.netty.channel.ChannelPromise promise
public void disconnect (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void close (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void deregister (io.netty.channel.ChannelHandlerContext, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
io.netty.channel.ChannelPromise promise
public void read (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
public void write (io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
Object msg
io.netty.channel.ChannelPromise promise
public void flush (io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
io.netty.channel.ChannelHandlerContext ctx
protected void decode (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
CharSequence upgradeHeader
Throwable t
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpObject msg
java.util.List out
io.netty.handler.codec.http.FullHttpResponse response
private static void removeThisHandler (io.netty.channel.ChannelHandlerContext)
io.netty.channel.ChannelHandlerContext ctx
private void setUpgradeRequestHeaders (io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest)
CharSequence part
java.util.Iterator i$
io.netty.channel.ChannelHandlerContext ctx
io.netty.handler.codec.http.HttpRequest request
java.util.Set connectionParts
StringBuilder builder
protected volatile void decode (io.netty.channel.ChannelHandlerContext, java.lang.Object, java.util.List) throws java.lang.Exception
static void ()
}
io/netty/handler/codec/http/HttpServerUpgradeHandler$SourceCodec.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
public abstract io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec extends java.lang.Object {
public abstract void upgradeFrom (io.netty.channel.ChannelHandlerContext)
}
io/netty/handler/codec/http/HttpObjectDecoder$LineParser.classHttpObjectDecoder.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpObjectDecoder$LineParser extends io.netty.handler.codec.http.HttpObjectDecoder$HeaderParser {
void (io.netty.util.internal.AppendableCharSequence, int)
io.netty.util.internal.AppendableCharSequence seq
int maxLength
public io.netty.util.internal.AppendableCharSequence parse (io.netty.buffer.ByteBuf)
io.netty.buffer.ByteBuf buffer
protected io.netty.handler.codec.TooLongFrameException newException (int)
int maxLength
}
io/netty/handler/codec/http/HttpHeadersEncoder.classHttpHeadersEncoder.java
package io.netty.handler.codec.http
final io.netty.handler.codec.http.HttpHeadersEncoder extends java.lang.Object {
private void ()
public static void encoderHeader (java.lang.CharSequence, java.lang.CharSequence, io.netty.buffer.ByteBuf) throws java.lang.Exception
CharSequence name
CharSequence value
io.netty.buffer.ByteBuf buf
int nameLen
int valueLen
int entryLen
int offset
private static void writeAscii (io.netty.buffer.ByteBuf, int, java.lang.CharSequence, int)
io.netty.buffer.ByteBuf buf
int offset
CharSequence value
int valueLen
private static void writeCharSequence (io.netty.buffer.ByteBuf, int, java.lang.CharSequence, int)
int i
io.netty.buffer.ByteBuf buf
int offset
CharSequence value
int valueLen
}
io/netty/handler/codec/http/HttpServerUpgradeHandler$1.classHttpServerUpgradeHandler.java
package io.netty.handler.codec.http
io.netty.handler.codec.http.HttpServerUpgradeHandler$1 extends java.lang.Object implements io.netty.channel.ChannelFutureListener {
final io.netty.channel.ChannelHandlerContext val$ctx
final io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec val$finalUpgradeCodec
final io.netty.handler.codec.http.FullHttpRequest val$request
final io.netty.handler.codec.http.FullHttpResponse val$upgradeResponse
final io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent val$event
final io.netty.handler.codec.http.HttpServerUpgradeHandler this$0
void (io.netty.handler.codec.http.HttpServerUpgradeHandler, io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.FullHttpResponse, io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeEvent)
public void operationComplete (io.netty.channel.ChannelFuture) throws java.lang.Exception
io.netty.channel.ChannelFuture future
public volatile void operationComplete (io.netty.util.concurrent.Future) throws java.lang.Exception
}
META-INF/io.netty.versions.properties
META-INF/maven/
META-INF/maven/io.netty/
META-INF/maven/io.netty/netty-codec-http/
META-INF/maven/io.netty/netty-codec-http/pom.xml
META-INF/maven/io.netty/netty-codec-http/pom.properties
META-INF/INDEX.LIST