public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libgcj/2509: Socket.setKeepAlive() is not supported
@ 2002-09-07 13:48 green
  0 siblings, 0 replies; 4+ messages in thread
From: green @ 2002-09-07 13:48 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, green, java-prs, nobody, p.thio

Synopsis: Socket.setKeepAlive() is not supported

Responsible-Changed-From-To: unassigned->green
Responsible-Changed-By: green
Responsible-Changed-When: Sat Sep  7 13:48:13 2002
Responsible-Changed-Why:
    I can handle this.
State-Changed-From-To: open->feedback
State-Changed-By: green
State-Changed-When: Sat Sep  7 13:48:13 2002
State-Changed-Why:
    Tom implemented this...
    
    2002-08-29  Tom Tromey  <tromey@redhat.com>
    
    	* java/net/JarURLConnection.java (getCertificates): New method
    	from Classpath.
    	* java/net/URLClassLoader.java (URLClassLoader): Extends
    	SecureClassLoader.
    	(definePackage): New method from Classpath.
    	(getPermissions): Likewise.
    	(newInstance): Likewise.
    	(findClass): Construct CodeSource for new class (from Classpath).
    	* java/net/SocketImpl.java (shutdownInput, shutdownOutput): New
    	methods.
    	* java/net/URL.java (getUserInfo): New method.
    	(set(String,String,int,String,String,String,String,String)): New
    	method.
    	* java/net/PlainSocketImpl.java (_Jv_SO_KEEPALIVE_): Define.
    	(shutdownInput, shutdownOutput): Declare.
    	* java/net/PlainDatagramSocketImpl.java (_Jv_SO_KEEPALIVE_):
    	Define.
    	* java/net/natPlainSocketImpl.cc (setOption): Handle keepalive.
    	(getOption): Likewise.
    	(shutdownInput): New method.
    	(shutdownOutput): Likewise.
    	* java/net/natPlainDatagramSocketImpl.cc (setOption): Handle
    	keepalive.
    	(getOption): Likewise.
    	* java/net/SocketOptions.java (SO_KEEPALIVE): New constant.
    	* java/net/Socket.java (setKeepAlive): New method.
    	(getKeepAlive): Likewise.
    	(shutdownInput, shutdownOutput): New methods.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2509


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libgcj/2509: Socket.setKeepAlive() is not supported
@ 2003-01-25 12:49 ehrhardt
  0 siblings, 0 replies; 4+ messages in thread
From: ehrhardt @ 2003-01-25 12:49 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, green, java-prs, p.thio

Synopsis: Socket.setKeepAlive() is not supported

State-Changed-From-To: feedback->closed
State-Changed-By: cae
State-Changed-When: Sat Jan 25 12:49:40 2003
State-Changed-Why:
    Patches applied, works for me, no feedback since september.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2509


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libgcj/2509: Socket.setKeepAlive() is not supported
@ 2001-04-09 14:36 Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2001-04-09 14:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libgcj/2509; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: p.thio@valescom.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libgcj/2509: Socket.setKeepAlive() is not supported
Date: 09 Apr 2001 15:41:42 -0600

 >>>>> ">" == p thio <p.thio@valescom.com> writes:
 
 >> The method Socket.setKeepAlive() is missing.
 
 This is a 1.3 method and isn't really a priority for gcc 3.0.
 I believe we're still short of 1.2 compatibility in some places.
 
 I imagine it wouldn't be hard to implement, though, if you feel like
 doing it :-)
 
 Tom


^ permalink raw reply	[flat|nested] 4+ messages in thread

* libgcj/2509: Socket.setKeepAlive() is not supported
@ 2001-04-08  5:06 p.thio
  0 siblings, 0 replies; 4+ messages in thread
From: p.thio @ 2001-04-08  5:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2509
>Category:       libgcj
>Synopsis:       Socket.setKeepAlive() is not supported
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 08 05:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     p.thio@valescom.com
>Release:        GNU Java version 3.0 20010402 (prerelease) (i686-pc-linux-gnu)
>Organization:
>Environment:
Linux Redhat 7.0
>Description:
The method Socket.setKeepAlive() is missing.

Example:

import java.net.*;

class Test
{
    public static void
    main(String anArg[])
    {
        try
        {
            Socket s = new Socket("localhost", 5000);
            s.setKeepAlive(true);
        }
        catch (Exception e)
        {
            System.out.println(e);
            
        }
    }
}
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-25 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-07 13:48 libgcj/2509: Socket.setKeepAlive() is not supported green
  -- strict thread matches above, loose matches on Subject: below --
2003-01-25 12:49 ehrhardt
2001-04-09 14:36 Tom Tromey
2001-04-08  5:06 p.thio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).