Skip navigation links
A B C E F G H I O R S 

A

afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncClientInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncRequestExecutorInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestCompleteInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestFailInterceptor
 

B

beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncClientInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncRequestExecutorInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestCompleteInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestFailInterceptor
 

C

cancel() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
cancelled() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.FutureCallbackWrapper
 
close() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
completed(T) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.FutureCallbackWrapper
 
consumeContent(ContentDecoder, IOControl) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
CONTEXT_LOCAL - Static variable in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestCompleteInterceptor
 

E

enhanceClass() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncClientInstrumentation
 
enhanceClass() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncRequestExecutorInstrumentation
 
enhanceClass() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.SessionRequestInstrumentation
 

F

failed(Exception) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.FutureCallbackWrapper
 
failed(Exception) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
FutureCallbackWrapper<T> - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper
a wrapper for FutureCallback so we can be notified when the hold response (when one or more request fails the pipeline mode may not callback though we haven't support pipeline) received whether it fails or completed or canceled.
FutureCallbackWrapper(FutureCallback<T>) - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.FutureCallbackWrapper
 

G

getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncClientInstrumentation
 
getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncRequestExecutorInstrumentation
 
getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.SessionRequestInstrumentation
 
getException() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncClientInstrumentation
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncRequestExecutorInstrumentation
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.SessionRequestInstrumentation
 
getResult() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 

H

handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncClientInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncRequestExecutorInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestCompleteInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestFailInterceptor
 
HttpAsyncClientInstrumentation - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4.define
HttpAsyncClientInstrumentation indicates that the execute method in both org.apache.http.impl.nio.client.MinimalHttpAsyncClient#execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer, HttpContext, FutureCallback) and InternalHttpAsyncClient#execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer, HttpContext, FutureCallback) can be instrumented for single request.pipeline is not support now for some complex situation.this is run in main thread.
HttpAsyncClientInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncClientInstrumentation
 
HttpAsyncClientInterceptor - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4
in main thread,hold the context in thread local so we can read in the same thread.
HttpAsyncClientInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncClientInterceptor
 
HttpAsyncRequestExecutorInstrumentation - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4.define
HttpAsyncRequestExecutorInstrumentation indicates the real request start location in method requestReady
HttpAsyncRequestExecutorInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.HttpAsyncRequestExecutorInstrumentation
 
HttpAsyncRequestExecutorInterceptor - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4
the actual point request begin fetch the request from thread local .
HttpAsyncRequestExecutorInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.HttpAsyncRequestExecutorInterceptor
 
HttpAsyncResponseConsumerWrapper<T> - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper
a wrapper for HttpAsyncResponseConsumer so we can be notified when the current response(every response will callback the wrapper) received maybe completed or canceled,or failed.
HttpAsyncResponseConsumerWrapper(HttpAsyncResponseConsumer<T>) - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 

I

isDone() - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 

O

onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestConstructorInterceptor
 
org.apache.skywalking.apm.plugin.httpasyncclient.v4 - package org.apache.skywalking.apm.plugin.httpasyncclient.v4
 
org.apache.skywalking.apm.plugin.httpasyncclient.v4.define - package org.apache.skywalking.apm.plugin.httpasyncclient.v4.define
 
org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper - package org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper
 

R

responseCompleted(HttpContext) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 
responseReceived(HttpResponse) - Method in class org.apache.skywalking.apm.plugin.httpasyncclient.v4.wrapper.HttpAsyncResponseConsumerWrapper
 

S

SessionRequestCompleteInterceptor - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4
request ready(completed) so we can start our local thread span;
SessionRequestCompleteInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestCompleteInterceptor
 
SessionRequestConstructorInterceptor - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4
hold the snapshot in SkyWalkingDynamicField
SessionRequestConstructorInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestConstructorInterceptor
 
SessionRequestFailInterceptor - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4
when request fail to ready we should remove thread local in case of memory leak;
SessionRequestFailInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.SessionRequestFailInterceptor
 
SessionRequestInstrumentation - Class in org.apache.skywalking.apm.plugin.httpasyncclient.v4.define
this is a bridge for main thread and real request thread which mean hold the ContextSnapshot object to be continued in "completed" method.that is mean the request is ready to submit
SessionRequestInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.httpasyncclient.v4.define.SessionRequestInstrumentation
 
A B C E F G H I O R S 
Skip navigation links

Copyright © 2019 The Apache Software Foundation. All rights reserved.