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

Default implementation of ITcpClientFactory. More...

Inherits Org.Apache.REEF.Wake.Remote.ITcpClientConnectionFactory.

Public Member Functions

TcpClient Connect (IPEndPoint endPoint)
 Provides TcpClient for the specific endpoint with the retry logic provided by the user. More...
 

Detailed Description

Default implementation of ITcpClientFactory.

Provides TcpClient for the remote endpoint with the specified retry logic for connection.

Member Function Documentation

TcpClient Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionFactory.Connect ( IPEndPoint  endPoint)
inline

Provides TcpClient for the specific endpoint with the retry logic provided by the user.

Parameters
endPointIP address and port number of server
Returns
Tcp client

Implements Org.Apache.REEF.Wake.Remote.ITcpClientConnectionFactory.


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