| |
|
| org.apache.james.remotemanager.RemoteManagerHandler
RemoteManagerHandler | public class RemoteManagerHandler extends AbstractLogEnabled implements ConnectionHandler,Poolable(Code) | | Provides a really rude network interface to administer James.
Allow to add accounts.
TODO: -improve protocol
-much more...
version: $Revision: 440727 $ |
getWatchdogTarget | WatchdogTarget getWatchdogTarget()(Code) | | Gets the Watchdog Target that should be used by Watchdogs managing
this connection.
the WatchdogTarget |
handleConnection | public void handleConnection(Socket connection) throws IOException(Code) | | See Also: org.apache.avalon.cornerstone.services.connection.ConnectionHandler.handleConnection(Socket) |
idleClose | void idleClose()(Code) | | Idle out this connection
|
setWatchdog | void setWatchdog(Watchdog theWatchdog)(Code) | | Set the Watchdog for use by this handler.
Parameters: theWatchdog - the watchdog |
writeLoggedFlushedResponse | final void writeLoggedFlushedResponse(String responseString)(Code) | | Write and flush a response string. The response is also logged.
Should be used for the last line of a multi-line response or
for a single line response.
Parameters: responseString - the response string sent to the client |
writeLoggedResponse | final void writeLoggedResponse(String responseString)(Code) | | Write a response string. The response is also logged.
Used for multi-line responses.
Parameters: responseString - the response string sent to the client |
|
|
|