Home | History | Annotate | Download | only in header

Lines Matching defs:via

70      * This splits up via headers into multiple lines for readability ( better for
1076 Via via = new Via();
1078 via.setBranch(branch);
1094 via.setHost(host);
1095 via.setPort(port);
1096 via.setTransport(transport);
1098 return via;