Interface LocalServerChannelFactory
- All Superinterfaces:
ChannelFactory, ExternalResourceReleasable, ServerChannelFactory
- All Known Implementing Classes:
DefaultLocalServerChannelFactory
A
ServerChannelFactory that creates a LocalServerChannel.-
Method Summary
Methods inherited from interface ChannelFactory
releaseExternalResources, shutdown
-
Method Details
-
newChannel
Description copied from interface:ChannelFactory- Specified by:
newChannelin interfaceChannelFactory- Specified by:
newChannelin interfaceServerChannelFactory- Parameters:
pipeline- theChannelPipelinewhich is going to be attached to the newChannel- Returns:
- the newly open channel
-