pl.mn.communicator.packet.out
Class GGLogin60

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

public class GGLogin60
extends java.lang.Object
implements GGOutgoingPackage

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

Field Summary
static int GG_LOGIN60
           
 
Constructor Summary
GGLogin60(int uin, char[] password, int seed)
           
 
Method Summary
 byte[] getContents()
           
 int getLength()
           
 byte[] getLocalIP()
           
 int getLocalPort()
           
 int getPacketType()
          Returns Gadu-Gadu packet type.
 char[] getPassword()
           
 int getUin()
           
 void setExternalIP(byte[] externalIP)
           
 void setExternalPort(int externalPort)
           
 void setImageSize(byte imageSize)
           
 void setLocalIP(byte[] localIP)
           
 void setLocalPort(int port)
           
 void setStatus(ILocalStatus localStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_LOGIN60

public static final int GG_LOGIN60
See Also:
Constant Field Values
Constructor Detail

GGLogin60

public GGLogin60(int uin,
                 char[] password,
                 int seed)
Method Detail

setStatus

public void setStatus(ILocalStatus localStatus)

getUin

public int getUin()

getPassword

public char[] getPassword()

setLocalIP

public void setLocalIP(byte[] localIP)

getLocalIP

public byte[] getLocalIP()

setLocalPort

public void setLocalPort(int port)

getLocalPort

public int getLocalPort()

setExternalIP

public void setExternalIP(byte[] externalIP)

setExternalPort

public void setExternalPort(int externalPort)

setImageSize

public void setImageSize(byte imageSize)

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()


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