Java io.netty.handler.codec.http.multipart HttpPostMultipartRequestDecoder fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http.multipart HttpPostMultipartRequestDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http.multipart HttpPostMultipartRequestDecoder.

The text is from its open source code.

Constructor

Method

voiddestroy()
Destroy the HttpPostMultipartRequestDecoder and release all it resources.
ListgetBodyHttpDatas()
This getMethod returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() getMethod.
HttpPostMultipartRequestDecoderoffer(HttpContent content)
Initialized the internals from a new chunk