pl.mn.communicator.packet.out
Class GGLogin60
java.lang.Object
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
|
Constructor Summary |
GGLogin60(int uin,
char[] password,
int seed)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GG_LOGIN60
public static final int GG_LOGIN60
- See Also:
- Constant Field Values
GGLogin60
public GGLogin60(int uin,
char[] password,
int seed)
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.