|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.transport.tcp.io.OutputWriter
public final class OutputWriter
NIO utility to flush ByteBuffer
Constructor Summary | |
---|---|
OutputWriter()
|
Method Summary | |
---|---|
static void |
flushChannel(java.nio.channels.SocketChannel socketChannel,
java.nio.ByteBuffer bb)
Flush the buffer by looping until the ByteBuffer is empty |
static void |
flushChannel(java.nio.channels.SocketChannel socketChannel,
java.nio.ByteBuffer[] bb)
Flush the buffer by looping until the ByteBuffer is empty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputWriter()
Method Detail |
---|
public static void flushChannel(java.nio.channels.SocketChannel socketChannel, java.nio.ByteBuffer bb) throws java.io.IOException
ByteBuffer
is empty
bb
- the ByteBuffer to write.
java.io.IOException
public static void flushChannel(java.nio.channels.SocketChannel socketChannel, java.nio.ByteBuffer[] bb) throws java.io.IOException
ByteBuffer
is empty
bb
- the ByteBuffer to write.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |