org.webbitserver.netty
Class EncodingHybiFrame

java.lang.Object
  extended by org.webbitserver.netty.EncodingHybiFrame

public class EncodingHybiFrame
extends Object


Constructor Summary
EncodingHybiFrame(int opcode, boolean fin, int rsv, byte[] maskingKey, org.jboss.netty.buffer.ChannelBuffer fragment)
           
 
Method Summary
 org.jboss.netty.buffer.ChannelBuffer encode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingHybiFrame

public EncodingHybiFrame(int opcode,
                         boolean fin,
                         int rsv,
                         byte[] maskingKey,
                         org.jboss.netty.buffer.ChannelBuffer fragment)
Method Detail

encode

public org.jboss.netty.buffer.ChannelBuffer encode()
                                            throws org.jboss.netty.handler.codec.frame.TooLongFrameException
Throws:
org.jboss.netty.handler.codec.frame.TooLongFrameException


Copyright © 2012. All Rights Reserved.