org.mortbay.http.ajp

Class AJP13InputStream

public class AJP13InputStream extends InputStream

Method Summary
intavailable()
voidclose()
voiddestroy()
voidmark(int readLimit)
booleanmarkSupported()
AJP13RequestPacketnextPacket()
intread()
intread(byte[] b, int off, int len)
voidreset()
voidresetStream()
longskip(long n)

Method Detail

available

public int available()

close

public void close()

destroy

public void destroy()

mark

public void mark(int readLimit)

markSupported

public boolean markSupported()

nextPacket

public AJP13RequestPacket nextPacket()

Returns: The next packet from the stream. The packet is recycled and is only valid until the next call to nextPacket or read().

Throws: IOException

read

public int read()

read

public int read(byte[] b, int off, int len)

reset

public void reset()

resetStream

public void resetStream()

skip

public long skip(long n)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.