Uses of Interface
one.nio.rpc.stream.SendStream
-
Packages that use SendStream Package Description one.nio.rpc.stream -
-
Uses of SendStream in one.nio.rpc.stream
Subinterfaces of SendStream in one.nio.rpc.stream Modifier and Type Interface Description interfaceBidiStream<S,R>Classes in one.nio.rpc.stream that implement SendStream Modifier and Type Class Description classRpcStreamImpl<S,R>classStreamProxy<S,R>Methods in one.nio.rpc.stream that return SendStream Modifier and Type Method Description static <S> SendStream<S>SendStream. create(StreamHandler<ReceiveStream<S>> handler)Method parameters in one.nio.rpc.stream with type arguments of type SendStream Modifier and Type Method Description static <R> ReceiveStream<R>ReceiveStream. create(StreamHandler<SendStream<R>> handler)
-