Class SpallocClient

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.SpallocConnection
uk.ac.manchester.spinnaker.spalloc.SpallocClient
All Implemented Interfaces:
Closeable, AutoCloseable, SpallocAPI

public class SpallocClient
extends SpallocConnection
implements SpallocAPI
A simple (blocking) client implementation of the spalloc-server protocol.

This minimal implementation is intended to serve both simple applications and as an example implementation of the protocol for other applications. This implementation simply implements the protocol, presenting an RPC-like interface to the server. For a higher-level interface built on top of this client, see SpallocJob.