net.gleamynode.netty.handler.codec.frame
Class Delimiters

java.lang.Object
  extended by net.gleamynode.netty.handler.codec.frame.Delimiters

public class Delimiters
extends Object

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)

Method Summary
static ChannelBuffer[] lineDelimiter()
           
static ChannelBuffer[] nulDelimiter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nulDelimiter

public static ChannelBuffer[] nulDelimiter()

lineDelimiter

public static ChannelBuffer[] lineDelimiter()


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.