All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kraft.gateway.GatewayEntry

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

public class GatewayEntry
extends Object

Constructor Index

 o GatewayEntry(String, String, int)
 o GatewayEntry(String, String, String, int)

Method Index

 o get_host()
 o get_port()
 o get_protocol()
 o get_site()

Constructors

 o GatewayEntry
 public GatewayEntry(String site,
                     String host,
                     int port) throws MalformedURLException
 o GatewayEntry
 public GatewayEntry(String site,
                     String protocol,
                     String host,
                     int port) throws MalformedURLException

Methods

 o get_site
 public String get_site()
 o get_protocol
 public String get_protocol()
 o get_host
 public String get_host()
 o get_port
 protected int get_port()

All Packages  Class Hierarchy  This Package  Previous  Next  Index