Deprecated Methods |
org.beepcore.beep.core.OutputDataStream.close()
|
org.beepcore.beep.core.Channel.getMessageListener()
|
org.beepcore.beep.lib.ChannelPool.getSharedChannel(String, MessageListener)
|
org.beepcore.beep.lib.ChannelPool.getSharedChannel(String, RequestHandler)
|
org.beepcore.beep.core.Channel.getStartData()
|
org.beepcore.beep.core.Message.sendANS(OutputDataStream)
use method on MessageMSG instead. |
org.beepcore.beep.core.Message.sendERR(BEEPError)
use method on MessageMSG instead. |
org.beepcore.beep.core.Message.sendERR(int, String)
use method on MessageMSG instead. |
org.beepcore.beep.core.Message.sendERR(int, String, String)
use method on MessageMSG instead. |
org.beepcore.beep.core.Message.sendNUL()
use method on MessageMSG instead. |
org.beepcore.beep.core.Message.sendRPY(OutputDataStream)
use method on MessageMSG instead. |
org.beepcore.beep.core.Channel.setMessageListener(MessageListener)
|
org.beepcore.beep.core.Channel.setStartData(String)
|
org.beepcore.beep.core.Session.startChannel(Collection, MessageListener)
|
org.beepcore.beep.core.Session.startChannel(String, boolean, String, MessageListener)
|
org.beepcore.beep.core.Session.startChannel(String, MessageListener)
|