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 TCPEndpointTCPTransportListener. createEndpoint()Methods in org.apache.axis2.transport.tcp with parameters of type TCPEndpoint Modifier and Type Method Description protected voidTCPTransportListener. startEndpoint(TCPEndpoint endpoint)protected voidTCPTransportListener. 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)
-