org.webbitserver.netty
Class DecodingHybiFrame

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

public class DecodingHybiFrame
extends Object


Constructor Summary
DecodingHybiFrame(int opcode, UTF8Output utf8Output, org.jboss.netty.buffer.ChannelBuffer fragment)
           
 
Method Summary
 void append(org.jboss.netty.buffer.ChannelBuffer fragment)
           
 void dispatchMessage(WebSocketHandler handler, NettyWebSocketConnection connection, Executor executor, Thread.UncaughtExceptionHandler exceptionHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodingHybiFrame

public DecodingHybiFrame(int opcode,
                         UTF8Output utf8Output,
                         org.jboss.netty.buffer.ChannelBuffer fragment)
                  throws UTF8Exception
Throws:
UTF8Exception
Method Detail

append

public void append(org.jboss.netty.buffer.ChannelBuffer fragment)
            throws UTF8Exception
Throws:
UTF8Exception

dispatchMessage

public void dispatchMessage(WebSocketHandler handler,
                            NettyWebSocketConnection connection,
                            Executor executor,
                            Thread.UncaughtExceptionHandler exceptionHandler)
                     throws UTF8Exception
Throws:
UTF8Exception


Copyright © 2012. All Rights Reserved.