Package one.microstream.com.binary.test
Class MainTestComServer
- java.lang.Object
 - 
- one.microstream.com.binary.test.MainTestComServer
 
 
- 
public class MainTestComServer extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description MainTestComServer() 
- 
Method Summary
Modifier and Type Method Description static voidlogAndBounce(ComHostChannel<SocketChannel> channel)Slightly improved version ofCom.bounce(ComHostChannel)static voidmain(String[] args) 
 - 
 
- 
- 
Method Detail
- 
main
public static void main(String[] args)
 
- 
logAndBounce
public static void logAndBounce(ComHostChannel<SocketChannel> channel)
Slightly improved version ofCom.bounce(ComHostChannel)- Parameters:
 channel-
 
 - 
 
 -