Home | History | Annotate | Download | only in message

Lines Matching refs:getViaHeaders

831         if (!this.getViaHeaders().isEmpty()) {
832 topVia = (Via) this.getViaHeaders().getFirst();
999 public ViaList getViaHeaders() {
1036 if (this.getViaHeaders() == null)
1039 return (Via) (getViaHeaders().getFirst());