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

com.github.dockerjava.netty.ChannelProvider Maven / Gradle / Ivy

There is a newer version: 3.4.0_1
Show newest version
package com.github.dockerjava.netty;

import io.netty.channel.socket.DuplexChannel;

public interface ChannelProvider {
    DuplexChannel getChannel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy