jSyncManager

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

Packages that use DLP_Packet
org.jSyncManager.API.Protocol   
 

Uses of DLP_Packet in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol that return DLP_Packet
(package private)  DLP_Packet DLPError.getResponsePacket()
          Returns the responce packet containing the error.
(package private) static DLP_Packet DLP_Packet.bytes2Packet(byte[] pkt)
          Converts a byte array into a DLP packet object.
 DLP_Packet CMP_DLP.getDLPPacket(DLP_Packet dlp_packet)
          Retreives a DLP packet from the underlying protocol in the stack.
 

Methods in org.jSyncManager.API.Protocol with parameters of type DLP_Packet
 DLP_Packet CMP_DLP.getDLPPacket(DLP_Packet dlp_packet)
          Retreives a DLP packet from the underlying protocol in the stack.
 

Constructors in org.jSyncManager.API.Protocol with parameters of type DLP_Packet
DLPError(java.lang.String s, DLP_Packet dlp_packet)
          Create a new DLPError object with the given DLP_Packet which generated the error and a String containing an error message.
DLPError(DLP_Packet dlp_packet)
          Create a new DLPError object with the given DLP_Packet which generated the error.
 


jSyncManager

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