You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/04/17 20:17:01 UTC

svn commit: r935221 - in /james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream: BlockingChannelBufferInputStream.java ChannelOutputStream.java StreamHandler.java

Author: norman
Date: Sat Apr 17 18:17:01 2010
New Revision: 935221

URL: http://svn.apache.org/viewvc?rev=935221&view=rev
Log:
Add note about classed which should get removed later once they are include in netty

Modified:
    james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/BlockingChannelBufferInputStream.java
    james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/ChannelOutputStream.java
    james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/StreamHandler.java

Modified: james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/BlockingChannelBufferInputStream.java
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/BlockingChannelBufferInputStream.java?rev=935221&r1=935220&r2=935221&view=diff
==============================================================================
--- james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/BlockingChannelBufferInputStream.java (original)
+++ james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/BlockingChannelBufferInputStream.java Sat Apr 17 18:17:01 2010
@@ -28,8 +28,9 @@ import org.jboss.netty.buffer.ChannelBuf
  * {@link InputStream} implementation which can be used to write {@link ChannelBuffer} 
  * objects to and read them
  * 
- *
- *  @author Norman Maurer 
+ * TODO: Remove this class when it is included in netty.
+ *       See: https://jira.jboss.org/jira/browse/NETTY-307
+ *   
  */
 public class BlockingChannelBufferInputStream extends InputStream{
     private final Object mutex = new Object();

Modified: james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/ChannelOutputStream.java
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/ChannelOutputStream.java?rev=935221&r1=935220&r2=935221&view=diff
==============================================================================
--- james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/ChannelOutputStream.java (original)
+++ james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/ChannelOutputStream.java Sat Apr 17 18:17:01 2010
@@ -29,7 +29,8 @@ import org.jboss.netty.channel.ChannelFu
 /**
  * {@link OutputStream} which write data to the wrapped {@link Channel}
  *
- *  @author Norman Maurer 
+ * TODO: Remove this class when it is included in netty.
+ *       See: https://jira.jboss.org/jira/browse/NETTY-307
  */
 public class ChannelOutputStream extends OutputStream{
 

Modified: james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/StreamHandler.java
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/StreamHandler.java?rev=935221&r1=935220&r2=935221&view=diff
==============================================================================
--- james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/StreamHandler.java (original)
+++ james/server/trunk/imapserver/src/main/java/org/jboss/netty/handler/stream/StreamHandler.java Sat Apr 17 18:17:01 2010
@@ -41,7 +41,8 @@ import org.jboss.netty.util.Timer;
  * Abstract base class which could be used if you need to use {@link InputStream} and {@link OutputStream} directly in your Handler. 
  * Because of the blocking nature of {@link InputStream} it will spawn a new Thread on every new connected {@link Channel}
  *  
- *  @author Norman Maurer 
+ * TODO: Remove this class when it is included in netty.
+ *       See: https://jira.jboss.org/jira/browse/NETTY-307
  */
 public abstract class StreamHandler extends ReadTimeoutHandler{
     



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org