public class TCPObjectServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TCPObjectServer.NewClientListener |
| Constructor and Description |
|---|
TCPObjectServer(FSTConfiguration conf,
int port) |
TCPObjectServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dumpException(Throwable th) |
boolean |
isTerminated() |
void |
setTerminated(boolean terminated) |
void |
start(TCPObjectServer.NewClientListener listener) |
public TCPObjectServer(FSTConfiguration conf, int port)
public TCPObjectServer(int port)
public void start(TCPObjectServer.NewClientListener listener) throws IOException
IOExceptionprotected void dumpException(Throwable th)
public void setTerminated(boolean terminated)
public boolean isTerminated()
Copyright © 2015. All rights reserved.