net.gleamynode.netty.handler.codec.string
Class StringDecoder
java.lang.Object
net.gleamynode.netty.handler.codec.string.StringDecoder
- All Implemented Interfaces:
- ChannelHandler, ChannelUpstreamHandler
@ChannelPipelineCoverage(value="all")
public class StringDecoder
- extends Object
- implements ChannelUpstreamHandler
- Version:
- $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $
- Author:
- The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringDecoder
public StringDecoder()
StringDecoder
public StringDecoder(String charsetName)
StringDecoder
public StringDecoder(Charset charset)
handleUpstream
public void handleUpstream(ChannelHandlerContext context,
ChannelEvent evt)
throws Exception
- Specified by:
handleUpstream in interface ChannelUpstreamHandler
- Throws:
Exception
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.