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

Example usage for Java io.netty.handler.codec.http.multipart HttpPostRequestDecoder 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 HttpPostRequestDecoder.

The text is from its open source code.

Subclass

io.netty.handler.codec.http.multipart.HttpPostRequestDecoder has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidcleanFiles()
voiddestroy()
InterfaceHttpDatagetBodyHttpData(String name)
ListgetBodyHttpDatas()
String[]getMultipartDataBoundary(String contentType)
Check from the request ContentType if this request is a Multipart request.
booleanhasNext()
booleanisMultipart(HttpRequest request)
Check if the given request is a multipart request
booleanisMultipart()
InterfaceHttpDatanext()
InterfaceHttpPostRequestDecoderoffer(HttpContent content)
voidsetDiscardThreshold(int discardThreshold)