com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBeta.ChatParticipant

java.lang.Object
  extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginBeta.ChatParticipant
Enclosing class:
BuddyPluginBeta

public class BuddyPluginBeta.ChatParticipant
extends Object


Method Summary
 boolean canSpammer()
           
 BuddyPluginBeta.ChatInstance createPrivateChat()
           
 InetSocketAddress getAddress()
           
 BuddyPluginBeta.ChatInstance getChat()
           
 Map<String,Object> getContact()
           
 List<BuddyPluginBeta.ChatMessage> getMessages()
           
 String getName()
           
 String getName(boolean use_nick)
           
 byte[] getPublicKey()
           
 boolean hasNickname()
           
 boolean isIgnored()
           
 boolean isMe()
           
 boolean isNickClash()
           
 boolean isPinned()
           
 boolean isSpammer()
           
 void setIgnored(boolean b)
           
 void setPinned(boolean b)
           
 void setSpammer(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChat

public BuddyPluginBeta.ChatInstance getChat()

getPublicKey

public byte[] getPublicKey()

getContact

public Map<String,Object> getContact()

getAddress

public InetSocketAddress getAddress()

isMe

public boolean isMe()

getName

public String getName()

getName

public String getName(boolean use_nick)

hasNickname

public boolean hasNickname()

getMessages

public List<BuddyPluginBeta.ChatMessage> getMessages()

isIgnored

public boolean isIgnored()

setIgnored

public void setIgnored(boolean b)

isSpammer

public boolean isSpammer()

canSpammer

public boolean canSpammer()

setSpammer

public void setSpammer(boolean b)

isPinned

public boolean isPinned()

setPinned

public void setPinned(boolean b)

isNickClash

public boolean isNickClash()

createPrivateChat

public BuddyPluginBeta.ChatInstance createPrivateChat()
                                               throws Exception
Throws:
Exception