public class VanillaMethodReader extends Object implements net.openhft.chronicle.bytes.MethodReader
| Constructor and Description |
|---|
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParseletForMethod(Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m) |
void |
addParseletForMethod(Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes) |
void |
addParseletForMethod(Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
@NotNull Class[] parameterTypes,
MethodFilterOnFirstArg methodFilterOnFirstArg) |
void |
addParseletForMethod(Object o2,
Object[] context,
Supplier contextSupplier,
@NotNull Method m,
Class<?> parameterType) |
void |
close() |
@NotNull VanillaMethodReader |
closeIn(boolean closeIn) |
protected @NotNull MethodWireKey |
createWireKey(@NotNull Method m,
String name) |
protected Object |
invoke(Object o,
@NotNull Method m,
Object[] args) |
boolean |
isClosed() |
boolean |
lazyReadOne() |
static void |
logMessage(@NotNull CharSequence s,
@NotNull ValueIn v) |
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns |
methodReaderInterceptorReturns() |
boolean |
readOne()
reads one message
|
protected @NotNull WireParser |
wireParser() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, @NotNull Object... objects)
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, FieldNumberParselet fieldNumberParselet, net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns, @NotNull Object... objects)
public static void logMessage(@NotNull
@NotNull CharSequence s,
@NotNull
@NotNull ValueIn v)
@NotNull public @NotNull VanillaMethodReader closeIn(boolean closeIn)
closeIn in interface net.openhft.chronicle.bytes.MethodReaderpublic void addParseletForMethod(Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, Class<?> parameterType)
public void addParseletForMethod(Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m)
@NotNull protected @NotNull MethodWireKey createWireKey(@NotNull @NotNull Method m, String name)
public void addParseletForMethod(Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, @NotNull @NotNull Class[] parameterTypes)
public void addParseletForMethod(Object o2, Object[] context, Supplier contextSupplier, @NotNull @NotNull Method m, @NotNull @NotNull Class[] parameterTypes, MethodFilterOnFirstArg methodFilterOnFirstArg)
protected Object invoke(Object o, @NotNull @NotNull Method m, Object[] args) throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException
net.openhft.chronicle.core.util.InvocationTargetRuntimeExceptionpublic boolean readOne()
throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException
readOne in interface net.openhft.chronicle.bytes.MethodReadernet.openhft.chronicle.core.util.InvocationTargetRuntimeExceptionpublic boolean lazyReadOne()
lazyReadOne in interface net.openhft.chronicle.bytes.MethodReaderpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
isClosed in interface net.openhft.chronicle.core.io.QueryCloseablepublic net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns()
methodReaderInterceptorReturns in interface net.openhft.chronicle.bytes.MethodReader@NotNull protected @NotNull WireParser wireParser()
Copyright © 2020. All rights reserved.