net.sf.dexterim.oscar.entity
Class TLVFactory

java.lang.Object
  extended bynet.sf.dexterim.oscar.entity.TLVFactory

public class TLVFactory
extends java.lang.Object

Author:
christoph TODO Document

Method Summary
 TLV createAuthorizationCookie()
           
 TLV createBOSServerAddress()
           
 TLV createCapabilityID()
           
 TLV createClientBuildNumber()
           
 TLV createClientCountry()
           
 TLV createClientDistributionNumber()
           
 TLV createClientId()
           
 TLV createClientIdString()
           
 TLV createClientLanguage()
           
 TLV createClientLesserVersion()
           
 TLV createClientMajorVersion()
           
 TLV createClientMinorVersion()
           
 TLV createCookie()
           
 TLV createMOTDString()
           
 TLV createRoastedPassword()
           
 TLV createScreenName()
           
static TLVFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createScreenName

public TLV createScreenName()

createCapabilityID

public TLV createCapabilityID()

createRoastedPassword

public TLV createRoastedPassword()

createClientIdString

public TLV createClientIdString()

createBOSServerAddress

public TLV createBOSServerAddress()

createAuthorizationCookie

public TLV createAuthorizationCookie()

createClientCountry

public TLV createClientCountry()

createClientLanguage

public TLV createClientLanguage()

createClientDistributionNumber

public TLV createClientDistributionNumber()

createClientId

public TLV createClientId()

createClientMajorVersion

public TLV createClientMajorVersion()

createClientMinorVersion

public TLV createClientMinorVersion()

createClientLesserVersion

public TLV createClientLesserVersion()

createClientBuildNumber

public TLV createClientBuildNumber()

createMOTDString

public TLV createMOTDString()

getInstance

public static TLVFactory getInstance()

createCookie

public TLV createCookie()
Returns:


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.