Make ByteToMessageCodec.isEncodable() public like other similar methods
This commit is contained in:
parent
aa69d628f1
commit
8d5fd0839f
@ -80,7 +80,7 @@ public abstract class ByteToMessageCodec<INBOUND_OUT, OUTBOUND_IN>
|
||||
encoder.freeOutboundBuffer(ctx);
|
||||
}
|
||||
|
||||
protected boolean isEncodable(Object msg) throws Exception {
|
||||
public boolean isEncodable(Object msg) throws Exception {
|
||||
return encoder.isEncodable(msg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user