Uses of Interface
com.alipay.remoting.rpc.protocol.UserProcessor

Packages that use UserProcessor
com.alipay.remoting   
com.alipay.remoting.rpc   
com.alipay.remoting.rpc.protocol   
 

Uses of UserProcessor in com.alipay.remoting
 

Methods in com.alipay.remoting that return UserProcessor
 UserProcessor<?> RemotingContext.getUserProcessor(String className)
          Get user processor for class name.
 

Methods in com.alipay.remoting with parameters of type UserProcessor
 void ConnectionFactory.registerUserProcessor(UserProcessor<?> processor)
          Register User processor
abstract  void RemotingServer.registerUserProcessor(UserProcessor<?> processor)
          Register user processor.
 

Constructor parameters in com.alipay.remoting with type arguments of type UserProcessor
RemotingContext(io.netty.channel.ChannelHandlerContext ctx, boolean serverSide, ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
          Constructor.
RemotingContext(io.netty.channel.ChannelHandlerContext ctx, InvokeContext invokeContext, boolean serverSide, ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
          Constructor.
 

Uses of UserProcessor in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc with parameters of type UserProcessor
 void RpcServer.registerUserProcessor(UserProcessor<?> processor)
           
 void RpcConnectionFactory.registerUserProcessor(UserProcessor<?> processor)
           
 void RpcClient.registerUserProcessor(UserProcessor<?> processor)
          Register user processor for client side.
 

Constructor parameters in com.alipay.remoting.rpc with type arguments of type UserProcessor
RpcHandler(boolean serverSide, ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
           
RpcHandler(ConcurrentHashMap<String,UserProcessor<?>> userProcessors)
           
 

Uses of UserProcessor in com.alipay.remoting.rpc.protocol
 

Classes in com.alipay.remoting.rpc.protocol that implement UserProcessor
 class AbstractUserProcessor<T>
          Implements common function and provide default value.
 class AsyncUserProcessor<T>
          Extends this to process user defined request in ASYNC way.
 class SyncUserProcessor<T>
          Extends this to process user defined request in SYNC way.
 



Copyright © 2018. All rights reserved.