public class HeaderEndpointRequestInterceptor
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.request.interceptor.EndpointRequestInterceptor
| Constructor and Description |
|---|
HeaderEndpointRequestInterceptor(java.util.Collection<com.github.ljtfreitas.restify.http.client.message.Header> headers) |
HeaderEndpointRequestInterceptor(com.github.ljtfreitas.restify.http.client.message.Header... headers) |
HeaderEndpointRequestInterceptor(com.github.ljtfreitas.restify.http.client.message.Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.request.EndpointRequest |
intercepts(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest) |
public HeaderEndpointRequestInterceptor(com.github.ljtfreitas.restify.http.client.message.Header... headers)
public HeaderEndpointRequestInterceptor(java.util.Collection<com.github.ljtfreitas.restify.http.client.message.Header> headers)
public HeaderEndpointRequestInterceptor(com.github.ljtfreitas.restify.http.client.message.Headers headers)
public com.github.ljtfreitas.restify.http.client.request.EndpointRequest intercepts(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest)
intercepts in interface com.github.ljtfreitas.restify.http.client.request.interceptor.EndpointRequestInterceptorCopyright © 2019. All Rights Reserved.