Package io.sentry
Class NoOpSocketTagger
java.lang.Object
io.sentry.NoOpSocketTagger
- All Implemented Interfaces:
ISocketTagger
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ISocketTaggervoidTags the sockets traffic originating from the Sentry HttpConnection thread.voidUntags the sockets traffic originating from the Sentry HttpConnection thread.
-
Method Details
-
getInstance
-
tagSockets
public void tagSockets()Description copied from interface:ISocketTaggerTags the sockets traffic originating from the Sentry HttpConnection thread.- Specified by:
tagSocketsin interfaceISocketTagger
-
untagSockets
public void untagSockets()Description copied from interface:ISocketTaggerUntags the sockets traffic originating from the Sentry HttpConnection thread.- Specified by:
untagSocketsin interfaceISocketTagger
-