All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.server.MyClient

java.lang.Object
   |
   +----pinball.server.Network
           |
           +----pinball.server.MyClient

public class MyClient
extends Network
Client for sending data over the network.


Variable Index

 o host
Network host.
 o kkSocket
The data socket.
 o port
Data port.

Constructor Index

 o MyClient()
Setup the socket.
 o MyClient(BufferedReader, PrintWriter)
Setup the client with pre-exisiting streams.

Variables

 o kkSocket
 private Socket kkSocket
The data socket.

 o port
 private int port
Data port.

 o host
 private String host
Network host.

Constructors

 o MyClient
 public MyClient()
Setup the socket.

 o MyClient
 public MyClient(BufferedReader in,
                 PrintWriter out)
Setup the client with pre-exisiting streams.


All Packages  Class Hierarchy  This Package  Previous  Next  Index