public class ClientInterceptorRepositoryImpl extends Object implements ClientInterceptorRepository
Constructor and Description |
---|
ClientInterceptorRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
copyClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo) |
LinkedList<ClientExecutionInterceptor> |
getExecutionInterceptorList() |
protected ClientExecutionInterceptor[] |
getExecutionInterceptors() |
protected <T> LinkedList<T> |
getInterceptors(Class<T> clazz) |
protected LinkedList |
getInterceptors(org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl.InterceptorType interceptorType) |
LinkedList<javax.ws.rs.ext.ReaderInterceptor> |
getReaderInterceptorList() |
protected javax.ws.rs.ext.ReaderInterceptor[] |
getReaderInterceptors() |
LinkedList<javax.ws.rs.ext.WriterInterceptor> |
getWriterInterceptorList() |
protected javax.ws.rs.ext.WriterInterceptor[] |
getWriterInterceptors() |
void |
prefixClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo) |
void |
registerInterceptor(Object interceptor) |
protected void |
setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors) |
protected void |
setExecutionInterceptors(Collection<ClientExecutionInterceptor> executionInterceptorList) |
protected void |
setReaderInterceptors(javax.ws.rs.ext.ReaderInterceptor[] readerInterceptors) |
protected void |
setWriterInterceptors(javax.ws.rs.ext.WriterInterceptor[] writerInterceptors) |
protected javax.ws.rs.ext.ReaderInterceptor[] getReaderInterceptors()
protected javax.ws.rs.ext.WriterInterceptor[] getWriterInterceptors()
protected ClientExecutionInterceptor[] getExecutionInterceptors()
protected void setReaderInterceptors(javax.ws.rs.ext.ReaderInterceptor[] readerInterceptors)
protected void setWriterInterceptors(javax.ws.rs.ext.WriterInterceptor[] writerInterceptors)
protected void setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors)
protected void setExecutionInterceptors(Collection<ClientExecutionInterceptor> executionInterceptorList)
public LinkedList<javax.ws.rs.ext.ReaderInterceptor> getReaderInterceptorList()
getReaderInterceptorList
in interface ClientInterceptorRepository
public LinkedList<javax.ws.rs.ext.WriterInterceptor> getWriterInterceptorList()
getWriterInterceptorList
in interface ClientInterceptorRepository
public LinkedList<ClientExecutionInterceptor> getExecutionInterceptorList()
getExecutionInterceptorList
in interface ClientInterceptorRepository
protected <T> LinkedList<T> getInterceptors(Class<T> clazz)
protected LinkedList getInterceptors(org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl.InterceptorType interceptorType)
public void copyClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo)
public void prefixClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo)
public void registerInterceptor(Object interceptor)
registerInterceptor
in interface ClientInterceptorRepository
Copyright © 2018 JBoss by Red Hat. All rights reserved.