115778 return local port
git-svn-id: svn://10.0.0.236/trunk@121142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user