Class InjectionState

java.lang.Object
io.opentelemetry.javaagent.bootstrap.servlet.InjectionState

public class InjectionState extends Object
  • Constructor Details

  • Method Details

    • getHeadTagBytesSeen

      public int getHeadTagBytesSeen()
    • getCharacterEncoding

      public String 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

      public SnippetInjectingResponseWrapper getWrapper()