115778 return local port

git-svn-id: svn://10.0.0.236/trunk@121142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glen.beasley%sun.com
2002-05-09 02:26:25 +00:00
parent 6cd0db7d9b
commit 3bf177114d

View File

@@ -187,6 +187,14 @@ public class SSLServerSocket extends java.net.ServerSocket {
close();
}
/**
* @return The local port.
*/
public int getLocalPort() {
return base.getLocalPort();
}
/**
* Closes this socket.
*/