public class BinaryUploadParameterWhitelistInterceptor extends Object implements io.grpc.ServerInterceptor
| Constructor and Description |
|---|
BinaryUploadParameterWhitelistInterceptor(List<String> allowedParameters)
Create a new
BinaryUploadParameterWhitelistInterceptor |
BinaryUploadParameterWhitelistInterceptor(String... allowedParameters)
Create a new
BinaryUploadParameterWhitelistInterceptor |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
interceptCall(io.grpc.ServerCall<ReqT,RespT> call,
io.grpc.Metadata headers,
io.grpc.ServerCallHandler<ReqT,RespT> next) |
public BinaryUploadParameterWhitelistInterceptor(List<String> allowedParameters)
BinaryUploadParameterWhitelistInterceptorallowedParameters - Fully qualified parameter identifiers for which Binary Upload is allowedpublic BinaryUploadParameterWhitelistInterceptor(String... allowedParameters)
BinaryUploadParameterWhitelistInterceptorallowedParameters - Fully qualified parameter identifiers for which Binary Upload is allowedCopyright © 2024 SiLA Java Developers. All rights reserved.