@ApplicationScoped public class CdiCustomClientHeadersFactory extends Object implements ClientHeadersFactory
Modifier and Type | Field and Description |
---|---|
static boolean |
invoked |
static boolean |
isIncomingHeadersMapNull |
static boolean |
isOutgoingHeadersMapNull |
static javax.ws.rs.core.MultivaluedMap<String,String> |
passedInOutgoingHeaders |
Constructor and Description |
---|
CdiCustomClientHeadersFactory() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.MultivaluedMap<String,String> |
update(javax.ws.rs.core.MultivaluedMap<String,String> incomingHeaders,
javax.ws.rs.core.MultivaluedMap<String,String> clientOutgoingHeaders) |
public static javax.ws.rs.core.MultivaluedMap<String,String> passedInOutgoingHeaders
public static boolean isIncomingHeadersMapNull
public static boolean isOutgoingHeadersMapNull
public static boolean invoked
Copyright © 2021 Eclipse Foundation. All rights reserved.