ConnectionResolution

  • ConnectionResolution is the result after a connection is initiated.

  • It has a constructor that takes a Status object.

  • It has a public method getStatus which returns the status of the response, indicating success or rejection.

public final class ConnectionResolution extends Object

Public Constructor Summary

Public Method Summary

Status
getStatus()
The status of the response.

Inherited Method Summary

Public Constructors

public ConnectionResolution (Status status)

Creates a new ConnectionResolution.

Public Methods

public Status getStatus ()

The status of the response. Valid values are CommonStatusCodes.SUCCESS and ConnectionsStatusCodes.STATUS_CONNECTION_REJECTED.