| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.handler.codec.http.multipart | 
 HTTP multipart support. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
InterfaceHttpData | 
InterfaceHttpPostRequestDecoder.getBodyHttpData(java.lang.String name)
This method returns the first InterfaceHttpData with the given name from body. 
 | 
InterfaceHttpData | 
HttpPostStandardRequestDecoder.getBodyHttpData(java.lang.String name)  | 
InterfaceHttpData | 
HttpPostRequestDecoder.getBodyHttpData(java.lang.String name)
This method returns the first InterfaceHttpData with the given name from body. 
 | 
InterfaceHttpData | 
HttpPostMultipartRequestDecoder.getBodyHttpData(java.lang.String name)  | 
java.util.List<InterfaceHttpData> | 
InterfaceHttpPostRequestDecoder.getBodyHttpDatas()
This method returns a List of all HttpDatas from body. 
 | 
java.util.List<InterfaceHttpData> | 
HttpPostStandardRequestDecoder.getBodyHttpDatas()  | 
java.util.List<InterfaceHttpData> | 
HttpPostRequestDecoder.getBodyHttpDatas()
This method returns a List of all HttpDatas from body. 
 | 
java.util.List<InterfaceHttpData> | 
HttpPostMultipartRequestDecoder.getBodyHttpDatas()  | 
java.util.List<InterfaceHttpData> | 
InterfaceHttpPostRequestDecoder.getBodyHttpDatas(java.lang.String name)
This method returns a List of all HttpDatas with the given name from body. 
 | 
java.util.List<InterfaceHttpData> | 
HttpPostStandardRequestDecoder.getBodyHttpDatas(java.lang.String name)  | 
java.util.List<InterfaceHttpData> | 
HttpPostRequestDecoder.getBodyHttpDatas(java.lang.String name)
This method returns a List of all HttpDatas with the given name from body. 
 | 
java.util.List<InterfaceHttpData> | 
HttpPostMultipartRequestDecoder.getBodyHttpDatas(java.lang.String name)  |