|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bt747.loc.LocationSender
net.sf.bt747.loc.HttpLocationSender
public class HttpLocationSender
Constructor Summary | |
---|---|
HttpLocationSender(Model m)
Create and answer a new instance of HttpLocationSender. |
Method Summary | |
---|---|
java.lang.String |
getPassword()
Retrieve the password. |
java.lang.String |
getTargetFile()
Retrieve the part of the URL after the port. |
java.lang.String |
getTargetHostname()
Retrieve the target hostname. |
int |
getTargetPort()
Retrieve the target port. |
java.lang.String |
getUser()
Retrieve the username. |
void |
setPassword(java.lang.String password)
Retrieve the password. |
void |
setTargetFile(java.lang.String targetFile)
Set the part of the URL after the port. |
void |
setTargetHostname(java.lang.String targetHostname)
Set the target hostname. |
void |
setTargetPort(int targetPort)
Set the port. |
void |
setUser(java.lang.String user)
Set the username. |
Methods inherited from class net.sf.bt747.loc.LocationSender |
---|
getBluetoothAdress, getLastError, getUpdatePeriod, isDisabled, modelEvent, notifyConnectionFailure, notifyFatalFailure, notifySuccess, setBluetoothAdress, setDisabled, setUpdatePeriod |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpLocationSender(Model m)
m
- Model The Model that this instance will belong toMethod Detail |
---|
public java.lang.String getTargetHostname()
public void setTargetHostname(java.lang.String targetHostname)
targetHostname
- String The target hostnamepublic int getTargetPort()
public void setTargetPort(int targetPort)
targetPort
- int the Port to set.public java.lang.String getTargetFile()
public void setTargetFile(java.lang.String targetFile)
targetFile
- String the filepublic java.lang.String getUser()
public void setUser(java.lang.String user)
user
- the Usernamepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |