Class part2.chapter9.GrabPage
All Packages Class Hierarchy This Package Previous Next Index
Class part2.chapter9.GrabPage
java.lang.Object
|
+----part2.chapter9.GrabPage
- public class GrabPage
- extends Object
-
file
-
-
host
-
-
in
-
-
out
-
-
port
-
-
GrabPage(String)
-
-
connect()
-
-
dissect(String)
-
-
grab()
-
-
main(String[])
-
host
protected String host
file
protected String file
port
protected int port
in
protected DataInputStream in
out
protected DataOutputStream out
GrabPage
public GrabPage(String textURL) throws IOException
dissect
protected void dissect(String textURL) throws MalformedURLException
connect
protected Socket connect() throws IOException
grab
protected void grab() throws IOException
main
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index