com.lightdev.app.filemanager.io
Class Session

java.lang.Object
  extended by com.lightdev.app.filemanager.io.Session

public class Session
extends Object

A session with a file server

Version:
1, 09.09.2008
Author:
Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License, for details see file license.txt in the distribution package of this software

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

Session

public Session()
Create a new object of class Session

Method Detail

usesProxy

public boolean usesProxy()

isEncrypted

public boolean isEncrypted()

setEncrypted

public void setEncrypted(boolean encrypted)

setProxyPort

public void setProxyPort(String proxyPort)

setProxyUrl

public void setProxyUrl(String proxyUrl)

getProxyPort

public String getProxyPort()

getProxyUrl

public String getProxyUrl()

getUrlStr

public String getUrlStr()

setUrlStr

public void setUrlStr(String urlStr)
Set the URL of this session

Parameters:
urlStr - the URL of this session

getSessionId

public String getSessionId()
get the id of this session

Returns:
session id

setSessionId

public void setSessionId(String sessionId)
set the id of this session

Parameters:
sessionId - the id to set this session to