Package galaxy.server

Interface Summary
Continuation This is the interface of the object that resumes the processing of a suspended dispatch function.
MainServerListener  
ServerListener  
 

Class Summary
ClientThread This thread establishes connections to a specified list of Hubs.
ContinuationData This class encapsulates continuation data.
DataInBroker This class represents the consumer of a brokering connection.
DataInBrokerProxy This class encapsulates a DataInBroker.
DataOutBroker This class represents the supplier of a brokering connection.
DataOutBrokerProxy This class encapsulates a DataOutBroker.
Environment The class encapsulates the environment of the current execution context.
FrameDispatcher This class encapsulates methods for dispatching and writing frames to a Hub.
ListenerThread This thread accepts clients connections and creates server threads to handle the client requests ("server per client connection" model).
MainServer This is the base class for all Galaxy Java server applications.
Server This is the base class for all Galaxy servers implemented in Java.
ServerArgParser  
ServerCreationThread This is a thread that creates and starts new instances of Server.
SigEntry This class defines each entry for input and output keys of a Signature.
Signature  
 

Exception Summary
DispatchError