Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
B
BLINK
- Static variable in class rabbit.html.
TagType
BODY
- Static variable in class rabbit.html.
TagType
BYTE_LEN
- Static variable in class net.sourceforge.apphere.util.
BytesUtil
BackgroundFilter
- class rabbit.filter.
BackgroundFilter
.
This class removes background images from html pages.
BackgroundFilter(HTTPHeader, HTTPHeader)
- Constructor for class rabbit.filter.
BackgroundFilter
Create a new BackgroundFilter for the given request, response pair.
BaseHandler
- class rabbit.handler.
BaseHandler
.
This class is an implementation of the Handler interface.
BaseHandler(Connection, HTTPHeader, HTTPHeader, InputStream, MultiOutputStream, boolean, boolean, long)
- Constructor for class rabbit.handler.
BaseHandler
Create a new BaseHansler for the given request.
BlinkFilter
- class rabbit.filter.
BlinkFilter
.
A filter that removes the blink and /blink tags.
BlinkFilter(HTTPHeader, HTTPHeader)
- Constructor for class rabbit.filter.
BlinkFilter
Create a new BlinkFilter for the given request, response pair.
BlockFilter
- class rabbit.filter.
BlockFilter
.
This is a class that blocks access to certain part of the www.
BodyFilter
- class rabbit.filter.
BodyFilter
.
A class that inserts some text and links at the top of a page.
BodyFilter(HTTPHeader, HTTPHeader)
- Constructor for class rabbit.filter.
BodyFilter
Create a new BodyFilter for the given request, response pair.
BytesBuffer
- class net.sourceforge.apphere.util.
BytesBuffer
.
Deprecated.
use Java 1.4 java.nio classes instead http://www.essex.ac.uk/chimera BytesBuffer.java Created 27-Mar-2003 net.sourceforge.apphere.util
BytesBuffer()
- Constructor for class net.sourceforge.apphere.util.
BytesBuffer
Deprecated.
BytesBuffer(int)
- Constructor for class net.sourceforge.apphere.util.
BytesBuffer
Deprecated.
BytesUtil
- class net.sourceforge.apphere.util.
BytesUtil
.
Provides functions to easily convert short, int, string and float into/from byte[] .
BytesUtil()
- Constructor for class net.sourceforge.apphere.util.
BytesUtil
bytesToDouble(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given an array of bytes, convert it to a double, least significant byte is stored in the beginning.
bytesToFloat(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given a byte array, restore it as an int
bytesToInt(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given a byte array, restore it as an int
bytesToLong(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given an array of bytes, convert it to a long, least significant byte is stored in the beginning.
bytesToShort(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given a byte array, restore it as a short
bytesToString(byte[], int)
- Static method in class net.sourceforge.apphere.util.
BytesUtil
Given a byte array, restore a String out of it.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X