Uses of Class
one.microstream.com.ComException
-
Packages that use ComException Package Description one.microstream.com one.microstream.com.binary -
-
Uses of ComException in one.microstream.com
Subclasses of ComException in one.microstream.com Modifier and Type Class Description classComExceptionTimeoutMethods in one.microstream.com that throw ComException Modifier and Type Method Description static SocketChannelXSockets. acceptSocketChannel(ServerSocketChannel serverSocketChannel)static voidCom. bounce(ComHostChannel<SocketChannel> channel)This method is catastrophically naive.static voidXSockets. closeChannel(NetworkChannel channel)ComClientChannel<C>ComClient. connect()ComClientChannel<C>ComClient.Default. connect()static InetAddressXSockets. localHostAddress()Alias forInetAddress.getLocalHost().static InetSocketAddressCom. localHostSocketAddress()static InetSocketAddressCom. localHostSocketAddress(int port)static InetSocketAddressXSockets. localHostSocketAddress()Creates a newInetSocketAddressinstance withXSockets.localHostAddress()and port 0 (ephemeral port).static InetSocketAddressXSockets. localHostSocketAddress(int port)Creates a newInetSocketAddressinstance withXSockets.localHostAddress()and the passed port value.static SocketChannelXSockets. openChannel(InetSocketAddress address)static SocketChannelXSockets. openChannelLocalhost()static SocketChannelXSockets. openChannelLocalhost(int port)static ServerSocketChannelXSockets. openServerSocketChannel(InetSocketAddress address)static voidXSockets. read(SocketChannel channel, ByteBuffer buffer)static ByteBufferXSockets. readCompletely(SocketChannel socketChannel, ByteBuffer byteBuffer)This method either read to completely fill the passedByteBufferfrom position to limit or it throws an exception to indicate failure.static voidXSockets. readIntoBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout)static ByteBufferXSockets. readIntoBufferKnownLength(SocketChannel channel, ByteBuffer buffer, int responseTimeout, int length)static voidXSockets. write(SocketChannel channel, ByteBuffer buffer)static ByteBufferXSockets. writeCompletely(SocketChannel socketChannel, ByteBuffer byteBuffer)This method either writes all of the passedByteBuffer's bytes from position to limit or it throws an exception to indicate failure.static voidXSockets. writeFromBuffer(SocketChannel channel, ByteBuffer buffer, int responseTimeout) -
Uses of ComException in one.microstream.com.binary
Methods in one.microstream.com.binary that throw ComException Modifier and Type Method Description static ByteBufferComBinary. readChunk(SocketChannel channel, ByteBuffer defaultBuffer, boolean switchedByteOrder)static voidComBinary. writeChunk(SocketChannel channel, ByteBuffer headerBuffer, ByteBuffer[] buffers)
-