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 java.lang.Object


Method Summary
 boolean canSpammer()
           
 BuddyPluginBeta.ChatInstance createPrivateChat()
           
 java.net.InetSocketAddress getAddress()
           
 BuddyPluginBeta.ChatInstance getChat()
           
 java.util.Map<java.lang.String,java.lang.Object> getContact()
           
 java.util.List<BuddyPluginBeta.ChatMessage> getMessages()
           
 java.lang.String getName()
           
 java.lang.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 java.util.Map<java.lang.String,java.lang.Object> getContact()

getAddress

public java.net.InetSocketAddress getAddress()

isMe

public boolean isMe()

getName

public java.lang.String getName()

getName

public java.lang.String getName(boolean use_nick)

hasNickname

public boolean hasNickname()

getMessages

public java.util.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 java.lang.Exception
Throws:
java.lang.Exception