Class BgpConfigurator.AsyncClient.Factory
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.BgpConfigurator.AsyncClient.Factory
-
- All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<BgpConfigurator.AsyncClient>
- Enclosing class:
- BgpConfigurator.AsyncClient
public static class BgpConfigurator.AsyncClient.Factory extends java.lang.Object implements org.apache.thrift.async.TAsyncClientFactory<BgpConfigurator.AsyncClient>
-
-
Constructor Summary
Constructors Constructor Description Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BgpConfigurator.AsyncClient
getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
-
-
-
Method Detail
-
getAsyncClient
public BgpConfigurator.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
- Specified by:
getAsyncClient
in interfaceorg.apache.thrift.async.TAsyncClientFactory<BgpConfigurator.AsyncClient>
-
-