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 Server
false false false socketType R SocketType
false 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 void
dispatch(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:Channel
Callback method to receive and dispatch aMessage
. This method is called on the same thread that theZMQ.Socket
was created on and the implementation may callZMQ.Socket
methods (includingsend()
).- Specified by:
dispatch
in classChannel
- Parameters:
dispatcher
- TheDispatcher
.socket
- TheZMQ.Socket
.frame
- The first message frame.
-
-