Uses of Class
com.github.nkzawa.socketio.parser.Packet

Packages that use Packet
com.github.nkzawa.socketio.parser   
 

Uses of Packet in com.github.nkzawa.socketio.parser
 

Fields in com.github.nkzawa.socketio.parser declared as Packet
 Packet Binary.DeconstructedPacket.packet
           
 

Methods in com.github.nkzawa.socketio.parser that return Packet
static Packet Binary.reconstructPacket(Packet packet, byte[][] buffers)
           
 

Methods in com.github.nkzawa.socketio.parser with parameters of type Packet
static Binary.DeconstructedPacket Binary.deconstructPacket(Packet packet)
           
 void Parser.Encoder.encode(Packet obj, Parser.Encoder.Callback callback)
           
static Packet Binary.reconstructPacket(Packet packet, byte[][] buffers)
           
 



Copyright © 2014. All rights reserved.