jSyncManager

Uses of Class
org.jSyncManager.API.Protocol.PADP_Packet

Packages that use PADP_Packet
org.jSyncManager.API.Protocol   
 

Uses of PADP_Packet in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol that return PADP_Packet
(package private)  PADP_Packet PADPFragmentSet.getCurrentFragment()
          Retreives the current packet from the set.
(package private)  PADP_Packet PADPFragmentSet.getNextFragment()
          Retreives the next fragment is this packet set, according to the fragment pointer.
(package private)  PADP_Packet PADPFragmentSet.getPacket(int i)
          Retreives the packet at the specified index.
protected  PADP_Packet PADP.parsePADPacket(GenericPacket data)
          Converts an incoming GenericData packet into a PAD_Packet instance.
(package private) static PADP_Packet PADP_Packet.bytes2Packet(byte[] pkt)
          Converts a packet byte array into an instance of PADP_Packet.
 

Methods in org.jSyncManager.API.Protocol with parameters of type PADP_Packet
(package private)  void PADPFragmentSet.addFragment(PADP_Packet pkt)
          Add a fragment to the end of the set.
protected  void PADP.handleAbort(PADP_Packet pkt)
          Handle an abort packet received from the remote end.
protected  void PADP.handleACK(PADP_Packet pkt)
          Handle an ACKnowledgement packet received from the remote end.
protected  void PADP.handleData(PADP_Packet pkt)
          Handle a data packet received from the remote end.
protected  void PADP.handleNACK(PADP_Packet pkt)
          Handle a Negative ACKnowledgement packet received from the remote end.
protected  void PADP.handleTickle(PADP_Packet pkt)
          Handle a tickle packet received from the remote end.
protected  void PADP.processPacket(PADP_Packet pkt)
          Processes an incoming packet.
protected  void PADP.sendAck(PADP_Packet pkt)
          Send an ACKnowledgement packet for a received packet.
protected  void PADP.sendPacket(PADP_Packet pkt)
          Sends a packet to the underlying SLP protocol handler.
 

Constructors in org.jSyncManager.API.Protocol with parameters of type PADP_Packet
PADPFragmentSet(PADP_Packet[] pkt)
          Construct a new PADP Fragment Set with the given array of PADP Packets.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.