org.jacorb.orb.http.httpserver
Class ServeOutputStream
OutputStream
org.jacorb.orb.http.httpserver.ServeOutputStream
public class ServeOutputStream
extends OutputStream
ServeOutputStream
public ServeOutputStream(OutputStream out,
ServeConnection conn)
close
public void close()
throws IOException
flush
public void flush()
throws IOException
print
public void print(String s)
throws IOException
print
public void print(int i)
throws IOException
print
public void print(long l)
throws IOException
println
public void println()
throws IOException
println
public void println(String s)
throws IOException
println
public void println(int i)
throws IOException
println
public void println(long l)
throws IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException