JDK-4706492 : need way to create Socket from stdin
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-06-21
  • Updated: 2002-06-21
  • Resolved: 2002-06-21
Related Reports
Duplicate :  
Description
There should be a way to create a Socket object based on a file
descriptor such as stdin, so that you can write Java programs that
are invoked by inetd.