Package io.grpc
Class InternalServerInterceptors
- java.lang.Object
-
- io.grpc.InternalServerInterceptors
-
@Internal public final class InternalServerInterceptors extends java.lang.Object
Accessor to internal methods ofServerInterceptors
.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalServerInterceptors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <ReqT,RespT>
ServerCallHandler<ReqT,RespT>interceptCallHandlerCreate(ServerInterceptor interceptor, ServerCallHandler<ReqT,RespT> callHandler)
static <OrigReqT,OrigRespT,WrapReqT,WrapRespT>
ServerMethodDefinition<WrapReqT,WrapRespT>wrapMethod(ServerMethodDefinition<OrigReqT,OrigRespT> definition, MethodDescriptor<WrapReqT,WrapRespT> wrappedMethod)
-
-
-
Method Detail
-
wrapMethod
public static <OrigReqT,OrigRespT,WrapReqT,WrapRespT> ServerMethodDefinition<WrapReqT,WrapRespT> wrapMethod(ServerMethodDefinition<OrigReqT,OrigRespT> definition, MethodDescriptor<WrapReqT,WrapRespT> wrappedMethod)
-
interceptCallHandlerCreate
public static <ReqT,RespT> ServerCallHandler<ReqT,RespT> interceptCallHandlerCreate(ServerInterceptor interceptor, ServerCallHandler<ReqT,RespT> callHandler)
-
-