Package one.nio.rpc.stream
Interface SendStream<S>
- All Superinterfaces:
AutoCloseable,BaseStream
- All Known Subinterfaces:
BidiStream<S,R>
- All Known Implementing Classes:
RpcStreamImpl,StreamProxy
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S> SendStream<S>create(StreamHandler<ReceiveStream<S>> handler) voidMethods inherited from interface one.nio.rpc.stream.BaseStream
close, getBytesRead, getBytesWritten, getLocalAddress, getRemoteAddress, invalidate, socket
-
Method Details
-
send
- Throws:
IOException
-
create
-