sunday
1.0.0-beta.18
sunday-jdk
/
io.outfoxx.sunday.jdk
/
JdkRequest
/
RequestEventBodyHandler
Request
Event
Body
Handler
class
RequestEventBodyHandler
(
originalRequest
:
JdkRequest
,
channel
:
SendChannel
<
Request.Event
>
)
:
HttpResponse.BodyHandler
<
Unit
>
Types
Constructors
Functions
Constructors
Request
Event
Body
Handler
Link copied to clipboard
fun
RequestEventBodyHandler
(
originalRequest
:
JdkRequest
,
channel
:
SendChannel
<
Request.Event
>
)
Types
Companion
Link copied to clipboard
object
Companion
Subscriber
Link copied to clipboard
class
Subscriber
(
channel
:
SendChannel
<
Request.Event
>
)
:
HttpResponse.BodySubscriber
<
Unit
>
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
responseInfo
:
HttpResponse.ResponseInfo
)
:
HttpResponse.BodySubscriber
<
Unit
>