Author: norman
Date: Wed Jan 11 15:03:21 2012
New Revision: 1230082
URL: http://svn.apache.org/viewvc?rev=1230082&view=rev
Log:
Rename StartTlsPop3Response to POP3StartTlsResponse to be more inline with the
rest of the class namings
Removed:
james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/StartTlsPop3Response.java
Modified:
james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/StlsCmdHandler.java
Modified:
james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/StlsCmdHandler.java
URL:
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/StlsCmdHandler.java?rev=1230082&r1=1230081&r2=1230082&view=diff
==============================================================================
---
james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/StlsCmdHandler.java
(original)
+++
james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/StlsCmdHandler.java
Wed Jan 11 15:03:21 2012
@@ -30,7 +30,7 @@ import org.apache.james.protocols.api.Re
import org.apache.james.protocols.api.handler.CommandHandler;
import org.apache.james.protocols.pop3.POP3Response;
import org.apache.james.protocols.pop3.POP3Session;
-import org.apache.james.protocols.pop3.StartTlsPop3Response;
+import org.apache.james.protocols.pop3.POP3StartTlsResponse;
/**
* Handler which offer STARTTLS implementation for POP3. STARTTLS is started
@@ -40,7 +40,7 @@ public class StlsCmdHandler implements C
private static final Collection<String> COMMANDS =
Collections.unmodifiableCollection(Arrays.asList("STLS"));
private static final Set<String> CAPS = Collections.unmodifiableSet(new
HashSet<String>(Arrays.asList("STLS")));
- private static final Response BEGIN_TLS = new
StartTlsPop3Response(POP3Response.OK_RESPONSE, "Begin TLS
negotiation").immutable();
+ private static final Response BEGIN_TLS = new
POP3StartTlsResponse(POP3Response.OK_RESPONSE, "Begin TLS
negotiation").immutable();
/**
* @see
CommandHandler#onCommand(org.apache.james.protocols.api.ProtocolSession,
Request)
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]