public class BinaryBytesMethodWriterInvocationHandler extends net.openhft.chronicle.core.util.AbstractInvocationHandler implements BytesMethodWriterInvocationHandler
Constructor and Description |
---|
BinaryBytesMethodWriterInvocationHandler(Class tClass,
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(Class tClass, Function<Method,MethodEncoder> methodToId, BytesOut out)
protected Object doInvoke(Object proxy, Method method, Object[] args) throws IllegalStateException, BufferOverflowException, BufferUnderflowException, IllegalArgumentException, ArithmeticException
doInvoke
in class net.openhft.chronicle.core.util.AbstractInvocationHandler
IllegalStateException
BufferOverflowException
BufferUnderflowException
IllegalArgumentException
ArithmeticException
Copyright © 2022. All rights reserved.