This commit is contained in:
Trustin Lee 2010-02-02 04:28:33 +00:00
parent deb1c1b038
commit 6f2897a37b

View File

@ -36,7 +36,8 @@ import org.jboss.netty.handler.codec.http.HttpResponseEncoder;
import org.jboss.netty.handler.ssl.SslHandler;
/**
*
* Manipulates the current pipeline dynamically to switch protocols or enable
* SSL or GZIP.
*
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
* @author <a href="http://gleamynode.net/">Trustin Lee</a>