ePOST API

rice.email.proxy.smtp
Interface SmtpServer

All Known Implementing Classes:
NonBlockingSmtpServerImpl, SmtpServerImpl, SSLSmtpServerImpl

public interface SmtpServer


Method Summary
 int getConnections()
           
 Environment getEnvironment()
           
 int getFail()
           
 java.net.InetAddress getLocalHost()
           
 int getPort()
           
 int getSuccess()
           
 void incrementFail()
           
 void incrementSuccess()
           
 void start()
           
 

Method Detail

getPort

int getPort()

start

void start()

getConnections

int getConnections()

getSuccess

int getSuccess()

getFail

int getFail()

incrementSuccess

void incrementSuccess()

incrementFail

void incrementFail()

getEnvironment

Environment getEnvironment()

getLocalHost

java.net.InetAddress getLocalHost()

ePOST API

Copyright © 2001-2005 - Rice Pastry.