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

Packages that use Packet
com.github.nkzawa.engineio.client   
com.github.nkzawa.engineio.client.transports   
com.github.nkzawa.engineio.parser   
 

Uses of Packet in com.github.nkzawa.engineio.client
 

Methods in com.github.nkzawa.engineio.client with parameters of type Packet
protected  void Transport.onPacket(Packet packet)
           
 void Transport.send(Packet[] packets)
           
protected abstract  void Transport.write(Packet[] packets)
           
 

Uses of Packet in com.github.nkzawa.engineio.client.transports
 

Methods in com.github.nkzawa.engineio.client.transports with parameters of type Packet
protected  void WebSocket.write(Packet[] packets)
           
protected  void Polling.write(Packet[] packets)
           
 

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

Methods in com.github.nkzawa.engineio.parser that return Packet
static Packet<byte[]> Parser.decodePacket(byte[] data)
           
static Packet<String> Parser.decodePacket(String data)
           
static Packet<String> Parser.decodePacket(String data, boolean utf8decode)
           
 

Methods in com.github.nkzawa.engineio.parser with parameters of type Packet
 boolean Parser.DecodePayloadCallback.call(Packet<T> packet, int index, int total)
           
static void Parser.encodePacket(Packet packet, boolean utf8encode, Parser.EncodeCallback callback)
           
static void Parser.encodePacket(Packet packet, Parser.EncodeCallback callback)
           
static void Parser.encodePayload(Packet[] packets, Parser.EncodeCallback<byte[]> callback)
           
 



Copyright © 2014. All rights reserved.