pl.mn.communicator.packet.out
Class GGPubdirRequest

java.lang.Object
  extended by pl.mn.communicator.packet.out.GGPubdirRequest
All Implemented Interfaces:
GGPacket, GGPubdirConsts, GGOutgoingPackage

public class GGPubdirRequest
extends java.lang.Object
implements GGOutgoingPackage, GGPubdirConsts

Version:
$Id: GGPubdirRequest.java,v 1.1 2005/11/05 23:34:53 winnetou25 Exp $
Author:
Marcin Naglik, Mateusz Szczap

Field Summary
static int GG_PUBDIR50_REQUEST
           
 
Fields inherited from interface pl.mn.communicator.packet.GGPubdirConsts
ACTIVE, BIRTH_YEAR, CITY, FAMILY_CITY, FAMILY_NAME, FIRST_NAME, GENDER, GG_PUBDIR50_READ, GG_PUBDIR50_SEARCH, GG_PUBDIR50_SEARCH_REPLY, GG_PUBDIR50_WRITE, LAST_NAME, NEXT_START, NICK_NAME, START, STATUS, UIN
 
Method Summary
static GGPubdirRequest createReadPubdirRequest()
           
static GGPubdirRequest createSearchPubdirRequest(PublicDirSearchQuery publicDirQuery)
           
static GGPubdirRequest createWritePubdirRequest(PersonalInfo publicDirInfo)
           
 byte[] getContents()
           
 int getLength()
           
 int getPacketType()
          Returns Gadu-Gadu packet type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_PUBDIR50_REQUEST

public static final int GG_PUBDIR50_REQUEST
See Also:
Constant Field Values
Method Detail

getPacketType

public int getPacketType()
Description copied from interface: GGPacket
Returns Gadu-Gadu packet type.

Specified by:
getPacketType in interface GGPacket
Returns:
constant specyfing Gadu-Gadu packet type.
See Also:
GGPacket.getPacketType()

getLength

public int getLength()
Specified by:
getLength in interface GGOutgoingPackage
See Also:
GGOutgoingPackage.getLength()

getContents

public byte[] getContents()
Specified by:
getContents in interface GGOutgoingPackage
See Also:
GGOutgoingPackage.getContents()

createSearchPubdirRequest

public static GGPubdirRequest createSearchPubdirRequest(PublicDirSearchQuery publicDirQuery)

createReadPubdirRequest

public static GGPubdirRequest createReadPubdirRequest()

createWritePubdirRequest

public static GGPubdirRequest createWritePubdirRequest(PersonalInfo publicDirInfo)


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.