Class InjectionState
java.lang.Object
io.opentelemetry.javaagent.bootstrap.servlet.InjectionState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanprocessByte(int b) Returns true when the byte is the last character of "" and now is the right time to inject.
-
Constructor Details
-
InjectionState
-
-
Method Details
-
getHeadTagBytesSeen
public int getHeadTagBytesSeen() -
getCharacterEncoding
-
isHeadTagWritten
public boolean isHeadTagWritten() -
processByte
public boolean processByte(int b) Returns true when the byte is the last character of "" and now is the right time to inject. Otherwise, returns false. -
getWrapper
-