Module 

Interface ChannelFactory<C extends java.nio.channels.Channel>


  • public interface ChannelFactory<C extends java.nio.channels.Channel>
    A generalized channel factory type.
    Author:
    David M. Lloyd
    • Method Detail

      • create

        C create()
        Create the channel instance.
        Returns:
        the channel instance