public abstract class ListResponseStreamingOutput<T extends com.unboundid.scim2.common.ScimResource> extends Object implements javax.ws.rs.core.StreamingOutput
| Constructor and Description |
|---|
ListResponseStreamingOutput() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
write(ListResponseWriter<T> os)
Start streaming the contents of the list response.
|
void |
write(OutputStream os) |
public ListResponseStreamingOutput()
public abstract void write(ListResponseWriter<T> os) throws IOException
os - The list response output stream used to stream back elements of
the list response.IOException - if an error occurs while writing.public final void write(OutputStream os) throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionCopyright © 2015–2018 Ping Identity Corporation. All rights reserved.