HomeSort by relevance Sort by last modified time
    Searched full:layered (Results 1 - 25 of 40) sorted by null

1 2

  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 68 /** Whether the route is layered. */
69 private final LayerType layered; field in class:HttpRoute
92 * @param layered the layering type of this route, or
98 TunnelType tunnelled, LayerType layered) {
111 if (layered == null)
112 layered = LayerType.PLAIN;
119 this.layered = layered;
134 * @param layered the layering type of this route
137 boolean secure, TunnelType tunnelled, LayerType layered) {
    [all...]
RouteTracker.java 73 /** Whether the route is layered over a tunnel. */
74 private LayerType layered; field in class:RouteTracker
95 this.layered = LayerType.PLAIN;
206 ("No layered protocol unless connected.");
208 this.layered = LayerType.LAYERED;
287 return this.layered;
293 return (this.layered == LayerType.LAYERED);
315 this.tunnelled, this.layered);
    [all...]
RouteInfo.java 65 * Layered routes are established by layering a protocol such as TLS/SSL
67 * Protocols can only be layered over a tunnel to the target, or
75 public enum LayerType { PLAIN, LAYERED }
173 * Checks whether this route includes a layered protocol.
177 * @return <code>true</code> if layered,
package.html 44 Routes through proxies can be tunnelled, and a layered protocol (TLS/SSL)
  /external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java 68 /** Indicates whether this scheme allows for layered connections */
69 private final boolean layered; field in class:Scheme
78 * Whether the created scheme allows for layered connections
107 this.layered = (factory instanceof LayeredSocketFactory);
123 * If this scheme is {@link #isLayered layered}, the factory implements
144 * Indicates whether this scheme allows for layered connections.
146 * @return <code>true</code> if layered connections are possible,
150 return layered;
202 layered == s.layered &
    [all...]
LayeredSocketFactory.java 39 * A {@link SocketFactory SocketFactory} for layered sockets (SSL/TLS).
49 * Returns a socket connected to the given host that is layered over an
SocketFactory.java 87 * a layered protocol.
  /libcore/luni/src/main/java/org/xml/sax/ext/
package.html 43 As an example, most validation systems can be cleanly layered on top
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java 51 * The methods in this interface allow the creation of plain and layered
97 * Updates a connection with a layered secure connection.
105 * will be used to create a layered connection.
OperatedClientConnection.java 151 * or when a TLS/SSL connection has been layered on top of a plain
ManagedClientConnection.java 174 * It is not guaranteed that the layered connection is
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 153 * socket before the creation of the layered socket to
219 ") must have layered socket factory.");
232 //@@@ error handling: close the layered socket in case of exception?
DefaultHttpRoutePlanner.java 109 // a layered scheme implies a secure connection
ProxySelectorRoutePlanner.java 148 // a layered scheme implies a secure connection
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 167 #define IWFFFF_LAYER_NONE 0x0000 /* not layered */
168 #define IWFFFF_LAYER_ON 0x0001 /* layered */
169 #define IWFFFF_LAYER_VELOCITY 0x0002 /* layered by velocity */
170 #define IWFFFF_LAYER_FREQUENCY 0x0003 /* layered by frequency */
  /external/iproute2/tc/
m_pedit.c 40 "Where: MUNGE := <RAW>|<LAYERED>\n"
48 "\t<LAYERED>:= ip <ipdata> | ip6 <ip6data> \n "
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_slices.sgml 17 layered design that has been inspired by Bonwick's slab allocator
  /external/chromium/net/http/
http_cache.h 6 // layered on top of another HttpTransactionFactory to add HTTP caching. The
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 59 * Layered socket factory for TLS/SSL connections, based on JSSE.
  /external/chromium/third_party/icu/source/i18n/
coleitr.cpp 337 // A CollationElementIterator is really a two-layered beast.
  /external/icu4c/i18n/
coleitr.cpp 335 // A CollationElementIterator is really a two-layered beast.
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 267 views layered on top of the surface, but is intended for applications
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 65 * Layered socket factory for TLS/SSL connections, based on JSSE.
  /external/chromium/net/socket/
tcp_client_socket_win.cc 374 // when there is a Winsock layered service provider.
  /external/dbus/doc/
dbus-faq.xml 372 had more success with a system called DCOP, and GNOME layered a system

Completed in 258 milliseconds

1 2