public class ClientLoggingFilter extends Object implements javax.ws.rs.client.ClientRequestFilter, javax.ws.rs.client.ClientResponseFilter, javax.ws.rs.ext.WriterInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_LOGGING_LOG_MULTIPART |
| Constructor and Description |
|---|
ClientLoggingFilter(DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) |
void |
filter(javax.ws.rs.client.ClientRequestContext context) |
void |
filter(javax.ws.rs.client.ClientRequestContext requestContext,
javax.ws.rs.client.ClientResponseContext responseContext) |
public static final String CLIENT_LOGGING_LOG_MULTIPART
public ClientLoggingFilter(DeployerLog log)
public void filter(javax.ws.rs.client.ClientRequestContext context)
filter in interface javax.ws.rs.client.ClientRequestFilterpublic void filter(javax.ws.rs.client.ClientRequestContext requestContext,
javax.ws.rs.client.ClientResponseContext responseContext)
throws IOException
filter in interface javax.ws.rs.client.ClientResponseFilterIOExceptionpublic void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext)
throws IOException,
javax.ws.rs.WebApplicationException
aroundWriteTo in interface javax.ws.rs.ext.WriterInterceptorIOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2024 MuleSoft Inc. All rights reserved.