public static interface StreamVariable.StreamingEvent extends Serializable
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.
|
String getFileName()
String getMimeType()
long getContentLength()
long getBytesReceived()
Copyright © 2025. All rights reserved.