type google.golang.org/grpc.ServerOption
27 uses
google.golang.org/grpc (current package)
server.go#L159: type ServerOption interface {
server.go#L192: func WriteBufferSize(s int) ServerOption {
server.go#L203: func ReadBufferSize(s int) ServerOption {
server.go#L211: func InitialWindowSize(s int32) ServerOption {
server.go#L219: func InitialConnWindowSize(s int32) ServerOption {
server.go#L226: func KeepaliveParams(kp keepalive.ServerParameters) ServerOption {
server.go#L238: func KeepaliveEnforcementPolicy(kep keepalive.EnforcementPolicy) ServerOption {
server.go#L253: func CustomCodec(codec Codec) ServerOption {
server.go#L267: func RPCCompressor(cp Compressor) ServerOption {
server.go#L279: func RPCDecompressor(dc Decompressor) ServerOption {
server.go#L289: func MaxMsgSize(m int) ServerOption {
server.go#L295: func MaxRecvMsgSize(m int) ServerOption {
server.go#L303: func MaxSendMsgSize(m int) ServerOption {
server.go#L311: func MaxConcurrentStreams(n uint32) ServerOption {
server.go#L318: func Creds(c credentials.TransportCredentials) ServerOption {
server.go#L327: func UnaryInterceptor(i UnaryServerInterceptor) ServerOption {
server.go#L340: func ChainUnaryInterceptor(interceptors ...UnaryServerInterceptor) ServerOption {
server.go#L348: func StreamInterceptor(i StreamServerInterceptor) ServerOption {
server.go#L361: func ChainStreamInterceptor(interceptors ...StreamServerInterceptor) ServerOption {
server.go#L369: func InTapHandle(h tap.ServerInHandle) ServerOption {
server.go#L379: func StatsHandler(h stats.Handler) ServerOption {
server.go#L391: func UnknownServiceHandler(streamHandler StreamHandler) ServerOption {
server.go#L409: func ConnectionTimeout(d time.Duration) ServerOption {
server.go#L417: func MaxHeaderListSize(s uint32) ServerOption {
server.go#L427: func HeaderTableSize(s uint32) ServerOption {
server.go#L439: func NumStreamWorkers(numServerWorkers uint32) ServerOption {
server.go#L495: func NewServer(opt ...ServerOption) *Server {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |