Class IoExceptionSuppressingWriterInterceptor
java.lang.Object
io.trino.server.IoExceptionSuppressingWriterInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
@Provider
@Priority(11)
public class IoExceptionSuppressingWriterInterceptor
extends Object
implements jakarta.ws.rs.ext.WriterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context)
-
Constructor Details
-
IoExceptionSuppressingWriterInterceptor
public IoExceptionSuppressingWriterInterceptor()
-
-
Method Details
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
jakarta.ws.rs.WebApplicationException
-