-
public interface NetworkHeadersListener
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjectonAttachHeaders(EndpointId endpointId)abstract UnitonSentHeaders(JSONObject allHeaders, EndpointId endpointId)-
-
Method Detail
-
onAttachHeaders
abstract JSONObject onAttachHeaders(EndpointId endpointId)
-
onSentHeaders
abstract Unit onSentHeaders(JSONObject allHeaders, EndpointId endpointId)
-
-
-
-