|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.web.HttpUploadStream
public class HttpUploadStream
WebAdapter implementation of the UploadStream interface.
| Constructor Summary | |
|---|---|
HttpUploadStream(String name,
InputStream stream,
String contentName,
String contentType)
Creates a new instance of UploadStreamImpl |
|
| Method Summary | |
|---|---|
String |
getContentName()
Gets the stream content name. |
String |
getContentType()
Gets the input stream content type. |
InputStream |
getStream()
Gets the input stream. |
String |
getStreamName()
Gets 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(String name,
InputStream stream,
String contentName,
String contentType)
name - the name of the stream.stream - the input stream.contentName - the name of the content.contentType - the type of the content.| Method Detail |
|---|
public String getStreamName()
getStreamName in interface UploadStreampublic InputStream getStream()
getStream in interface UploadStreampublic String getContentType()
getContentType in interface UploadStreampublic String getContentName()
getContentName in interface UploadStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||