mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
25 lines
583 B
Plaintext
25 lines
583 B
Plaintext
|
-- DNS cache purging.
|
||
|
|
||
|
-- Implement ContentHandler chaining (non-JDK feature)
|
||
|
|
||
|
-- Implement MIME type by file determination chaining using external
|
||
|
disk files. (non-JDK feature)
|
||
|
|
||
|
-- Implement determining MIME type from an InputStream
|
||
|
|
||
|
-- Datagram peek()'s
|
||
|
|
||
|
-- Finalize methods for sockets
|
||
|
|
||
|
-- HTTP - caching (supported by JDK?)
|
||
|
|
||
|
-- HTTP - all protocol support beyond basic GET functionality
|
||
|
|
||
|
-- Fix call to Date(String) in URLConnection.getHeaderFieldDate() when
|
||
|
I figure out why DateFormat isn't working.
|
||
|
|
||
|
-- Finish off all JDK 1.2 permissions stuff
|
||
|
|
||
|
-- Write URLClassLoader
|
||
|
|