Package | Description |
---|---|
org.infinispan.client.hotrod.impl.protocol | |
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Method and Description |
---|---|
Either<Short,ClientEvent> |
Codec20.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Either<Short,ClientEvent> |
Codec.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Either<Short,ClientEvent> |
Codec10.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Modifier and Type | Method and Description |
---|---|
static <A,B> Either<A,B> |
Either.newLeft(A a) |
static <A,B> Either<A,B> |
Either.newRight(B b) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.