Class XNioChannel
java.lang.Object
com.gigaspaces.internal.space.transport.xnio.XNioChannel
- Since:
- 16.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()deserialize(ByteBuffer buffer) voidrelease()voidsetReadProcessor(ReadProcessor readProcessor) booleanvoidwriteBlocking(ByteBuffer buffer)
-
Constructor Details
-
XNioChannel
-
-
Method Details
-
tryAcquire
public boolean tryAcquire() -
release
public void release() -
getSocketChannel
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOExceptionClassNotFoundException
-
writeBlocking
- Throws:
IOException
-
readBlocking
- Throws:
IOException
-
readNonBlocking
- Throws:
IOException
-
close
- Throws:
IOException
-
getReadProcessor
-
setReadProcessor
-