Class RpcServer

  • All Implemented Interfaces:
    LifeCycle

    public class RpcServer
    extends RpcBinding
    Base class for all MapR RPC Servers
    • Field Detail

      • bootstrap

        protected final io.netty.bootstrap.ServerBootstrap bootstrap
      • channel

        protected io.netty.channel.Channel channel
    • Constructor Detail

      • RpcServer

        protected RpcServer​(MapRClient maprClient,
                            int port)