Uses of Class
org.apache.axis2.transport.tcp.TCPEndpoint
-
Packages that use TCPEndpoint Package Description org.apache.axis2.transport.tcp -
-
Uses of TCPEndpoint in org.apache.axis2.transport.tcp
Methods in org.apache.axis2.transport.tcp that return TCPEndpoint Modifier and Type Method Description protected TCPEndpoint
TCPTransportListener. createEndpoint()
Methods in org.apache.axis2.transport.tcp with parameters of type TCPEndpoint Modifier and Type Method Description protected void
TCPTransportListener. startEndpoint(TCPEndpoint endpoint)
protected void
TCPTransportListener. stopEndpoint(TCPEndpoint endpoint)
Constructors in org.apache.axis2.transport.tcp with parameters of type TCPEndpoint Constructor Description TCPServer(TCPEndpoint endpoint, WorkerPool workerPool)
TCPWorker(TCPEndpoint endpoint, Socket socket)
-