Package one.microstream.com
Class ComConnectionListener.Default
- java.lang.Object
-
- one.microstream.com.ComConnectionListener.Default
-
- All Implemented Interfaces:
ComConnectionListener<SocketChannel>
- Enclosing interface:
- ComConnectionListener<C>
public static final class ComConnectionListener.Default extends Object implements ComConnectionListener<SocketChannel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.com.ComConnectionListener
ComConnectionListener.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
-
-
Method Detail
-
listenForConnection
public final SocketChannel listenForConnection()
- Specified by:
listenForConnection
in interfaceComConnectionListener<SocketChannel>
-
close
public final void close()
- Specified by:
close
in interfaceComConnectionListener<SocketChannel>
-
-