Uses of Class
one.microstream.com.ComExceptionTimeout
Package | Description |
---|---|
one.microstream.com | |
one.microstream.communication.binary.types |
-
Uses of ComExceptionTimeout in one.microstream.com
Methods in one.microstream.com that throw ComExceptionTimeout Modifier and Type Method Description static void
XSockets. readIntoBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout)
static void
XSockets. writeFromBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout)
-
Uses of ComExceptionTimeout in one.microstream.communication.binary.types
Methods in one.microstream.communication.binary.types that throw ComExceptionTimeout Modifier and Type Method Description static ByteBuffer
ComBinary. readChunk(ComConnection connection, ByteBuffer defaultBuffer, boolean switchedByteOrder)
static void
ComBinary. writeChunk(ComConnection connection, ByteBuffer headerBuffer, ByteBuffer[] buffers)