| Constructor and Description |
|---|
Codec10() |
| Modifier and Type | Method and Description |
|---|---|
Log |
getLog()
Logger for Hot Rod client codec
|
short |
readHeader(Transport transport,
HeaderParams params)
Reads a response header from the transport and returns the status
of the response.
|
protected void |
readNewTopologyAndHash(Transport transport,
AtomicInteger topologyId) |
HeaderParams |
writeHeader(Transport transport,
HeaderParams params)
Writes a request header with the given parameters to the transport and
returns an updated header parameters.
|
protected HeaderParams |
writeHeader(Transport transport,
HeaderParams params,
byte version) |
public HeaderParams writeHeader(Transport transport, HeaderParams params)
CodecwriteHeader in interface Codecprotected HeaderParams writeHeader(Transport transport, HeaderParams params, byte version)
public short readHeader(Transport transport, HeaderParams params)
CodecreadHeader in interface Codecprotected void readNewTopologyAndHash(Transport transport, AtomicInteger topologyId)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.