public final class FtRemote extends Object implements Front
The class is immutable and thread-safe.
Modifier and Type | Class and Description |
---|---|
static interface |
FtRemote.Script
Script to execute.
|
Constructor and Description |
---|
FtRemote(Back bck)
Ctor.
|
FtRemote(Take tks)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
exec(FtRemote.Script script)
Execute this script against a running front.
|
void |
start(Exit exit)
Start and dispatch all incoming sockets.
|
public FtRemote(Take tks) throws IOException
tks
- TakeIOException
- If failspublic FtRemote(Back bck) throws IOException
bck
- BackIOException
- If failspublic void start(Exit exit) throws IOException
Front
start
in interface Front
exit
- When to exitIOException
- If failspublic void exec(FtRemote.Script script) throws IOException
script
- Script to runIOException
- If failsCopyright © 2015 Take. All rights reserved.