Uses of Class
net.sf.bt747.loc.LocationSender

Packages that use LocationSender
bt747.sys.interfaces   
net.sf.bt747.j2se.system   
net.sf.bt747.loc   
 

Uses of LocationSender in bt747.sys.interfaces
 

Methods in bt747.sys.interfaces with parameters of type LocationSender
 void BT747HttpSender.doRequest(java.lang.String hostname, int port, java.lang.String file, java.lang.String user, java.lang.String password, BT747Hashtable data, java.lang.String encodingOrNull, LocationSender caller)
          Send out data to a server using http the protocol.
 

Uses of LocationSender in net.sf.bt747.j2se.system
 

Methods in net.sf.bt747.j2se.system with parameters of type LocationSender
 void J2SEHttpSenderImpl.doRequest(java.lang.String hostname, int port, java.lang.String file, java.lang.String user, java.lang.String password, BT747Hashtable data, java.lang.String encodingOrNull, LocationSender caller)
           
 

Uses of LocationSender in net.sf.bt747.loc
 

Subclasses of LocationSender in net.sf.bt747.loc
 class HttpLocationSender