Class WriteBytesChat
java.lang.Object
com.gigaspaces.lrmi.nio.selector.handler.client.AbstractChat<Void>
com.gigaspaces.lrmi.nio.selector.handler.client.WriteBytesChat
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
-
WriteBytesChat
public WriteBytesChat(byte[] msg)
-
-
Method Details
-
init
- Specified by:
initin classAbstractChat<Void>- Returns:
- true if done with this chat
-
process
- Specified by:
processin classAbstractChat<Void>- Returns:
- true if done with this chat
-
result
- Specified by:
resultin classAbstractChat<Void>
-