public static interface StreamVariable.StreamingErrorEvent extends StreamVariable.StreamingEvent
StreamVariable.streamingFailed(StreamingErrorEvent)
method when
the streaming ended before the end of the input. The streaming may fail
due an interruption or due an other unknown exception in communication.
In the latter case the exception is also passed to
ErrorHandler.error(ErrorEvent)
.Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get the exception that failed the stream.
|
getBytesReceived, getContentLength, getFileName, getMimeType
Exception getException()
Copyright © 2023. All rights reserved.