Package org.xnio.channels
Interface ChannelFactory<C extends Channel>
public interface ChannelFactory<C extends Channel>
A generalized channel factory type.
- Author:
- David M. Lloyd
-
Method Summary
-
Method Details
-
create
C create()Create the channel instance.- Returns:
- the channel instance
-