networking.client
Interface IConnectInfo

All Known Subinterfaces:
IFileClient, ITalkClient
All Known Implementing Classes:
ClientApplet, ClientFrame, FileFrame, RunApplet

public interface IConnectInfo

IConnectInfo - interface for providing connect information


Method Summary
 java.lang.String getHost()
          Get connection host
 int getPort()
          Get connection port
 

Method Detail

getHost

java.lang.String getHost()
Get connection host


getPort

int getPort()
Get connection port



Copyright © 2009 Alexey Veremenko. All rights reserved.