|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.james.BaseConnectionHandler | +--org.apache.james.pop3server.POP3Handler
Fields inherited from class org.apache.james.BaseConnectionHandler |
helloName, timeout |
Constructor Summary | |
POP3Handler()
|
Method Summary | |
void |
compose(org.apache.avalon.framework.component.ComponentManager componentManager)
|
void |
handleConnection(java.net.Socket connection)
Handle a connection. |
void |
targetTriggered(java.lang.String triggerName)
|
Methods inherited from class org.apache.james.BaseConnectionHandler |
configure |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable |
configure |
Constructor Detail |
public POP3Handler()
Method Detail |
public void compose(org.apache.avalon.framework.component.ComponentManager componentManager) throws org.apache.avalon.framework.component.ComponentException
compose
in interface org.apache.avalon.framework.component.Composable
public void handleConnection(java.net.Socket connection) throws java.io.IOException
handleConnection
in interface org.apache.avalon.cornerstone.services.connection.ConnectionHandler
connection
- the connectionjava.io.IOException
- if an error reading from socket occursProtocolException
- if an error handling connection occurspublic void targetTriggered(java.lang.String triggerName)
targetTriggered
in interface org.apache.avalon.cornerstone.services.scheduler.Target
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |