Uses of Class
net.sf.dexterim.oscar.entity.AuthenticationCookie

Packages that use AuthenticationCookie
net.sf.dexterim.oscar.client Provides Factory and Builder Classes to generate Oscar Protocol Messages.  
net.sf.dexterim.oscar.server Provides Parser and Builder Classes parse received Oscar Messages.  
 

Uses of AuthenticationCookie in net.sf.dexterim.oscar.client
 

Methods in net.sf.dexterim.oscar.client with parameters of type AuthenticationCookie
 byte[] MessageBuilder.buildCookieRequest(AuthenticationCookie cookie)
           
 

Uses of AuthenticationCookie in net.sf.dexterim.oscar.server
 

Methods in net.sf.dexterim.oscar.server that return AuthenticationCookie
 AuthenticationCookie CookieResponse.getCookie()
           
 

Methods in net.sf.dexterim.oscar.server with parameters of type AuthenticationCookie
 void CookieResponse.setCookie(AuthenticationCookie cookie)
           
 



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