Package org.robolectric.interceptors
Class AndroidInterceptors.SocketInterceptor
- java.lang.Object
-
- org.robolectric.internal.bytecode.Interceptor
-
- org.robolectric.interceptors.AndroidInterceptors.SocketInterceptor
-
- Enclosing class:
- AndroidInterceptors
public static class AndroidInterceptors.SocketInterceptor extends Interceptor
Intercepts calls to methods inSocket
not present in the OpenJDK.
-
-
Constructor Summary
Constructors Constructor Description SocketInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodHandle
getMethodHandle(String methodName, MethodType type)
Function<Object,Object>
handle(MethodSignature methodSignature)
-
Methods inherited from class org.robolectric.internal.bytecode.Interceptor
getMethodRefs, returnDefaultValue
-
-
-
-
Method Detail
-
handle
public Function<Object,Object> handle(MethodSignature methodSignature)
- Specified by:
handle
in classInterceptor
-
getMethodHandle
public MethodHandle getMethodHandle(String methodName, MethodType type) throws NoSuchMethodException, IllegalAccessException
- Specified by:
getMethodHandle
in classInterceptor
- Throws:
NoSuchMethodException
IllegalAccessException
-
-