|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleafchat.core.api.Msg
com.leafdigital.irc.api.ServerMsg
com.leafdigital.irc.api.ServerSendMsg
public class ServerSendMsg
Communication to be sent to an IRC server.
Note: This message is marked handled once it has been sent. Marking it handled beforehand will prevent it being sent.
Field Summary | |
---|---|
static MessageInfo |
info
Information about message for scripting system. |
Fields inherited from class leafchat.core.api.Msg |
---|
PRIORITY_AFTERNORMAL, PRIORITY_BEFORENORMAL, PRIORITY_EARLY, PRIORITY_FIRST, PRIORITY_LAST, PRIORITY_LATE, PRIORITY_NORMAL |
Constructor Summary | |
---|---|
ServerSendMsg(Server s,
byte[] line)
|
Method Summary | |
---|---|
byte[] |
getLine()
|
void |
setLine(byte[] line)
|
Methods inherited from class com.leafdigital.irc.api.ServerMsg |
---|
getServer |
Methods inherited from class leafchat.core.api.Msg |
---|
isHandled, isStopped, markHandled, markStopped, sequenceBefore, setSequence, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static MessageInfo info
Constructor Detail |
---|
public ServerSendMsg(Server s, byte[] line)
s
- Server to send line online
- Line of data to sendMethod Detail |
---|
public byte[] getLine()
public void setLine(byte[] line)
line
- New value for line of data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |