Package org.glassfish.grizzly.http.util
Interface CharChunk.CharOutputChannel
-
- Enclosing class:
- CharChunk
public static interface CharChunk.CharOutputChannelWhen we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrealWriteChars(char[] cbuf, int off, int len)Send the bytes ( usually the internal conversion buffer ).
-
-
-
Method Detail
-
realWriteChars
void realWriteChars(char[] cbuf, int off, int len) throws IOExceptionSend the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.- Throws:
IOException
-
-