All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.sdk.simplenetty.concurrent.DefaultChannelFuture Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.sdk.simplenetty.concurrent;

import org.zodiac.sdk.simplenetty.channel.Channel;
import org.zodiac.sdk.simplenetty.core.EventExecutor;

public class DefaultChannelFuture extends AbstractChannelFuture {

    public DefaultChannelFuture(EventExecutor executor, Channel channel, boolean isCancellable) {
        super(executor, channel, isCancellable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy