Interface | Description |
---|---|
SuspendableContainerRequestContext |
Suspendable request context, which allows the users to suspend execution of the filter
chain until it is resumed normally, or abnormally with a
Throwable . |
SuspendableContainerResponseContext |
Suspendable response context, which allows the users to suspend execution of the filter
chain until it is resumed normally, or abnormally with a
Throwable . |
Class | Description |
---|---|
AbstractReaderInterceptorContext | |
AbstractWriterInterceptorContext | |
ClientReaderInterceptorContext | |
ClientRequestFilterRegistryImpl | |
ClientResponseFilterRegistryImpl | |
ClientWriterInterceptorContext | |
ContainerRequestFilterRegistryImpl | |
ContainerResponseContextImpl | |
ContainerResponseFilterRegistryImpl | |
DecoratorMatcher |
Finds DecoratorProcessors and calls decorates on them by introspecting annotations.
|
JaxrsInterceptorRegistryImpl<T> | |
PostMatchContainerRequestContext | |
PreMatchContainerRequestContext | |
ReaderInterceptorRegistryImpl | |
ResponseContainerRequestContext | |
ServerReaderInterceptorContext | |
ServerWriterInterceptorContext | |
WriterInterceptorRegistryImpl |
Copyright © 2020 JBoss by Red Hat. All rights reserved.