All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kraft.gateway.SocketGateway

java.lang.Object
   |
   +----kraft.gateway.SocketGateway

public class SocketGateway
extends Object

Constructor Index

 o SocketGateway(String, int, String, int, boolean)
 o SocketGateway(String, int, String, int, GatewayMap, boolean)

Method Index

 o work()

Constructors

 o SocketGateway
 public SocketGateway(String l_host,
                      int l_port,
                      String myname,
                      int myport,
                      boolean verbose) throws Exception
 o SocketGateway
 public SocketGateway(String l_host,
                      int l_port,
                      String myname,
                      int myport,
                      GatewayMap known_map,
                      boolean verbose) throws Exception

Methods

 o work
 public void work() throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index