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

Variable Index

 o file
 o host
 o in
 o out
 o port

Constructor Index

 o GrabPage(String)

Method Index

 o connect()
 o dissect(String)
 o grab()
 o main(String[])

Variables

 o host
  protected String host
 o file
  protected String file
 o port
  protected int port
 o in
  protected DataInputStream in
 o out
  protected DataOutputStream out

Constructors

 o GrabPage
  public GrabPage(String textURL) throws IOException

Methods

 o dissect
  protected void dissect(String textURL) throws MalformedURLException
 o connect
  protected Socket connect() throws IOException
 o grab
  protected void grab() throws IOException
 o main
  public static void main(String args[]) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index