public final class StreamingEndEventImpl extends Object implements StreamVariable.StreamingEndEvent
StreamVariable.StreamingEndEvent
.Constructor and Description |
---|
StreamingEndEventImpl(String filename,
String type,
long totalBytes)
End 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, wait
getBytesReceived, getContentLength, getFileName, getMimeType
public final String getFileName()
StreamVariable.StreamingEvent
getFileName
in interface StreamVariable.StreamingEvent
public final String getMimeType()
StreamVariable.StreamingEvent
getMimeType
in interface StreamVariable.StreamingEvent
public final long getContentLength()
StreamVariable.StreamingEvent
getContentLength
in interface StreamVariable.StreamingEvent
public final long getBytesReceived()
StreamVariable.StreamingEvent
getBytesReceived
in interface StreamVariable.StreamingEvent
Copyright © 2018. All rights reserved.