Class SpallocConnection

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

public abstract class SpallocConnection
extends Object
implements Closeable
The basic communications layer of the spalloc client. This client assumes that the protocol is line-oriented, but does not assume anything about the formatting of the contents of the lines.
Author:
Donal Fellows