Uses of Class
one.microstream.com.ComExceptionTimeout
Package | Description |
---|---|
one.microstream.com | |
one.microstream.com.binary |
-
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.com.binary
Methods in one.microstream.com.binary that throw ComExceptionTimeout Modifier and Type Method Description static ByteBuffer
ComBinary. readChunk(SocketChannel channel, ByteBuffer defaultBuffer, boolean switchedByteOrder)
static void
ComBinary. writeChunk(SocketChannel channel, ByteBuffer headerBuffer, ByteBuffer[] buffers)