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 class
ComConnectionListener.Default
-
Method Summary
Modifier and Type Method Description void
close()
static ComConnectionListener.Default
Default(ServerSocketChannel serverSocketChannel)
C
listenForConnection()
-
-
-
Method Detail
-
listenForConnection
C listenForConnection()
-
close
void close()
-
Default
static ComConnectionListener.Default Default(ServerSocketChannel serverSocketChannel)
-
-