Uses of Interface
org.marid.proto.io.ProtoIO
-
Packages that use ProtoIO Package Description org.marid.proto org.marid.proto.io -
-
Uses of ProtoIO in org.marid.proto
Method parameters in org.marid.proto with type arguments of type ProtoIO Modifier and Type Method Description <R> RProtoBusTaskRunner. call(org.marid.io.IOBiFunction<T,ProtoIO,R> function)<R> java.util.concurrent.Future<R>ProtoBusTaskRunner. callAsync(org.marid.io.IOBiFunction<T,ProtoIO,R> function)voidProtoBusTaskRunner. run(org.marid.io.IOBiConsumer<T,ProtoIO> consumer)java.util.concurrent.Future<?>ProtoBusTaskRunner. runAsync(org.marid.io.IOBiConsumer<T,ProtoIO> consumer)java.util.concurrent.ScheduledFuture<?>ProtoBusTaskRunner. schedule(org.marid.io.IOBiConsumer<T,ProtoIO> task, long delay, long period, java.util.concurrent.TimeUnit unit, boolean fair) -
Uses of ProtoIO in org.marid.proto.io
Classes in org.marid.proto.io that implement ProtoIO Modifier and Type Class Description classHalfDuplexProtoIOConstructors in org.marid.proto.io with parameters of type ProtoIO Constructor Description HalfDuplexProtoIO(ProtoIO delegate)
-