Interface RequestForwardingInterceptor
- All Superinterfaces:
Comparable<RequestForwardingInterceptor>,com.github.mkopylec.charon.configuration.Valid
public interface RequestForwardingInterceptor
extends com.github.mkopylec.charon.configuration.Valid, Comparable<RequestForwardingInterceptor>
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(RequestForwardingInterceptor requestForwardingInterceptor) forward(HttpRequest request, HttpRequestExecution execution) com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorTypegetType()Methods inherited from interface com.github.mkopylec.charon.configuration.Valid
validate
-
Method Details
-
forward
-
getType
com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorType getType() -
compareTo
- Specified by:
compareToin interfaceComparable<RequestForwardingInterceptor>
-