Class AbstractChannelInitializer

    • Constructor Detail

      • AbstractChannelInitializer

        protected AbstractChannelInitializer​(org.drasyl.identity.Identity identity,
                                             InetSocketAddress bindAddress,
                                             int networkId,
                                             long onlineTimeoutMillis,
                                             Map<org.drasyl.identity.IdentityPublicKey,​InetSocketAddress> superPeers)
    • Method Detail

      • initChannel

        protected void initChannel​(org.drasyl.channel.DrasylServerChannel ch)
        Specified by:
        initChannel in class io.netty.channel.ChannelInitializer<org.drasyl.channel.DrasylServerChannel>