Open Sidebar
Close Sidebar
grpc
main
CrystalGrpcCodeGenerator
GRPC
BackoffConfig
BidiCall
BidiStreamServerCall
CallInfo
Channel
ClientTransportFactory
ClientContext
ClientInterceptor
ClientStream
ClientStreamServerCall
Codec
ConnectionError
Endpoint
EndpointConfig
Health
Registry
Reporter
Service
Interceptors
KeepaliveParams
LiveBidiStreamClientCall
LiveClientStreamClientCall
Marshaller
Metadata
Value
ProtoMarshaller
RateLimitConfig
RawBidiCall
RawClientCall
RawRequestStream
RawResponseStream
RawServerStream
Reflection
DescriptorIndex
Request
Service
Wire
RequestEnvelope
RequestStream
ResponseEnvelope
ResponseStream
RPCKind
Server
ServerTransportFactory
ServerContext
ServerInterceptor
ServerStream
ServerStreamClientCall
ServerStreamServerCall
Service
Status
StatusCode
StatusError
Transport
ClientTransport
GrpcDeframer
FrameHeader
GrpcStatusInterpreter
Http2ClientConnection
Http2Connection
Http2ServerConnection
LiveRequestState
LiveSendBuffer
PendingCall
PendingStream
ResponseContext
SendBuffer
ServerTransport
StreamData
StreamHeaderState
StreamTerminalState
TrailerCodec
UnaryClientCall
UnaryResponse
UnaryServerCall
Grpc
Health
V1
Health
Client
Service
HealthCheckRequest
HealthCheckResponse
ServingStatus
HealthListRequest
HealthListResponse
StatusesEntry
MethodDescriptor
PluginCodeGeneratorRequest
ProtoFileDescriptor
ServiceDescriptor
struct
GRPC::
Reflection::
Request
GRPC::Reflection::Request
Struct
Value
Object
Defined in:
grpc/reflection.cr
Constructors
.decode
(bytes : Bytes) :
self
.new
(host : String, kind : Symbol, value : String)
Instance Method Summary
#host
: String
#kind
: Symbol
#value
: String
Constructor Detail
def self.
decode
(bytes : Bytes) :
self
#
[
View source
]
def self.
new
(host : String, kind : Symbol, value : String)
#
[
View source
]
Instance Method Detail
def
host
: String
#
[
View source
]
def
kind
: Symbol
#
[
View source
]
def
value
: String
#
[
View source
]