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.MethodReaderInterceptor methodReaderInterceptor,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParseletForMethod(Object o,
Method m) |
void |
addParseletForMethod(Object o,
Method m,
Class[] parameterTypes) |
void |
addParseletForMethod(Object o,
Method m,
Class[] parameterTypes,
MethodFilterOnFirstArg methodFilterOnFirstArg) |
void |
addParseletForMethod(Object o,
Method m,
Class<?> parameterType) |
void |
close() |
VanillaMethodReader |
closeIn(boolean closeIn) |
boolean |
isClosed() |
net.openhft.chronicle.bytes.MethodReaderInterceptor |
methodReaderInterceptor() |
boolean |
readOne()
reads one message
|
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor, @NotNull Object... objects)
public VanillaMethodReader(MarshallableIn in, boolean ignoreDefault, WireParselet defaultParselet, FieldNumberParselet fieldNumberParselet, net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor, @NotNull Object... objects)
@NotNull public VanillaMethodReader closeIn(boolean closeIn)
closeIn in interface net.openhft.chronicle.bytes.MethodReaderpublic void addParseletForMethod(Object o, @NotNull Method m, Class<?> parameterType)
public void addParseletForMethod(Object o, @NotNull Method m, @NotNull Class[] parameterTypes)
public void addParseletForMethod(Object o, @NotNull Method m, @NotNull Class[] parameterTypes, MethodFilterOnFirstArg methodFilterOnFirstArg)
public boolean readOne()
readOne in interface net.openhft.chronicle.bytes.MethodReaderpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
public net.openhft.chronicle.bytes.MethodReaderInterceptor methodReaderInterceptor()
methodReaderInterceptor in interface net.openhft.chronicle.bytes.MethodReaderCopyright © 2018. All rights reserved.