-
public interface ChannelFactory<C extends java.nio.channels.Channel>
A generalized channel factory type.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
create()
Create the channel instance.
-
-
-
Method Detail
-
create
C create()
Create the channel instance.- Returns:
- the channel instance
-
-