public final class StreamingProgressEventImpl extends Object implements StreamVariable.StreamingProgressEvent
StreamVariable.StreamingProgressEvent.| Constructor and Description |
|---|
StreamingProgressEventImpl(String filename,
String type,
long contentLength,
long bytesReceived)
Streaming progress event constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived()
Get the number of bytes streamed.
|
long |
getContentLength()
Get the content length.
|
String |
getFileName()
Get the file name for the stream.
|
String |
getMimeType()
Get the mime type for the stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytesReceived, getContentLength, getFileName, getMimeTypepublic final String getFileName()
StreamVariable.StreamingEventgetFileName in interface StreamVariable.StreamingEventpublic final String getMimeType()
StreamVariable.StreamingEventgetMimeType in interface StreamVariable.StreamingEventpublic final long getContentLength()
StreamVariable.StreamingEventgetContentLength in interface StreamVariable.StreamingEventpublic final long getBytesReceived()
StreamVariable.StreamingEventgetBytesReceived in interface StreamVariable.StreamingEventCopyright © 2025. All rights reserved.