Interface WebClientService.TransportChain
- All Superinterfaces:
WebClientService.Chain, WebClientService.WireProtocolChain
- Enclosing interface:
WebClientService
Terminal service chain that can expose transport response context after an invocation.
-
Method Summary
Modifier and TypeMethodDescriptionprotocolResponse(WebClientServiceResponse response) Create protocol response context for the completed response when applicable.Methods inherited from interface WebClientService.Chain
proceedModifier and TypeMethodDescriptionproceed(WebClientServiceRequest clientRequest) Proceed with invocation of the next service, or the HTTP call.Methods inherited from interface WebClientService.WireProtocolChain
protocolIdModifier and TypeMethodDescriptionProtocol currently selected for the request.
-
Method Details
-
protocolResponse
Create protocol response context for the completed response when applicable.- Parameters:
response- completed service response- Returns:
- protocol response context, or empty when no protocol notification is needed
-