pl.mn.communicator.packet.out
Class GGUserListRequest

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

public class GGUserListRequest
extends java.lang.Object
implements GGOutgoingPackage

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

Field Summary
static int GG_USERLIST_REQUEST
           
 
Method Summary
static GGUserListRequest createClearUsetListRequest()
           
static GGUserListRequest createGetUserListRequest()
           
static GGUserListRequest createPutUserListRequest(java.util.Collection users)
           
 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_USERLIST_REQUEST

public static final int GG_USERLIST_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()

createClearUsetListRequest

public static GGUserListRequest createClearUsetListRequest()

createPutUserListRequest

public static GGUserListRequest createPutUserListRequest(java.util.Collection users)

createGetUserListRequest

public static GGUserListRequest createGetUserListRequest()


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