|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalChannel
Interface implemented by channels that contains methods only visible to the internal implementation.
Method Summary | |
---|---|
ChannelHandler |
initChannel(ChannelHandler channelHandler)
Initializes the channel and passes the channel handler in. |
boolean |
isAlive()
Tests whether this channel is in the Alive state. |
boolean |
isDead()
Tests whether this channel is in the Dead state. |
boolean |
isShuttingDown()
Tests whether this channel is shutting down. |
Methods inherited from interface net.sf.beep4j.Channel |
---|
close, createMessageBuilder, getProfile, getSession, sendMessage |
Method Detail |
---|
ChannelHandler initChannel(ChannelHandler channelHandler)
channelHandler
- the ChannelHandler from the application
boolean isAlive()
boolean isShuttingDown()
boolean isDead()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |