Uses of Interface
org.apache.dubbo.remoting.http12.RequestMetadata
Packages that use RequestMetadata
Package
Description
-
Uses of RequestMetadata in org.apache.dubbo.remoting.http12
Subinterfaces of RequestMetadata in org.apache.dubbo.remoting.http12Methods in org.apache.dubbo.remoting.http12 with parameters of type RequestMetadataModifier and TypeMethodDescriptiondefault TExceptionHandler.handle(E throwable, RequestMetadata metadata, MethodDescriptor descriptor) Handle the exception and return a result.default TExceptionHandler.handleGrpc(E throwable, RequestMetadata metadata, MethodDescriptor descriptor) Handles the exception and return a result for gRPC protocol.default booleanExceptionHandler.resolveGrpcStatus(E throwable, HttpHeaders headers, RequestMetadata metadata, MethodDescriptor descriptor) Resolves the gRPC status for a given throwable. -
Uses of RequestMetadata in org.apache.dubbo.remoting.http12.h1
Subinterfaces of RequestMetadata in org.apache.dubbo.remoting.http12.h1Classes in org.apache.dubbo.remoting.http12.h1 that implement RequestMetadataModifier and TypeClassDescriptionfinal classfinal classConstructors in org.apache.dubbo.remoting.http12.h1 with parameters of type RequestMetadataModifierConstructorDescriptionDefaultHttp1Request(RequestMetadata httpMetadata, HttpInputMessage httpInputMessage) -
Uses of RequestMetadata in org.apache.dubbo.remoting.http12.h2
Subinterfaces of RequestMetadata in org.apache.dubbo.remoting.http12.h2Classes in org.apache.dubbo.remoting.http12.h2 that implement RequestMetadata -
Uses of RequestMetadata in org.apache.dubbo.remoting.http12.message
Classes in org.apache.dubbo.remoting.http12.message that implement RequestMetadata