public class DefaultChannelFactory extends Object implements TransportChannelFactory
| Constructor and Description |
|---|
DefaultChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
buildClientChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel |
buildServerChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
public TransportChannel buildClientChannel(TransportChannel.ChannelLifecycleListener listener, RemoteAddressImpl remoteAddress, int maxMessageSize, io.zeebe.dispatcher.FragmentHandler readHandler)
buildClientChannel in interface TransportChannelFactorypublic TransportChannel buildServerChannel(TransportChannel.ChannelLifecycleListener listener, RemoteAddressImpl remoteAddress, int maxMessageSize, io.zeebe.dispatcher.FragmentHandler readHandler, SocketChannel media)
buildServerChannel in interface TransportChannelFactoryCopyright © 2017–2018 camunda services GmbH. All rights reserved.