public class SocketClassReplacement extends Object implements MethodReplacementClass
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
SocketClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static void |
connect(Socket caller,
SocketAddress endpoint) |
static void |
connect(Socket caller,
SocketAddress endpoint,
int timeout) |
Class<?> |
getTargetClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetClass, getTargetClassName, isAvailablepublic Class<?> getTargetClass()
getTargetClass in interface MethodReplacementClasspublic static void connect(Socket caller, SocketAddress endpoint) throws IOException
IOExceptionpublic static void connect(Socket caller, SocketAddress endpoint, int timeout) throws IOException
IOExceptionCopyright © 2016–2024. All rights reserved.