java.lang.Object
com.aoapps.servlet.subrequest.ThreadSafePart
- All Implemented Interfaces:
Part
Synchronizes access to the wrapped part.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
getHeaders
(String name) getName()
long
getSize()
void
-
Field Details
-
Constructor Details
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in interfacePart
- Throws:
IOException
-
getContentType
- Specified by:
getContentType
in interfacePart
-
getName
-
getSubmittedFileName
- Specified by:
getSubmittedFileName
in interfacePart
-
getSize
public long getSize() -
write
- Specified by:
write
in interfacePart
- Throws:
IOException
-
delete
- Specified by:
delete
in interfacePart
- Throws:
IOException
-
getHeader
-
getHeaders
- Specified by:
getHeaders
in interfacePart
-
getHeaderNames
- Specified by:
getHeaderNames
in interfacePart
-