Uses of Interface
org.fusesource.fabric.dosgi.tcp.ResponseFuture

Packages that use ResponseFuture
org.fusesource.fabric.dosgi.tcp   
 

Uses of ResponseFuture in org.fusesource.fabric.dosgi.tcp
 

Fields in org.fusesource.fabric.dosgi.tcp with type parameters of type ResponseFuture
protected  java.util.Map<java.lang.Long,ResponseFuture> ClientInvokerImpl.requests
           
 

Methods in org.fusesource.fabric.dosgi.tcp that return ResponseFuture
 ResponseFuture BlockingInvocationStrategy.request(SerializationStrategy serializationStrategy, java.lang.ClassLoader loader, java.lang.reflect.Method method, java.lang.Object[] args, org.fusesource.hawtbuf.DataByteArrayOutputStream target)
           
 ResponseFuture InvocationStrategy.request(SerializationStrategy serializationStrategy, java.lang.ClassLoader loader, java.lang.reflect.Method method, java.lang.Object[] args, org.fusesource.hawtbuf.DataByteArrayOutputStream requestStream)
           
 ResponseFuture AsyncInvocationStrategy.request(SerializationStrategy serializationStrategy, java.lang.ClassLoader loader, java.lang.reflect.Method method, java.lang.Object[] args, org.fusesource.hawtbuf.DataByteArrayOutputStream target)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.