org.infinispan.client.hotrod.impl.transport.netty
Class NettyTransport
java.lang.Object
org.infinispan.client.hotrod.impl.transport.AbstractTransport
org.infinispan.client.hotrod.impl.transport.netty.NettyTransport
- All Implemented Interfaces:
- Transport
public class NettyTransport
- extends AbstractTransport
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyTransport
public NettyTransport(InetSocketAddress serverAddress)
writeBytes
protected void writeBytes(byte[] toAppend)
- Specified by:
writeBytes
in class AbstractTransport
writeByte
public void writeByte(short toWrite)
writeVInt
public void writeVInt(int length)
writeVLong
public void writeVLong(long l)
flush
public void flush()
readVLong
public long readVLong()
readVInt
public int readVInt()
readByte
public short readByte()
release
public void release()
readByteArray
public byte[] readByteArray(int size)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.