public class FitServer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Fixture |
fixture |
FixtureListener |
fixtureListener |
java.lang.String |
input |
Constructor and Description |
---|
FitServer() |
FitServer(java.lang.String host,
int port,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
void |
args(java.lang.String[] argv) |
void |
closeConnection() |
void |
establishConnection() |
void |
establishConnection(java.lang.String httpRequest) |
protected void |
exception(java.lang.Exception e) |
void |
exit() |
int |
exitCode() |
Counts |
getCounts() |
static void |
main(java.lang.String[] argv) |
protected Fixture |
newFixture() |
void |
process() |
java.lang.String |
readDocument() |
static byte[] |
readTable(Parse table) |
void |
run(java.lang.String[] argv) |
static java.lang.String |
sentinelName(int thePort) |
void |
validateConnection() |
void |
writeCounts(Counts count) |
public java.lang.String input
public Fixture fixture
public FixtureListener fixtureListener
public FitServer(java.lang.String host, int port, boolean verbose)
public FitServer()
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
public void run(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
public static java.lang.String sentinelName(int thePort)
public void closeConnection() throws java.io.IOException
java.io.IOException
public void process()
public java.lang.String readDocument() throws java.lang.Exception
java.lang.Exception
protected Fixture newFixture()
public void args(java.lang.String[] argv)
protected void exception(java.lang.Exception e)
public void exit() throws java.lang.Exception
java.lang.Exception
public int exitCode()
public void establishConnection() throws java.lang.Exception
java.lang.Exception
public void establishConnection(java.lang.String httpRequest) throws java.lang.Exception
java.lang.Exception
public void validateConnection() throws java.lang.Exception
java.lang.Exception
public Counts getCounts()
public static byte[] readTable(Parse table) throws java.lang.Exception
java.lang.Exception
public void writeCounts(Counts count) throws java.io.IOException
java.io.IOException