public class SetWireHandlerProcessor<U> extends Object implements SetWireHandler<U>, java.util.function.Consumer<WireHandlers>
SetWireHandler.Params, SetWireHandler.SetEventId| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_OF_SIZE |
long |
tid |
| Constructor and Description |
|---|
SetWireHandlerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(WireHandlers wireHandlers) |
void |
process(Wire in,
Wire out,
Set<U> set,
CharSequence csp,
java.util.function.BiConsumer<ValueOut,U> toWire,
java.util.function.Function<ValueIn,U> fromWire) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final int SIZE_OF_SIZE
public long tid
public void process(Wire in, Wire out, Set<U> set, CharSequence csp, java.util.function.BiConsumer<ValueOut,U> toWire, java.util.function.Function<ValueIn,U> fromWire) throws StreamCorruptedException
process in interface SetWireHandler<U>StreamCorruptedExceptionpublic void accept(@NotNull
WireHandlers wireHandlers)
accept in interface java.util.function.Consumer<WireHandlers>Copyright © 2015. All rights reserved.