Searched refs:TUNNELLED (Results 1 – 3 of 3) sorted by relevance
103 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) { in HttpRoute()206 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN, in HttpRoute()310 return (this.tunnelled == TunnelType.TUNNELLED); in isTunnelled()416 if (this.tunnelled == TunnelType.TUNNELLED) in toString()
159 this.tunnelled = TunnelType.TUNNELLED; in tunnelTarget()281 return (this.tunnelled == TunnelType.TUNNELLED); in isTunnelled()412 if (this.tunnelled == TunnelType.TUNNELLED) in toString()
60 public enum TunnelType { PLAIN, TUNNELLED } enumConstant