[
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.