/[classpath]/classpath/gnu/java/nio/NIOServerSocket.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/NIOServerSocket.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Tue Nov 23 12:51:35 2004 UTC revision 1.4 by mkoch, Tue Nov 23 14:49:25 2004 UTC
# Line 67  public final class NIOServerSocket exten Line 67  public final class NIOServerSocket exten
67    {    {
68      try      try
69        {        {
         Method[] methods = NIOServerSocket.class.getDeclaredMethods();  
         for (int i = 0; i < methods.length; i++)  
         {  
                 System.out.println("Michael: method: " + methods[i].getName());  
         }  
           
70          final Object t = this;          final Object t = this;
71          final Method method = ServerSocket.class.getDeclaredMethod("getImpl", new Class[0]);          final Method method = ServerSocket.class.getDeclaredMethod("getImpl", new Class[0]);
72          method.setAccessible(true);          method.setAccessible(true);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26