// Local transports
register(ctx,
new DefaultLocalClientChannelFactory(),
LocalClientChannelFactory.class);
register(ctx,
new DefaultLocalServerChannelFactory(),
LocalServerChannelFactory.class);
// Miscellaneous transports
register(ctx, new OioClientSocketChannelFactory(executor));
register(ctx, new OioServerSocketChannelFactory(executor, executor));