@Internal public final class InternalServerInterceptors extends Object
ServerInterceptors
.Modifier and Type | Method and Description |
---|---|
static <ReqT,RespT> |
interceptCallHandler(ServerInterceptor interceptor,
ServerCallHandler<ReqT,RespT> callHandler) |
static <ReqT,RespT> |
interceptCallHandlerCreate(ServerInterceptor interceptor,
ServerCallHandler<ReqT,RespT> callHandler) |
static <OrigReqT,OrigRespT,WrapReqT,WrapRespT> |
wrapMethod(ServerMethodDefinition<OrigReqT,OrigRespT> definition,
MethodDescriptor<WrapReqT,WrapRespT> wrappedMethod) |
public static <ReqT,RespT> ServerCallHandler<ReqT,RespT> interceptCallHandler(ServerInterceptor interceptor, ServerCallHandler<ReqT,RespT> callHandler)
public static <OrigReqT,OrigRespT,WrapReqT,WrapRespT> ServerMethodDefinition<WrapReqT,WrapRespT> wrapMethod(ServerMethodDefinition<OrigReqT,OrigRespT> definition, MethodDescriptor<WrapReqT,WrapRespT> wrappedMethod)
public static <ReqT,RespT> ServerCallHandler<ReqT,RespT> interceptCallHandlerCreate(ServerInterceptor interceptor, ServerCallHandler<ReqT,RespT> callHandler)
Copyright © 2018. All rights reserved.