B C E N O R S T 
All Classes All Packages

B

brave.jersey.server - package brave.jersey.server
 

C

create() - Static method in class brave.jersey.server.SpanCustomizingApplicationEventListener
 
create(HttpTracing) - Static method in class brave.jersey.server.TracingApplicationEventListener
 
create(EventParser) - Static method in class brave.jersey.server.SpanCustomizingApplicationEventListener
 

E

EventParser - Class in brave.jersey.server
Jersey specific type used to customize traced requests based on the JAX-RS resource.
EventParser() - Constructor for class brave.jersey.server.EventParser
 

N

NOOP - Static variable in class brave.jersey.server.EventParser
Adds no data to the request

O

onEvent(ApplicationEvent) - Method in class brave.jersey.server.SpanCustomizingApplicationEventListener
 
onEvent(ApplicationEvent) - Method in class brave.jersey.server.TracingApplicationEventListener
 
onEvent(RequestEvent) - Method in class brave.jersey.server.SpanCustomizingApplicationEventListener
 
onRequest(RequestEvent) - Method in class brave.jersey.server.SpanCustomizingApplicationEventListener
 
onRequest(RequestEvent) - Method in class brave.jersey.server.TracingApplicationEventListener
 

R

requestMatched(RequestEvent, SpanCustomizer) - Method in class brave.jersey.server.EventParser
Invoked prior to request invocation during RequestEventListener.onEvent(RequestEvent) where the event type is RequestEvent.Type.REQUEST_MATCHED
RESOURCE_CLASS - Static variable in class brave.jersey.server.EventParser
Simple class name that processed the request. ex BookResource
RESOURCE_METHOD - Static variable in class brave.jersey.server.EventParser
Method name that processed the request. ex listOfBooks

S

SpanCustomizingApplicationEventListener - Class in brave.jersey.server
Adds application-tier data to an existing http span via EventParser.

T

TracingApplicationEventListener - Class in brave.jersey.server
 
B C E N O R S T 
All Classes All Packages