org.apache.jk.common

Class ChannelNioSocket.SocketOutputStream

protected class ChannelNioSocket.SocketOutputStream extends OutputStream

Method Summary
voidflush()
voidwrite(int b)
voidwrite(byte[] data)
voidwrite(byte[] data, int offset, int len)

Method Detail

flush

public void flush()

write

public void write(int b)

write

public void write(byte[] data)

write

public void write(byte[] data, int offset, int len)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.