Class HTTPClientStringSubscriber
java.lang.Object
org.summerboot.jexpress.nio.client.HTTPClientStringSubscriber
- All Implemented Interfaces:
Flow.Subscriber<ByteBuffer>
- Author:
- daniel, Changski Tie Zheng Zhang, Du Xiao
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonNext(ByteBuffer item) voidonSubscribe(Flow.Subscription subscription)
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<ByteBuffer>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<ByteBuffer>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<ByteBuffer>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<ByteBuffer>
-