public class StreamOutputter extends Object implements CommandOutputter
Constructor and Description |
---|
StreamOutputter(String clientIP) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
The MIME type of this output (e.g., "application/json")
|
void |
output(CommandResponse response,
OutputStream os)
Stream out data as output
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
output
public StreamOutputter(String clientIP)
public String getContentType()
CommandOutputter
getContentType
in interface CommandOutputter
public void output(CommandResponse response, OutputStream os)
CommandOutputter
output
in interface CommandOutputter
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.