net.matuschek.util |
|
Java Source File Name | Type | Comment |
AttribValuePair.java | Class | |
Base64.java | Class | Base64 encoder/decoder. |
ByteBuffer.java | Class | A ByteBuffer implements a growable byte array. |
ChunkedInputStream.java | Class | An InputStream that implements HTTP/1.1 chunking.
This class lets a Servlet read its request data as an HTTP/1.1 chunked
stream. |
LimitedBandwidthStream.java | Class | A FilterInputStream with a limited bandwith
This implements an filter for an existing input stream that allows
it to limit the read bandwidth. |
LruHashtable.java | Class | A Hashtable that expires least-recently-used objects.
Use just like java.util.Hashtable, except that the initial-capacity
parameter is required. |
MD5.java | Class | |
NullWriter.java | Class | |
TimedSocket.java | Class | This class offers a timeout feature on socket connections. |