public class TCPServer extends Object implements Closeable, Runnable
TCPServer(Object service, String localip, Integer port, int numThreads)
void
close()
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TCPServer(Object service, String localip, Integer port, int numThreads)
public void run()
run
Runnable
public void close() throws IOException
close
Closeable
AutoCloseable
IOException
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.