Uses of Class
one.microstream.com.ComExceptionTimeout
| Package | Description | 
|---|---|
| one.microstream.com | |
| one.microstream.com.binary | 
- 
Uses of ComExceptionTimeout in one.microstream.comMethods in one.microstream.com that throw ComExceptionTimeout Modifier and Type Method Description static voidXSockets. readIntoBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout)static voidXSockets. writeFromBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout)
- 
Uses of ComExceptionTimeout in one.microstream.com.binaryMethods in one.microstream.com.binary that throw ComExceptionTimeout Modifier and Type Method Description static ByteBufferComBinary. readChunk(SocketChannel channel, ByteBuffer defaultBuffer, boolean switchedByteOrder)static voidComBinary. writeChunk(SocketChannel channel, ByteBuffer headerBuffer, ByteBuffer[] buffers)