You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/06/26 18:59:44 UTC

[jira] Created: (THRIFT-64) ServerSocket should have the option to bind to a specific IP instead of all IPs

ServerSocket should have the option to bind to a specific IP instead of all IPs
-------------------------------------------------------------------------------

                 Key: THRIFT-64
                 URL: https://issues.apache.org/jira/browse/THRIFT-64
             Project: Thrift
          Issue Type: New Feature
          Components: Library (Java)
            Reporter: Bryan Duxbury
            Priority: Minor


Sometimes, you only want to bind to a single interface. Java's ServerSocket supports it, so it's just a matter of changing the constructor to support it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-64) ServerSocket should have the option to bind to a specific IP instead of all IPs

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-64:
--------------------------------

    Attachment: thrift-64.patch

This patch adds a new constructor that takes an InetSocketAddress directly. This gives you all the flexibility you need to bind to a specific host and port. 

> ServerSocket should have the option to bind to a specific IP instead of all IPs
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-64
>                 URL: https://issues.apache.org/jira/browse/THRIFT-64
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Library (Java)
>            Reporter: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-64.patch
>
>
> Sometimes, you only want to bind to a single interface. Java's ServerSocket supports it, so it's just a matter of changing the constructor to support it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-64) ServerSocket should have the option to bind to a specific IP instead of all IPs

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-64:
--------------------------------

    Patch Info: [Patch Available]

> ServerSocket should have the option to bind to a specific IP instead of all IPs
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-64
>                 URL: https://issues.apache.org/jira/browse/THRIFT-64
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Library (Java)
>            Reporter: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-64.patch
>
>
> Sometimes, you only want to bind to a single interface. Java's ServerSocket supports it, so it's just a matter of changing the constructor to support it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-64) ServerSocket should have the option to bind to a specific IP instead of all IPs

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-64.
-------------------------------

    Resolution: Fixed
      Assignee: Bryan Duxbury

> ServerSocket should have the option to bind to a specific IP instead of all IPs
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-64
>                 URL: https://issues.apache.org/jira/browse/THRIFT-64
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Library (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-64.patch
>
>
> Sometimes, you only want to bind to a single interface. Java's ServerSocket supports it, so it's just a matter of changing the constructor to support it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.