Package one.microstream.com
Interface ComConnectionListener<C>
- All Known Implementing Classes:
 ComConnectionListener.Default
public interface ComConnectionListener<C>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComConnectionListener.Default - 
Method Summary
Modifier and Type Method Description voidclose()static ComConnectionListener.DefaultDefault(ServerSocketChannel serverSocketChannel)ClistenForConnection() 
- 
Method Details
- 
listenForConnection
C listenForConnection() - 
close
void close() - 
Default
 
 -