Package org.apache.axis2.transport.tcp
Class TCPServer
- java.lang.Object
-
- org.apache.axis2.transport.tcp.TCPServer
-
-
Constructor Summary
Constructors Constructor Description TCPServer(TCPEndpoint endpoint, WorkerPool workerPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
startServer()
void
stopServer()
-
-
-
Constructor Detail
-
TCPServer
public TCPServer(TCPEndpoint endpoint, WorkerPool workerPool)
-
-
Method Detail
-
startServer
public void startServer() throws IOException
- Throws:
IOException
-
stopServer
public void stopServer() throws IOException
- Throws:
IOException
-
-