mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
Issue #3242 - Relying on EndPoint.toString() for ProxyEndPoint.toString()
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
689fab4979
commit
aad5e97336
@ -620,6 +620,11 @@ public class ProxyConnectionFactory extends AbstractConnectionFactory
|
||||
return _remote;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return _endp.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isOpen()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user