Package com.linkedin.alpini.netty4.misc
Interface MultipartContent
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,io.netty.handler.codec.http.HttpContent,io.netty.handler.codec.http.HttpObject,io.netty.util.ReferenceCounted
- All Known Implementing Classes:
BasicFullHttpMultiPart
public interface MultipartContent
extends io.netty.handler.codec.http.HttpContent
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpHeadersheaders()Returns the headers of this message.Methods inherited from interface io.netty.buffer.ByteBufHolder
contentMethods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface io.netty.handler.codec.http.HttpContent
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touchMethods inherited from interface io.netty.handler.codec.http.HttpObject
getDecoderResultMethods inherited from interface io.netty.util.ReferenceCounted
refCnt, release, release
-
Method Details
-
headers
io.netty.handler.codec.http.HttpHeaders headers()Returns the headers of this message.
-