// Generated automatically from io.netty.channel.ChannelMetadata for testing purposes package io.netty.channel; public class ChannelMetadata { protected ChannelMetadata() {} public ChannelMetadata(boolean p0){} public ChannelMetadata(boolean p0, int p1){} public boolean hasDisconnect(){ return false; } public int defaultMaxMessagesPerRead(){ return 0; } }