Package ganymede.server
Class Channel.Heartbeat
- java.lang.Object
-
- ganymede.server.Channel
-
- ganymede.server.Channel.Heartbeat
-
- Enclosing class:
- Channel
public static class Channel.Heartbeat extends Channel
Standard HeartbeatChannel.Bean Property Summary
Name Mode Type isHidden isBound isConstrained dispatcherQueue R Queue<Dispatcher>false false false server R Serverfalse false false socketType R SocketTypefalse false false
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ganymede.server.Channel
Channel.Control, Channel.Heartbeat, Channel.IOPub, Channel.Protocol, Channel.Shell, Channel.Stdin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(Dispatcher dispatcher, ZMQ.Socket socket, byte[] frame)Callback method to receive and dispatch aMessage.
-
-
-
Method Detail
-
dispatch
protected void dispatch(Dispatcher dispatcher, ZMQ.Socket socket, byte[] frame)
Description copied from class:ChannelCallback method to receive and dispatch aMessage. This method is called on the same thread that theZMQ.Socketwas created on and the implementation may callZMQ.Socketmethods (includingsend()).- Specified by:
dispatchin classChannel- Parameters:
dispatcher- TheDispatcher.socket- TheZMQ.Socket.frame- The first message frame.
-
-