This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.ITcpClientConnectionFactory Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Remote.ITcpClientConnectionFactory Interface Reference

Provides TcpClient for the remote endpoint More...

Inherited by Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionFactory.

Public Member Functions

TcpClient Connect (IPEndPoint endPoint)
 Provides TcpClient for the specific endpoint More...
 

Detailed Description

Provides TcpClient for the remote endpoint

Member Function Documentation

TcpClient Org.Apache.REEF.Wake.Remote.ITcpClientConnectionFactory.Connect ( IPEndPoint  endPoint)

Provides TcpClient for the specific endpoint

Parameters
endPointIP address and port number of server
Returns
Tcp client

Implemented in Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionFactory.


The documentation for this interface was generated from the following file: