public static interface OperationResponse.StreamEntry extends Closeable
response ModelNode
that is
associated with the response.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying stream.
|
String |
getMimeType()
Gets the MIME type of the stream
|
InputStream |
getStream()
Gets the underlying stream.
|
String |
getUUID()
Gets the unique identifier for this stream.
|
String getUUID()
null
String getMimeType()
null
InputStream getStream()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.