Home | History | Annotate | Download | only in net

Lines Matching defs:getLocalPort

624      * @see #getLocalPort()
634 return new InetSocketAddress(getLocalAddress(), getLocalPort());
909 public int getLocalPort() {
913 return getImpl().getLocalPort();