home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
sun
/
net
/
www
/
protocol
/
verbatim
/
Handler.class
(
.txt
)
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1979-12-31
|
388 b
|
13 lines
package sun.net.www.protocol.verbatim;
import java.io.IOException;
import java.net.URL;
import java.net.URLConnection;
import java.net.URLStreamHandler;
public class Handler extends URLStreamHandler {
public URLConnection openConnection(URL var1) throws IOException {
return new VerbatimConnection(var1);
}
}