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 voidrun()voidstartServer()voidstopServer()
-
-
-
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
-
-