Skip navigation links
A B C E G H O R 

A

afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.AsyncCallInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.CallInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnqueueInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnFailureInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnResponseInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.RealCallInterceptor
Get the status code from Response, when status code greater than 400, it means there was some errors in the server.
AsyncCallInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
AsyncCallInterceptor get the `EnhanceRequiredInfo` instance from `SkyWalkingDynamicField` and then put it into `AsyncCall` instance when the `AsyncCall` constructor called.
AsyncCallInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.AsyncCallInterceptor
 

B

beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.AsyncCallInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.CallInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnqueueInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnFailureInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnResponseInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.RealCallInterceptor
Get the Request from EnhancedInstance, then create AbstractSpan and set host, port, kind, component, url from Request.

C

CallInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
 
CallInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.CallInterceptor
 

E

EnhanceRequiredInfo - Class in org.apache.skywalking.apm.plugin.okhttp.common
EnhanceRequiredInfo storage the `ContextSnapshot` and `RealCall` instances for support the async function of okhttp client.
EnhanceRequiredInfo(EnhancedInstance, ContextSnapshot) - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.EnhanceRequiredInfo
 
EnqueueInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
EnqueueInterceptor create a local span and the prefix of the span operation name is start with `Async` when the `enqueue` method called and also put the `ContextSnapshot` and `RealCall` instance into the `SkyWalkingDynamicField`.
EnqueueInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.EnqueueInterceptor
 

G

getContextSnapshot() - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnhanceRequiredInfo
 
getRealCallEnhance() - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnhanceRequiredInfo
 

H

handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.AsyncCallInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.CallInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnqueueInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnFailureInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.OnResponseInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.RealCallInterceptor
 

O

onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.AsyncCallInterceptor
 
onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.EnqueueInterceptor
 
onConstruct(EnhancedInstance, Object[]) - Method in class org.apache.skywalking.apm.plugin.okhttp.common.RealCallInterceptor
 
OnFailureInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
 
OnFailureInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.OnFailureInterceptor
 
OnResponseInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
OnResponseInterceptor validate the response code if it is great equal than 400.
OnResponseInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.OnResponseInterceptor
 
org.apache.skywalking.apm.plugin.okhttp.common - package org.apache.skywalking.apm.plugin.okhttp.common
 

R

RealCallInterceptor - Class in org.apache.skywalking.apm.plugin.okhttp.common
RealCallInterceptor intercept the synchronous http calls by the discovery of okhttp.
RealCallInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.okhttp.common.RealCallInterceptor
 
A B C E G H O R 
Skip navigation links

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