Class HttpServletRequestExtractAdapter
- java.lang.Object
-
- io.smallrye.opentracing.contrib.web.servlet.filter.HttpServletRequestExtractAdapter
-
- All Implemented Interfaces:
io.opentracing.propagation.TextMap,io.opentracing.propagation.TextMapExtract,io.opentracing.propagation.TextMapInject,Iterable<Map.Entry<String,String>>
public class HttpServletRequestExtractAdapter extends Object implements io.opentracing.propagation.TextMap
Tracer extract adapter forHttpServletRequest.- Author:
- Pavol Loffay
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpServletRequestExtractAdapter.MultivaluedMapFlatIterator<K,V>
-
Constructor Summary
Constructors Constructor Description HttpServletRequestExtractAdapter(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map.Entry<String,String>>iterator()voidput(String key, String value)protected Map<String,List<String>>servletHeadersToMultiMap(jakarta.servlet.http.HttpServletRequest httpServletRequest)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-