| Package | Description |
|---|---|
| stella.net.gregor | |
| stella.telescope |
| Class and Description |
|---|
| AcknowledgeException
A summary of known possible error conditions for acknowledging a GREGOR
command.
|
| CommandMessage
Extends a normal GREGOR message to be of the command type.
|
| CommunicationCycle
This class describes a single communication cycle within GREGOR.
|
| CommunicationHandler
This class handles the low-level communication for GREGOR in providing
a method to initiate message output and allows registering of a single
event listener (a call-back agent) which is notified on incoming
messages.
|
| Message
This class represents a GREGOR message (GRE-KIS-NOT-0013.pdf)
|
| MessageListener
This interface marks the capability to handle incoming GREGOR messages.
|
| PacketInputStream
This stream represents an input stream that can handle serialization
of GREGOR Messages (
Message). |
| PacketOutputStream
This stream represents an output stream that can handle serialization
of GREGOR Messages (
Message). |
| PacketServer.ReceiverThread
The reciever thread waits on the input line until data comes available.
|
| PacketServer.SenderThread
This thread performs the sending of a message.
|
| Class and Description |
|---|
| CommandMessage
Extends a normal GREGOR message to be of the command type.
|
| CommunicationHandler
This class handles the low-level communication for GREGOR in providing
a method to initiate message output and allows registering of a single
event listener (a call-back agent) which is notified on incoming
messages.
|
| GetterSetter
This class now narrows the GREGOR communication down to two command, a
get and a set command.
|
| MessageListener
This interface marks the capability to handle incoming GREGOR messages.
|