Class LRMIChat
java.lang.Object
com.gigaspaces.lrmi.nio.selector.handler.client.AbstractChat<ByteBuffer>
com.gigaspaces.lrmi.nio.selector.handler.client.LRMIChat
Created by Barak Bar Orion 12/30/14.
-
Field Summary
Fields inherited from class com.gigaspaces.lrmi.nio.selector.handler.client.AbstractChat
conversation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninit(Conversation conversation, SelectionKey key) booleanprocess(SelectionKey key) result()Methods inherited from class com.gigaspaces.lrmi.nio.selector.handler.client.AbstractChat
addInterest, removeInterest, write
-
Constructor Details
-
LRMIChat
- Throws:
IOException
-
-
Method Details
-
init
- Specified by:
initin classAbstractChat<ByteBuffer>- Returns:
- true if done with this chat
-
process
- Specified by:
processin classAbstractChat<ByteBuffer>- Returns:
- true if done with this chat
-
result
- Specified by:
resultin classAbstractChat<ByteBuffer>
-