ePOST API

rice.email.proxy.pop3
Class Pop3Connection

java.lang.Object
  extended by rice.email.proxy.pop3.Pop3Connection

public class Pop3Connection
extends java.lang.Object


Constructor Summary
Pop3Connection(Pop3Handler handler, java.net.Socket socket, Environment env)
           
 
Method Summary
 void close()
           
 java.lang.String getClientAddress()
           
 Environment getEnvironment()
           
 void print(java.io.Reader in)
           
 void print(java.lang.String line)
           
 void println()
           
 void println(java.lang.String line)
           
 void quit()
           
 java.lang.String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pop3Connection

public Pop3Connection(Pop3Handler handler,
                      java.net.Socket socket,
                      Environment env)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

quit

public void quit()

close

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

println

public void println(java.lang.String line)

print

public void print(java.lang.String line)

println

public void println()

print

public void print(java.io.Reader in)
           throws java.io.IOException
Throws:
java.io.IOException

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException

getClientAddress

public java.lang.String getClientAddress()

getEnvironment

public Environment getEnvironment()

ePOST API

Copyright © 2001-2005 - Rice Pastry.