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 classHttpPostMultipartRequestDecoderThis decoder will decode Body and can handle POST BODY in multipart form.classHttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY (both multipart and standard).classHttpPostStandardRequestDecoderThis 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 InterfaceHttpPostRequestDecoderHttpPostRequestDecoder. decoderDoes this request is a Multipart request
-