Package org.apache.dubbo.remoting.http12
Interface HttpRequest.FileUpload
- Enclosing interface:
HttpRequest
public static interface HttpRequest.FileUpload
-
Method Details
-
name
String name() -
filename
String filename() -
contentType
String contentType() -
size
int size() -
inputStream
InputStream inputStream()
-