15161718192021
public class EofProtocolTestCase extends DefaultProtocolTestCase { public EofProtocolTestCase() { super(new EOFProtocol(), SlowInputStream.FULL_LENGTH); }
18192021222324
} @Override protected TcpProtocol createMuleMessageProtocol() { return new EOFProtocol(); }
11121314151617