Uses of Class
one.microstream.com.ComException
| Package | Description |
|---|---|
| one.microstream.com | |
| one.microstream.communication.binary.types | |
| one.microstream.communication.binarydynamic | |
| one.microstream.communication.types |
-
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 voidXSockets. closeChannel(NetworkChannel channel)static InetAddressXSockets. localHostAddress()Alias forInetAddress.getLocalHost().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 intXSockets. 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 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.communication.binary.types
Methods in one.microstream.communication.binary.types that throw ComException Modifier and Type Method Description static ByteBufferComBinary. readChunk(ComConnection connection, ByteBuffer defaultBuffer, boolean switchedByteOrder)static voidComBinary. writeChunk(ComConnection connection, ByteBuffer headerBuffer, ByteBuffer[] buffers) -
Uses of ComException in one.microstream.communication.binarydynamic
Subclasses of ComException in one.microstream.communication.binarydynamic Modifier and Type Class Description classComExceptionRemoteClassNotFoundThrown when a typeDefinition received from the remote host contains a type that can't be resolved to an exiting class on the local system.classComExceptionTypeMismatch -
Uses of ComException in one.microstream.communication.types
Methods in one.microstream.communication.types that throw ComException Modifier and Type Method Description static voidCom. bounce(ComHostChannel<ComConnection> channel)This method is catastrophically naive.ComClientChannel<C>ComClient. connect()ComClientChannel<C>ComClient. connect(int retries, Duration retryDelay)ComClientChannel<C>ComClient.Default. connect()ComClientChannel<C>ComClient.Default. connect(int retries, Duration retryDelay)static InetSocketAddressCom. localHostSocketAddress()static InetSocketAddressCom. localHostSocketAddress(int port)