public class IrcEndPoint extends EndPoint
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LINE_LENGTH |
static char |
NAME_BREAK_CHAR |
connected, connectionType
Constructor and Description |
---|
IrcEndPoint(EndPointInfo info) |
Modifier and Type | Method and Description |
---|---|
org.pircbotx.Channel |
getChannel() |
java.lang.String |
getChannelName() |
int |
getMaxMessageLength() |
void |
sendMessage(EndPointMessage message) |
void |
sendMessage(java.lang.String 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