|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.millstone.webadapter.HttpUploadStream
WebAdapter implementation of the UploadStream interface.
Constructor Summary | |
HttpUploadStream(java.lang.String name,
java.io.InputStream stream,
java.lang.String contentName,
java.lang.String contentType)
Creates a new instance of UploadStreamImpl |
Method Summary | |
java.lang.String |
getContentName()
Get stream content name. |
java.lang.String |
getContentType()
Get input stream content type. |
java.io.InputStream |
getStream()
Get input stream. |
java.lang.String |
getStreamName()
Get the name of the stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpUploadStream(java.lang.String name, java.io.InputStream stream, java.lang.String contentName, java.lang.String contentType)
name
- of the streamstream
- input streamcontentName
- name of the contentcontentType
- type of the contentMethod Detail |
public java.lang.String getStreamName()
getStreamName
in interface UploadStream
public java.io.InputStream getStream()
getStream
in interface UploadStream
public java.lang.String getContentType()
getContentType
in interface UploadStream
public java.lang.String getContentName()
getContentName
in interface UploadStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |