-
Methods Method Description org.eclipse.jetty.io.EndPoint.getLocalAddress() useEndPoint.getLocalSocketAddress()insteadorg.eclipse.jetty.io.EndPoint.getRemoteAddress() useEndPoint.getRemoteSocketAddress()instead.
| Method | Description |
|---|---|
| org.eclipse.jetty.io.EndPoint.getLocalAddress() |
use
EndPoint.getLocalSocketAddress() instead |
| org.eclipse.jetty.io.EndPoint.getRemoteAddress() |
use
EndPoint.getRemoteSocketAddress() instead. |