Searched defs:appendBytes (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsg.java106 public abstract void appendBytes(MessageBytes mb) throws IOException; method in class:Msg
121 public abstract void appendBytes( byte b[], int off, int numBytes ); method in class:Msg
141 * the read position past the chunk. See appendBytes() for details
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DMsgAjp.java189 public void appendBytes(MessageBytes mb) throws IOException { method in class:MsgAjp
296 public void appendBytes( byte b[], int off, int numBytes ) { method in class:MsgAjp
363 * the read position past the chunk. See appendBytes() for details

Completed in 36 milliseconds