Uses of Interface
org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Packages that use InterfaceHttpPostRequestDecoder Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of InterfaceHttpPostRequestDecoder in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement InterfaceHttpPostRequestDecoder Modifier and Type Class Description class
HttpPostMultipartRequestDecoder
This decoder will decode Body and can handle POST BODY in multipart form.class
HttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY (both multipart and standard).class
HttpPostStandardRequestDecoder
This decoder will decode Body and can handle standard (non multipart) POST BODY.Fields in org.jboss.netty.handler.codec.http.multipart declared as InterfaceHttpPostRequestDecoder Modifier and Type Field Description private InterfaceHttpPostRequestDecoder
HttpPostRequestDecoder. decoder
Does this request is a Multipart request
-