JavaScript is disabled on your browser.
Skip navigation links
XNIO API3.8.8.Final
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
C
create
()
Create the channel instance.
Method Details
create
C
create
()
Create the channel instance.
Returns:
the channel instance