de.trantor.mail.proxy
Class ProxySession

java.lang.Object
  |
  +--de.trantor.mail.proxy.ProxySession

public class ProxySession
extends java.lang.Object


Constructor Summary
ProxySession(java.lang.String host, int port, boolean ssl)
           
 
Method Summary
 void close()
           
 long getActivity()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getKey()
           
 java.io.OutputStream getOutputStream()
           
 void setActivity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxySession

public ProxySession(java.lang.String host,
                    int port,
                    boolean ssl)
             throws java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()

getOutputStream

public java.io.OutputStream getOutputStream()

getKey

public java.lang.String getKey()

getActivity

public long getActivity()

setActivity

public void setActivity()