com.alibaba.dubbo.rpc.protocol.thrift.ext
Class MultiServiceProcessor

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.thrift.ext.MultiServiceProcessor
All Implemented Interfaces:
org.apache.thrift.TProcessor

public class MultiServiceProcessor
extends Object
implements org.apache.thrift.TProcessor

Author:
kimi

Constructor Summary
MultiServiceProcessor()
           
 
Method Summary
 org.apache.thrift.TProcessor addProcessor(Class service, org.apache.thrift.TProcessor processor)
           
 boolean process(org.apache.thrift.protocol.TProtocol in, org.apache.thrift.protocol.TProtocol out)
           
 void setProtocolFactory(org.apache.thrift.protocol.TProtocolFactory factory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiServiceProcessor

public MultiServiceProcessor()
Method Detail

process

public boolean process(org.apache.thrift.protocol.TProtocol in,
                       org.apache.thrift.protocol.TProtocol out)
                throws org.apache.thrift.TException
Specified by:
process in interface org.apache.thrift.TProcessor
Throws:
org.apache.thrift.TException

addProcessor

public org.apache.thrift.TProcessor addProcessor(Class service,
                                                 org.apache.thrift.TProcessor processor)

setProtocolFactory

public void setProtocolFactory(org.apache.thrift.protocol.TProtocolFactory factory)


Copyright © 2012–2017 Alibaba. All rights reserved.