RuneHive-Game
Loading...
Searching...
No Matches
ChannelFilter.java File Reference
import com.google.common.collect.ConcurrentHashMultiset;
import com.google.common.collect.Multiset;
import com.runehive.Config;
import com.runehive.game.world.entity.mob.player.IPBannedPlayers;
import com.runehive.net.codec.login.LoginResponse;
import com.runehive.net.codec.login.LoginResponsePacket;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelFutureListener;
import io.netty.channel.ChannelHandler.Sharable;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import java.net.InetSocketAddress;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicBoolean;
Include dependency graph for ChannelFilter.java:

Go to the source code of this file.

Classes

class  com.runehive.net.ChannelFilter
 The ChannelInboundHandlerAdapter implementation that will filter out unwanted connections from propagating down the pipeline. More...
class  com.runehive.net.ChannelFilter.Connection
 Creates a conenction for a host address. More...

Packages

package  com.runehive.net