action
public void action(ActionCode actionCode,
Object param)
doRead
public int doRead(ByteChunk chunk)
throws IOException
getAttribute
public Object getAttribute(String name)
getAttributes
public HashMap getAttributes()
getBytesRead
public int getBytesRead()
getCharacterEncoding
public String getCharacterEncoding()
getContentLength
public int getContentLength()
getContentLengthLong
public long getContentLengthLong()
getContentType
public String getContentType()
getCookies
public Cookies getCookies()
getHeader
public String getHeader(String name)
getLocalHost
public String getLocalHost()
getLocalPort
public int getLocalPort()
getNote
public final Object getNote(int pos)
getRemotePort
public int getRemotePort()
getRequestProcessor
public RequestInfo getRequestProcessor()
getResponse
public Response getResponse()
getServerPort
public int getServerPort()
getStartTime
public long getStartTime()
getURLDecoder
public UDecoder getURLDecoder()
recycle
public void recycle()
setAttribute
public void setAttribute(String name,
Object o)
setBytesRead
public void setBytesRead(int bytesRead)
setCharacterEncoding
public void setCharacterEncoding(String enc)
setContentLength
public void setContentLength(int len)
setContentType
public void setContentType(String type)
setInputBuffer
public void setInputBuffer(InputBuffer inputBuffer)
setLocalHost
public void setLocalHost(String host)
setLocalPort
public void setLocalPort(int port)
setNote
public final void setNote(int pos,
Object value)
setRemotePort
public void setRemotePort(int port)
setResponse
public void setResponse(Response response)
setServerPort
public void setServerPort(int serverPort)
setStartTime
public void setStartTime(long startTime)
toString
public String toString()
updateCounters
public void updateCounters()