|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transport in org.infinispan.client.hotrod.impl.protocol |
---|
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type Transport | |
---|---|
static short |
HotRodOperationsHelper.readHeaderAndValidate(Transport transport,
long messageId,
short opRespCode,
AtomicInteger topologyId)
Magic | Message Id | Op code | Status | Topology Change Marker |
static long |
HotRodOperationsHelper.writeHeader(Transport transport,
short operationCode,
byte[] cacheName,
AtomicInteger topologyId,
Flag... flags)
|
Uses of Transport in org.infinispan.client.hotrod.impl.transport |
---|
Classes in org.infinispan.client.hotrod.impl.transport that implement Transport | |
---|---|
class |
AbstractTransport
Support class for transport implementations. |
Methods in org.infinispan.client.hotrod.impl.transport that return Transport | |
---|---|
Transport |
TransportFactory.getTransport()
|
Transport |
TransportFactory.getTransport(byte[] key)
|
Methods in org.infinispan.client.hotrod.impl.transport with parameters of type Transport | |
---|---|
void |
TransportFactory.releaseTransport(Transport transport)
|
Uses of Transport in org.infinispan.client.hotrod.impl.transport.netty |
---|
Classes in org.infinispan.client.hotrod.impl.transport.netty that implement Transport | |
---|---|
class |
NettyTransport
|
Methods in org.infinispan.client.hotrod.impl.transport.netty that return Transport | |
---|---|
Transport |
NettyTransportFactory.getTransport()
|
Transport |
NettyTransportFactory.getTransport(byte[] key)
|
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type Transport | |
---|---|
void |
NettyTransportFactory.releaseTransport(Transport transport)
|
Uses of Transport in org.infinispan.client.hotrod.impl.transport.tcp |
---|
Classes in org.infinispan.client.hotrod.impl.transport.tcp that implement Transport | |
---|---|
class |
TcpTransport
Transport implementation based on TCP. |
Methods in org.infinispan.client.hotrod.impl.transport.tcp that return Transport | |
---|---|
Transport |
TcpTransportFactory.getTransport()
|
Transport |
TcpTransportFactory.getTransport(byte[] key)
|
Methods in org.infinispan.client.hotrod.impl.transport.tcp with parameters of type Transport | |
---|---|
void |
TcpTransportFactory.releaseTransport(Transport transport)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |