org.apache.james.protocols.smtp
Class SMTPProtocol

java.lang.Object
  extended by org.apache.james.protocols.smtp.SMTPProtocol
All Implemented Interfaces:
Protocol

public class SMTPProtocol
extends Object
implements Protocol


Constructor Summary
SMTPProtocol(ProtocolHandlerChain chain, SMTPConfiguration config)
           
 
Method Summary
 ProtocolHandlerChain getProtocolChain()
           
 boolean isStartTLSSupported()
           
 ProtocolSession newSession(ProtocolTransport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTPProtocol

public SMTPProtocol(ProtocolHandlerChain chain,
                    SMTPConfiguration config)
Method Detail

getProtocolChain

public ProtocolHandlerChain getProtocolChain()
Specified by:
getProtocolChain in interface Protocol

isStartTLSSupported

public boolean isStartTLSSupported()
Specified by:
isStartTLSSupported in interface Protocol

newSession

public ProtocolSession newSession(ProtocolTransport transport)
Specified by:
newSession in interface Protocol


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.