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