2324252627282930
NonBlockingConnection nonblock; ProtoConnection connection; @Before public void setUp() throws IOException { channel = new MockByteChannel(); connection = new ProtoConnection(new NonBlockingConnection(null, channel)); }