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