Class BgpUpdater.Client.Factory
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpUpdater.Client.Factory
-
- All Implemented Interfaces:
org.apache.thrift.TServiceClientFactory<BgpUpdater.Client>
- Enclosing class:
- BgpUpdater.Client
public static class BgpUpdater.Client.Factory extends java.lang.Object implements org.apache.thrift.TServiceClientFactory<BgpUpdater.Client>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BgpUpdater.Client
getClient(org.apache.thrift.protocol.TProtocol prot)
BgpUpdater.Client
getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Method Detail
-
getClient
public BgpUpdater.Client getClient(org.apache.thrift.protocol.TProtocol prot)
- Specified by:
getClient
in interfaceorg.apache.thrift.TServiceClientFactory<BgpUpdater.Client>
-
getClient
public BgpUpdater.Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
- Specified by:
getClient
in interfaceorg.apache.thrift.TServiceClientFactory<BgpUpdater.Client>
-
-