|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lightdev.app.filemanager.io.Session
public class Session
A session with a file server
| Constructor Summary | |
|---|---|
Session()
Create a new object of class Session |
|
| Method Summary | |
|---|---|
String |
getProxyPort()
|
String |
getProxyUrl()
|
String |
getSessionId()
get the id of this session |
String |
getUrlStr()
|
boolean |
isEncrypted()
|
void |
setEncrypted(boolean encrypted)
|
void |
setProxyPort(String proxyPort)
|
void |
setProxyUrl(String proxyUrl)
|
void |
setSessionId(String sessionId)
set the id of this session |
void |
setUrlStr(String urlStr)
Set the URL of this session |
boolean |
usesProxy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Session()
Session
| Method Detail |
|---|
public boolean usesProxy()
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public void setProxyPort(String proxyPort)
public void setProxyUrl(String proxyUrl)
public String getProxyPort()
public String getProxyUrl()
public String getUrlStr()
public void setUrlStr(String urlStr)
urlStr - the URL of this sessionpublic String getSessionId()
public void setSessionId(String sessionId)
sessionId - the id to set this session to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||