Skip to content

Commit

Permalink
Added method for new listen_failed_alert port field
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 31, 2016
1 parent 1a47c23 commit 84d1cea
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -51,6 +51,15 @@ public Operation getOperation() {
return Operation.fromSwig(alert.getOperation());
}

/**
* The port attempted to be opened for listening.
*
* @return
*/
public int port() {
return alert.getPort();
}

/**
* The type of listen socket this alert refers to.
*
Expand Down

0 comments on commit 84d1cea

Please sign in to comment.