Package org.htmlunit
Class HttpWebConnection.SecFetchUserHeaderHttpRequestInterceptor
- java.lang.Object
-
- org.htmlunit.HttpWebConnection.SecFetchUserHeaderHttpRequestInterceptor
-
- All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor
- Enclosing class:
- HttpWebConnection
private static final class HttpWebConnection.SecFetchUserHeaderHttpRequestInterceptor extends java.lang.Object implements org.apache.http.HttpRequestInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value_
-
Constructor Summary
Constructors Constructor Description SecFetchUserHeaderHttpRequestInterceptor(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
-
-
-
Method Detail
-
process
public void process(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, java.io.IOException
- Specified by:
process
in interfaceorg.apache.http.HttpRequestInterceptor
- Throws:
org.apache.http.HttpException
java.io.IOException
-
-