Uses of Interface
one.nio.rpc.stream.SendStream
Packages that use SendStream
-
Uses of SendStream in one.nio.rpc.stream
Subinterfaces of SendStream in one.nio.rpc.streamClasses in one.nio.rpc.stream that implement SendStreamMethods in one.nio.rpc.stream that return SendStreamModifier and TypeMethodDescriptionstatic <S> SendStream<S>SendStream.create(StreamHandler<ReceiveStream<S>> handler) Method parameters in one.nio.rpc.stream with type arguments of type SendStreamModifier and TypeMethodDescriptionstatic <R> ReceiveStream<R>ReceiveStream.create(StreamHandler<SendStream<R>> handler)