Package org.apache.hc.core5.testing.nio
Class LoggingHttp1StreamListener
java.lang.Object
org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
- All Implemented Interfaces:
Http1StreamListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoggingHttp1StreamListenerstatic final LoggingHttp1StreamListener -
Method Summary
Modifier and TypeMethodDescriptionvoidonExchangeComplete(HttpConnection connection, boolean keepAlive) voidonRequestHead(HttpConnection connection, HttpRequest request) voidonResponseHead(HttpConnection connection, HttpResponse response)
-
Field Details
-
INSTANCE_CLIENT
-
INSTANCE_SERVER
-
-
Method Details
-
onRequestHead
- Specified by:
onRequestHeadin interfaceHttp1StreamListener
-
onResponseHead
- Specified by:
onResponseHeadin interfaceHttp1StreamListener
-
onExchangeComplete
- Specified by:
onExchangeCompletein interfaceHttp1StreamListener
-