/** remove the port. */ public void removePort() { sentBy.removePort(); }
/** remove the port. */ public void removePort() { if (hostPort != null) hostPort.removePort(); }