Interface ChannelFactory<T extends Channel>

All Superinterfaces:
AutoCloseable

public interface ChannelFactory<T extends Channel> extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • newChannel

      T newChannel()