org.apache.james.protocols.smtp
Class SMTPProtocol
java.lang.Object
org.apache.james.protocols.smtp.SMTPProtocol
- All Implemented Interfaces:
- Protocol
public class SMTPProtocol
- extends Object
- implements Protocol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMTPProtocol
public SMTPProtocol(ProtocolHandlerChain chain,
SMTPConfiguration config)
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.