| java.lang.Object org.millstone.webadapter.HttpUploadStream
HttpUploadStream | public HttpUploadStream(String name, InputStream stream, String contentName, String contentType)(Code) | | Creates a new instance of UploadStreamImpl
Parameters: name - of the stream Parameters: stream - input stream Parameters: contentName - name of the content Parameters: contentType - type of the content Parameters: time - Time of event creation (for parallel events (for example in same http request), times are equal) |
getContentName | public String getContentName()(Code) | | Get stream content name.
Stream content name usually differs from the actual stream name.
it is used toi identify the content of the stream.
Name of the stream content. |
getContentType | public String getContentType()(Code) | | Get input stream content type.
content type of the input stream. |
getStreamName | public String getStreamName()(Code) | | Get the name of the stream.
name of the stream. |
|
|