public class HttpUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
writeHeaderLine(OutputStream os,
String line,
Object... params)
Write a http header line of data to the outputstream.
|
public static void writeHeaderLine(OutputStream os, String line, Object... params) throws IOException
IOException
Copyright © 2013. All Rights Reserved.