|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.protocols.api.AbstractResponse
org.apache.james.protocols.smtp.SMTPResponse
org.apache.james.protocols.smtp.SMTPStartTLSResponse
public class SMTPStartTLSResponse
This SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the client
| Field Summary |
|---|
| Fields inherited from class org.apache.james.protocols.api.AbstractResponse |
|---|
lines |
| Fields inherited from interface org.apache.james.protocols.api.Response |
|---|
DISCONNECT |
| Constructor Summary | |
|---|---|
SMTPStartTLSResponse(String rawLine)
|
|
SMTPStartTLSResponse(String code,
CharSequence description)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.james.protocols.smtp.SMTPResponse |
|---|
getLines |
| Methods inherited from class org.apache.james.protocols.api.AbstractResponse |
|---|
appendLine, getRetCode, isEndSession, setEndSession, setRetCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.james.protocols.api.Response |
|---|
getLines, getRetCode, isEndSession |
| Constructor Detail |
|---|
public SMTPStartTLSResponse(String code,
CharSequence description)
public SMTPStartTLSResponse(String rawLine)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||