Class HTTPClientStringSubscriber
java.lang.Object
org.summerboot.jexpress.integration.httpclient.HTTPClientStringSubscriber
- All Implemented Interfaces:
Flow.Subscriber<ByteBuffer>
- Author:
- daniel, Changski Tie Zheng Zhang, Du Xiao
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonNext(ByteBuffer item) voidonSubscribe(Flow.Subscription subscription)
-
Field Details
-
wrapped
-
-
Constructor Details
-
HTTPClientStringSubscriber
-
-
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>
-