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

1 2 3

  /external/apache-http/src/org/apache/http/protocol/
HttpRequestInterceptorList.java 39 * Provides access to an ordered list of request interceptors.
72 * @return the number of request interceptors in this list
92 * Removes all request interceptors from this list.
107 * Sets the request interceptors in this list.
109 * all request interceptors from the argument list.
111 * interceptors, the behavior is implementation dependent.
113 * @param itcps the list of request interceptors
HttpResponseInterceptorList.java 41 * Provides access to an ordered list of response interceptors.
73 * @return the number of response interceptors in this list
93 * Removes all response interceptors from this list.
108 * Sets the response interceptors in this list.
110 * all response interceptors from the argument list.
112 * interceptors, the behavior is implementation dependent.
114 * @param itcps the list of response interceptors
package.html 51 typically keeps lists of so-called interceptors that will be executed
55 through that processor. There are four kinds of interceptors,
90 Information about required and recommended interceptors for the
107 help in figuring out which interceptors need to be configured.
HttpProcessor.java 39 * Specific interceptors typically interpret or update message headers,
43 * interceptors that will be applied to a request or response.
BasicHttpProcessor.java 46 * Keeps lists of interceptors for processing requests and responses.
240 * elements of the argument list that are request interceptors will be
242 * Elements that are response interceptors will be
249 * @param list the list of request and response interceptors
  /external/chromium/net/url_request/
url_request_job_manager.h 22 // request interceptors that determine how an URLRequestJob gets created to
38 // interceptors and protocol factories. This will always succeed in
42 // Allows interceptors to hijack the request after examining the new location
47 // Allows interceptors to hijack the request after examining the response
url_request_job_manager.cc 59 // We do this here to avoid asking interceptors about unsupported schemes.
  /external/javassist/src/main/javassist/tools/reflect/
package.html 5 <p>(also recently known as interceptors or AOP?)
  /external/smack/src/org/jivesoftware/smack/
PacketWriter.java 32 * interceptors can be registered to dynamically modify packets before they're actually
84 // Invoke interceptors for the new packet that is about to be sent. Interceptors
136 connection.interceptors.clear();
ChatManager.java 93 private Map<PacketInterceptor, PacketFilter> interceptors field in class:ChatManager
247 // Here we will run any interceptors
252 for(Map.Entry<PacketInterceptor, PacketFilter> interceptor : interceptors.entrySet()) {
281 interceptors.put(packetInterceptor, filter);
PacketInterceptor.java 42 * Interceptors are invoked using the same thread that requested the packet
Connection.java 159 * sent to the server. These interceptors may modify the packet before it is being
162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors = field in class:Connection
698 * invoked every time a packet is about to be sent by this connection. Interceptors
710 interceptors.put(packetInterceptor, new InterceptorWrapper(packetInterceptor, packetFilter));
719 interceptors.remove(packetInterceptor);
727 * Get a map of all packet interceptors for sending packets of this connection.
729 * @return a map of all packet interceptors for sending packets.
732 return interceptors;
736 * Process interceptors. Interceptors may modify the packet that is about to be sent
    [all...]
Connection.java.orig 159 * sent to the server. These interceptors may modify the packet before it is being
162 protected final Map<PacketInterceptor, InterceptorWrapper> interceptors =
698 * invoked every time a packet is about to be sent by this connection. Interceptors
710 interceptors.put(packetInterceptor, new InterceptorWrapper(packetInterceptor, packetFilter));
719 interceptors.remove(packetInterceptor);
727 * Get a map of all packet interceptors for sending packets of this connection.
729 * @return a map of all packet interceptors for sending packets.
732 return interceptors;
736 * Process interceptors. Interceptors may modify the packet that is about to be sent
    [all...]
  /external/compiler-rt/lib/asan/
asan_new_delete.cc 12 // Interceptors for operators new and delete.
30 // On Android new() goes through malloc interceptors.
asan_stack.h 35 // NOTE: A Rule of thumb is to retrieve stack trace in the interceptors
  /external/apache-http/src/org/apache/http/client/protocol/
package.html 37 Additional request and response interceptors.
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 284 // Required protocol interceptors
287 // Recommended protocol interceptors
291 // HTTP state management interceptors
294 // HTTP authentication interceptors
  /external/compiler-rt/lib/msan/
msan_new_delete.cc 12 // Interceptors for operators new and delete.
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 78 // Required protocol interceptors
81 // Recommended protocol interceptors
  /external/apache-http/src/org/apache/http/
package.html 46 before sending or after receiving, there are interceptors for
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.h 95 // Interceptors.
  /external/v8/test/cctest/
test-decls.cc 46 // track if global declarations in the presence of interceptors behave
516 // Use the prototype as the holder for the interceptors.
578 // Use the prototype as the holder for the interceptors.
  /external/compiler-rt/lib/interception/
interception.h 67 // we intercept. To resolve this we declare our interceptors with __interceptor_
68 // prefix, and then make actual interceptors weak aliases to __interceptor_
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_scanf.inc 10 // Scanf implementation for use in *Sanitizer interceptors.
273 // Common part of *scanf interceptors.
  /external/chromium/net/base/
load_flags_list.h 33 // URLRequest::Interceptors.

Completed in 6697 milliseconds

1 2 3