net.sf.beep4j.internal
Interface SessionImpl.SessionState
- All Superinterfaces:
- MessageHandler
- All Known Implementing Classes:
- SessionImpl.AbstractSessionState, SessionImpl.AliveState, SessionImpl.DeadState, SessionImpl.InitialState, SessionImpl.WaitForResponseState
- Enclosing class:
- SessionImpl
protected static interface SessionImpl.SessionState
- extends MessageHandler
connectionEstablished
void connectionEstablished(java.net.SocketAddress address)
startChannel
void startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
sendMessage
void sendMessage(int channelNumber,
Message message,
ReplyHandler listener)
channelStartRequested
StartChannelResponse channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
closeSession
void closeSession()
sessionCloseRequested
void sessionCloseRequested(CloseCallback callback)
connectionClosed
void connectionClosed()
Copyright © 2007 null. All Rights Reserved.