com.sun.grizzly.util.buf
Interface ByteChunk.ByteOutputChannel

All Known Implementing Classes:
GrizzlyOutputBuffer, InternalOutputBuffer, SocketChannelOutputBuffer, SSLAsyncOutputBuffer, SSLOutputBuffer
Enclosing class:
ByteChunk

public static interface ByteChunk.ByteOutputChannel


Method Summary
 void realWriteBytes(byte[] cbuf, int off, int len)
          Send the bytes ( usually the internal conversion buffer ).
 

Method Detail

realWriteBytes

void realWriteBytes(byte[] cbuf,
                    int off,
                    int len)
                    throws IOException
Send the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.

Throws:
IOException


Copyright © 2011 SUN Microsystems. All Rights Reserved.