|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itmill.toolkit.terminal.gwt.server.HttpUploadStream
public class HttpUploadStream
AjaxAdapter 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 UploadStream
public InputStream getStream()
getStream
in interface UploadStream
public String getContentType()
getContentType
in interface UploadStream
public String getContentName()
getContentName
in interface UploadStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |