com.sun.grizzly.http.jk.common
Class ChannelNioSocket.SocketOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.sun.grizzly.http.jk.common.ChannelNioSocket.SocketOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
ChannelNioSocket

protected class ChannelNioSocket.SocketOutputStream
extends OutputStream


Method Summary
 void flush()
           
 void write(byte[] data)
           
 void write(byte[] data, int offset, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] data)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] data,
                  int offset,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.