package com.seewo.remote.e.h;

import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;

/* JADX INFO: compiled from: MessageControlHandler.java */
/* JADX INFO: loaded from: classes.dex */
public class d extends SimpleChannelInboundHandler<com.seewo.remote.e.f.a> {
    private com.seewo.remote.e.i.a b;

    public d(com.seewo.remote.e.i.a aVar) {
        this.b = aVar;
    }

    /* JADX INFO: Access modifiers changed from: protected */
    @Override // io.netty.channel.SimpleChannelInboundHandler
    /* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
    public void channelRead0(ChannelHandlerContext channelHandlerContext, com.seewo.remote.e.f.a aVar) throws Exception {
        aVar.i(channelHandlerContext);
        this.b.b(aVar);
    }
}
