JDK-4093634 : ServEnt getServByName(String name,String protocol);
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.1.4
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1997-11-18
  • Updated: 1999-12-14
  • Resolved: 1999-12-14
Related Reports
Duplicate :  
Description

Name: rm29839			Date: 11/18/97


Unix and Windows95 both support a services file
which contains information about network services.
An application program can use the getservbyname 
subroutine to access a service, service aliases,
the protocol for the service, and a protocol port
number for the service.
The services information can also be supported 
via NIS.
Java applications will need access to some of 
these services.
I would like to suggest something like:-
ServEnt getServByName(String name,String protocol)
 
The Servent class would contain the information
retreaved from the services file or NIS.
(Review ID: 19863)
======================================================================

Comments
WORK AROUND Name: rm29839 Date: 11/18/97 ======================================================================
11-06-2004

EVALUATION I'm fairly sure that this has nothing to do with AWT. Assigning to net. brent.christian@eng 1999-12-13
13-12-1999