public class Conversation extends Object
| Constructor and Description | 
|---|
Conversation(InetSocketAddress address)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChat(AbstractChat chat)  | 
SocketChannel | 
channel()  | 
void | 
close(Throwable cause)  | 
SettableFuture<Conversation> | 
future()  | 
void | 
handleKey(SelectionKey key)  | 
public Conversation(InetSocketAddress address) throws IOException
IOExceptionpublic SocketChannel channel()
public SettableFuture<Conversation> future()
public void close(Throwable cause)
public void handleKey(SelectionKey key)
public void addChat(AbstractChat chat)
Copyright © GigaSpaces.