public class IrcEndPoint extends EndPoint
Modifier and Type | Field | Description |
---|---|---|
static int |
MAX_LINE_LENGTH |
|
static char |
NAME_BREAK_CHAR |
connected, connectionType
Constructor | Description |
---|---|
IrcEndPoint(EndPointInfo info) |
Modifier and Type | Method | Description |
---|---|---|
org.pircbotx.Channel |
getChannel() |
|
java.lang.String |
getChannelName() |
|
int |
getMaxMessageLength() |
|
void |
sendMessage(java.lang.String message) |
|
void |
sendMessage(EndPointMessage message) |
|
EndPointInfo |
toEndPointInfo() |
divideMessageForSending, getType, isConnected, setConnected
public static final int MAX_LINE_LENGTH
public static final char NAME_BREAK_CHAR
public IrcEndPoint(EndPointInfo info)
public org.pircbotx.Channel getChannel()
public java.lang.String getChannelName()
public EndPointInfo toEndPointInfo()
toEndPointInfo
in class EndPoint
public int getMaxMessageLength()
getMaxMessageLength
in class EndPoint
public void sendMessage(java.lang.String message)
sendMessage
in class EndPoint
public void sendMessage(EndPointMessage message)
sendMessage
in class EndPoint