org.mortbay.http.ajp
Class AJP13ResponsePacket
public class AJP13ResponsePacket
AJP13ResponsePacket used by AJP13OutputStream
- Jason Jenkins
This class has the HTTP head encodings for AJP13 Response Packets
__DATA_HDR, __END_RESPONSE, __FORWARD_REQUEST, __GET_BODY_CHUNK, __HDR_SIZE, __MAX_BUF, __MAX_DATA, __SEND_BODY_CHUNK, __SEND_HEADERS, __SHUTDOWN, __header, __headerMap, __method |
void | populateHeaders()- Abstract method to populate the header array and hash map.
|
addBoolean, addByte, addBytes, addHeader, addInt, addString, destroy, getBoolean, getBuffer, getBufferSize, getByte, getBytes, getDataSize, getHeader, getInt, getMark, getMethod, getString, populateHeaders, prepare, read, reset, resetData, setDataSize, setDataSize, setInt, toString, toString, unconsumedCapacity, unconsumedData, write |
__ResponseHeader
public static String[] __ResponseHeader
AJP13ResponsePacket
public AJP13ResponsePacket(byte[] buffer)
AJP13ResponsePacket
public AJP13ResponsePacket(byte[] buffer,
int len)
AJP13ResponsePacket
public AJP13ResponsePacket(int size)
populateHeaders
public void populateHeaders()
Abstract method to populate the header array and hash map.
- populateHeaders in interface AJP13Packet
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.