/external/nist-sip/java/gov/nist/javax/sip/stack/ |
HopImpl.java | 53 public final class HopImpl extends Object implements javax.sip.address.Hop, Serializable { 69 * Create new hop given host, port and transport. 89 * Creates new Hop 90 * @param hop is a hop string in the form of host:port/Transport 93 HopImpl(String hop) throws IllegalArgumentException { 95 if (hop == null) 98 // System.out.println("hop = " + hop); 99 int brack = hop.indexOf(']') [all...] |
DefaultRouter.java | 66 * <code>false</code>, the next hop is determined according to the following 70 * topmost Route header as next hop, possibly modifying the request in the 73 * use its value as the next hop 74 * <li> Otherwise, use the request URI as next hop. If the request URI is not a 81 * (which means the next hop is a strict router), the implementation will 91 * Subsequently, the request URI will be used as next hop target 103 private Hop defaultRoute; 116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver() 117 .resolveAddress((Hop) (new HopImpl(defaultRoute))); 133 * next hop on the list. If the default route has been specified, then it i 208 Hop hop = createHop(sipUri,request); local 219 Hop hop = createHop((SipURI) requestURI,request); local 237 Hop hop = createHop((SipURI) requestURI,request); local [all...] |
MessageChannel.java | 49 import javax.sip.address.Hop; 196 * @param hop hop to send it to. 199 public void sendMessage(SIPMessage sipMessage, Hop hop) throws IOException { 201 InetAddress hopAddr = InetAddress.getByName(hop.getHost()); 207 && messageProcessor.getPort() == hop.getPort() 208 && messageProcessor.getTransport().equals(hop.getTransport())) { 210 hopAddr, hop.getPort()); 222 this.sendMessage(msg, hopAddr, hop.getPort(), sipMessage instanceof SIPRequest) [all...] |
SIPDialog.java | 91 import javax.sip.address.Hop; 973 Hop hop = sipStack.getNextHop(ackRequest); local 2103 Hop hop = ((SIPClientTransaction) clientTransactionId).getNextHop(); local [all...] |
UDPMessageChannel.java | 62 import javax.sip.address.Hop; 420 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local 421 this.peerPort = hop.getPort(); 434 || !hop.getHost().equals( [all...] |
TCPMessageChannel.java | 40 import javax.sip.address.Hop; 437 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local 449 // InetAddress.getByName(hop.getHost()); 452 || !hop.getHost().equals(this.peerAddress.getHostAddress())) {
|
TLSMessageChannel.java | 54 import javax.sip.address.Hop; 413 Hop hop = sipStack.addressResolver.resolveAddress(v.getHop()); local 421 // InetAddress sentByAddress = InetAddress.getByName(hop.getHost()); 424 || !hop.getHost().equals(this.peerAddress.getHostAddress())) {
|
SIPServerTransaction.java | 56 import javax.sip.address.Hop; 477 Hop hop = sipStack.addressResolver.resolveAddress(new HopImpl(host, port, local 482 hop.getTransport()).getIPAddress(), this.getPort(), hop); 486 throw new IOException("Could not create a message channel for " + hop); [all...] |
/external/nist-sip/java/gov/nist/core/net/ |
AddressResolver.java | 31 import javax.sip.address.Hop; 38 * the Hop that it was passed (fixing up the port if necessary). 57 * @param hop - an incoming Hop containing a potenitally unresolved address. 58 * @return a new hop ( if the address is recomputed ) or the original hop 61 public Hop resolveAddress( Hop hop);
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
RouterExt.java | 28 import javax.sip.address.Hop; 37 * Record that a transaction failure occured for the given hop. 40 public void transactionTimeout(Hop hop);
|
/external/vixl/examples/ |
debugger.cc | 39 Label hop; local 42 __ B(&hop); 44 __ Bind(&hop);
|
/external/apache-http/src/org/apache/http/conn/routing/ |
RouteInfo.java | 105 * A direct route has one hop. A route through a proxy has two hops. 115 * Obtains the target of a hop in this route. 116 * The target of the last hop is the {@link #getTargetHost target host}, 118 * For a route through exactly one proxy, target of hop 0 is the proxy 119 * and target of hop 1 is the target host. 121 * @param hop index of the hop for which to get the target, 124 * @return the target of the given hop 130 HttpHost getHopTarget(int hop)
|
HttpRoute.java | 281 public final HttpHost getHopTarget(int hop) { 282 if (hop < 0) 284 ("Hop index must not be negative: " + hop); 286 if (hop >= hopcount) 288 ("Hop index " + hop + 292 if (hop < hopcount-1) 293 result = this.proxyChain[hop];
|
RouteTracker.java | 69 /** Whether the first hop of the route is established. */ 245 public final HttpHost getHopTarget(int hop) { 246 if (hop < 0) 248 ("Hop index must not be negative: " + hop); 250 if (hop >= hopcount) { 252 ("Hop index " + hop + 257 if (hop < hopcount-1) 258 result = this.proxyChain[hop]; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 75 import javax.sip.address.Hop; 344 Hop hop = null; local 346 hop = sipStack.getNextHop((SIPRequest) request); 347 if (hop == null) 349 "Cannot resolve next hop -- transaction unavailable"); 352 "Cannot resolve next hop -- transaction unavailable", ex); 354 String transport = hop.getTransport(); 399 .getMessageProcessor(), hop); 402 ct.setNextHop(hop); 682 Hop hop = sipStack.getRouter((SIPRequest) request).getNextHop(request); local 778 Hop hop = sipStack.getAddressResolver().resolveAddress( local 921 Hop hop = clientTx.getNextHop(); local 941 Hop hop = clientTx.getNextHop(); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_wsgiref.py | 276 for hop in ( 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 284 for hop in ( 287 for alt in hop, hop.title(), hop.upper(), hop.lower() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_wsgiref.py | 276 for hop in ( 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 284 for hop in ( 287 for alt in hop, hop.title(), hop.upper(), hop.lower() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_wsgiref.py | 276 for hop in ( 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 284 for hop in ( 287 for alt in hop, hop.title(), hop.upper(), hop.lower() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_wsgiref.py | 276 for hop in ( 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 284 for hop in ( 287 for alt in hop, hop.title(), hop.upper(), hop.lower() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelperImpl.java | 37 import javax.sip.address.Hop; 208 /* Resolve this to the next hop based on the previous lookup. If we are not using 209 * lose routing (RFC2543) then just attach hop as a maddr param. 212 Hop hop = ((SIPClientTransaction) challengedTransaction).getNextHop(); local 215 if ( !hop.getHost().equalsIgnoreCase(sipUri.getHost()) 216 && !hop.equals(sipStack.getRouter(challengedRequest).getOutboundProxy()) ) 218 sipUri.setMAddrParam(hop.getHost()); 219 if ( hop.getPort() != -1 ) sipUri.setPort(hop.getPort()) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 38 import javax.sip.address.Hop; 152 * Get the host, port and transport as a Hop. This is 156 public Hop getHop() { 157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), local 159 return hop;
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy.go | 90 // Hop-by-hop headers. These are removed when sent to the backend. 167 // Remove hop-by-hop headers to the backend. Especially
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy.go | 90 // Hop-by-hop headers. These are removed when sent to the backend. 167 // Remove hop-by-hop headers to the backend. Especially
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 58 hop by hop options and all the headers up to and including routing header, 62 There is a hole in specs: some hop-by-hop options can be 80 (f.e.\ in RSVP PATH messages or in some hop-by-hop option).
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 659 final int hop = fact.getHopCount()-1; // the hop to establish local 660 boolean secure = createTunnelToProxy(route, hop, context); 662 managedConn.tunnelProxy(route.getHopTarget(hop), [all...] |