Package dev.shortloop.agent
Class ShortloopApiProcessor
java.lang.Object
dev.shortloop.agent.ShortloopApiProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessDiscoveredApi(ShortloopSpringFilter.RequestResponseContext context, javax.servlet.FilterChain filterChain)voidprocessRegisteredApi(ShortloopSpringFilter.RequestResponseContext context, javax.servlet.FilterChain filterChain)
-
Constructor Details
-
ShortloopApiProcessor
public ShortloopApiProcessor()
-
-
Method Details
-
processDiscoveredApi
public void processDiscoveredApi(ShortloopSpringFilter.RequestResponseContext context, javax.servlet.FilterChain filterChain) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
processRegisteredApi
public void processRegisteredApi(ShortloopSpringFilter.RequestResponseContext context, javax.servlet.FilterChain filterChain) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-