Enum HttpPostBodyUtil.TransferEncodingMechanism

java.lang.Object
java.lang.Enum<HttpPostBodyUtil.TransferEncodingMechanism>
org.jboss.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
All Implemented Interfaces:
Serializable, Comparable<HttpPostBodyUtil.TransferEncodingMechanism>
Enclosing class:
HttpPostBodyUtil

public static enum HttpPostBodyUtil.TransferEncodingMechanism extends Enum<HttpPostBodyUtil.TransferEncodingMechanism>
Allowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"