* Returns an immutable {@link StartTlsResponse}
*/
@Override
public Response immutable() {
// We need to override this and return a StartTlsResponse. See ROTOCOLS-89
return new StartTlsResponse() {
public boolean isEndSession() {
return SMTPStartTlsResponse.this.isEndSession();
}