Class AbstractChat<T>
java.lang.Object
com.gigaspaces.lrmi.nio.selector.handler.client.AbstractChat<T>
- Direct Known Subclasses:
LRMIChat,WriteBytesChat
Created by Barak Bar Orion 12/30/14.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddInterest(SelectionKey key, int op) abstract booleaninit(Conversation conversation, SelectionKey key) abstract booleanprocess(SelectionKey key) protected voidremoveInterest(SelectionKey key, int op) abstract Tresult()bytewrite(SelectionKey key, ByteBuffer msg)
-
Field Details
-
conversation
-
-
Constructor Details
-
AbstractChat
public AbstractChat()
-
-
Method Details
-
init
- Returns:
- true if done with this chat
-
process
- Returns:
- true if done with this chat
-
result
-
removeInterest
-
addInterest
-
write
-