public class InternalTokenClientFilter
extends com.sun.jersey.api.client.filter.ClientFilter
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_TOKEN_HEADER |
Constructor and Description |
---|
InternalTokenClientFilter(InternalTokenStorage tokenStorage) |
Modifier and Type | Method and Description |
---|---|
com.sun.jersey.api.client.ClientResponse |
handle(com.sun.jersey.api.client.ClientRequest cr) |
public static final String INTERNAL_TOKEN_HEADER
@Inject public InternalTokenClientFilter(InternalTokenStorage tokenStorage)
public com.sun.jersey.api.client.ClientResponse handle(com.sun.jersey.api.client.ClientRequest cr) throws com.sun.jersey.api.client.ClientHandlerException
handle
in interface com.sun.jersey.api.client.ClientHandler
handle
in class com.sun.jersey.api.client.filter.ClientFilter
com.sun.jersey.api.client.ClientHandlerException
Copyright © 2015. All rights reserved.