Java Code Examples for com.alibaba.dubbo.remoting.exchange.support.DefaultFuture#getFuture()
The following examples show how to use
com.alibaba.dubbo.remoting.exchange.support.DefaultFuture#getFuture() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: ExchangeCodec.java From dubbo-2.6.5 with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 2
Source File: DeprecatedExchangeCodec.java From dubbo-2.6.5 with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 3
Source File: ExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 4
Source File: DeprecatedExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 5
Source File: ExchangeCodec.java From dubbox-hystrix with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 6
Source File: DeprecatedExchangeCodec.java From dubbox-hystrix with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 7
Source File: ExchangeCodec.java From dubbo3 with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 8
Source File: DeprecatedExchangeCodec.java From dubbo3 with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 9
Source File: ExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 10
Source File: DeprecatedExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 11
Source File: ExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }
Example 12
Source File: DeprecatedExchangeCodec.java From dubbox with Apache License 2.0 | 5 votes |
protected Object getRequestData(long id) { DefaultFuture future = DefaultFuture.getFuture(id); if (future == null) return null; Request req = future.getRequest(); if (req == null) return null; return req.getData(); }