public class BinaryBytesMethodWriterInvocationHandler extends net.openhft.chronicle.core.util.AbstractInvocationHandler implements BytesMethodWriterInvocationHandler
Constructor and Description |
---|
BinaryBytesMethodWriterInvocationHandler(Function<Method,MethodEncoder> methodToId,
BytesOut out) |
Modifier and Type | Method and Description |
---|---|
protected Object |
doInvoke(Object proxy,
Method method,
Object[] args) |
invoke, onClose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onClose
invoke
public BinaryBytesMethodWriterInvocationHandler(Function<Method,MethodEncoder> methodToId, BytesOut out)
protected Object doInvoke(Object proxy, Method method, Object[] args) throws InvocationTargetException, IllegalAccessException
doInvoke
in class net.openhft.chronicle.core.util.AbstractInvocationHandler
InvocationTargetException
IllegalAccessException
Copyright © 2020. All rights reserved.