Package net.targetr.wtm3.io
Interface Interception
public interface Interception
Creates a new HttpInterceptor for capturing raw bytes through a connection.
- Author:
- Dr Michael Gardiner
-
Method Summary
Modifier and TypeMethodDescriptionUsed by HTTPHandler to get an HttpInterceptor for data interception while handling request.
-
Method Details
-
getInterceptor
HttpInterceptor getInterceptor()Used by HTTPHandler to get an HttpInterceptor for data interception while handling request.- Returns:
- for intercepting communications
-