Uses of Interface
org.apache.dubbo.remoting.http12.HttpMetadata
Packages that use HttpMetadata
Package
Description
-
Uses of HttpMetadata in org.apache.dubbo.remoting.http12
Classes in org.apache.dubbo.remoting.http12 with type parameters of type HttpMetadataModifier and TypeInterfaceDescriptioninterfaceHttpTransportListener<HEADER extends HttpMetadata,MESSAGE extends HttpInputMessage> Subinterfaces of HttpMetadata in org.apache.dubbo.remoting.http12Methods in org.apache.dubbo.remoting.http12 that return HttpMetadataModifier and TypeMethodDescriptiondefault HttpMetadataHttpMetadata.header(CharSequence name, String value) Methods in org.apache.dubbo.remoting.http12 with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.command
Constructors in org.apache.dubbo.remoting.http12.command with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.h1
Subinterfaces of HttpMetadata in org.apache.dubbo.remoting.http12.h1Classes in org.apache.dubbo.remoting.http12.h1 that implement HttpMetadataModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classConstructors in org.apache.dubbo.remoting.http12.h1 with parameters of type HttpMetadataModifierConstructorDescriptionDefaultHttp1Response(HttpMetadata httpMetadata, HttpInputMessage httpInputMessage) -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.h2
Classes in org.apache.dubbo.remoting.http12.h2 with type parameters of type HttpMetadataModifier and TypeInterfaceDescriptioninterfaceCancelableTransportListener<HEADER extends HttpMetadata,MESSAGE extends HttpInputMessage> Subinterfaces of HttpMetadata in org.apache.dubbo.remoting.http12.h2Classes in org.apache.dubbo.remoting.http12.h2 that implement HttpMetadataMethods in org.apache.dubbo.remoting.http12.h2 with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.h2.command
Methods in org.apache.dubbo.remoting.http12.h2.command with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.message
Classes in org.apache.dubbo.remoting.http12.message that implement HttpMetadataMethods in org.apache.dubbo.remoting.http12.message that return HttpMetadataMethods in org.apache.dubbo.remoting.http12.message with parameters of type HttpMetadataModifier and TypeMethodDescriptionDefaultHttpMessageAdapterFactory.adaptRequest(HttpMetadata rawRequest, HttpChannel channel) DefaultHttpMessageAdapterFactory.adaptResponse(DefaultHttpRequest request, HttpMetadata rawRequest, Void rawResponse) Constructors in org.apache.dubbo.remoting.http12.message with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.netty4.h1
Methods in org.apache.dubbo.remoting.http12.netty4.h1 with parameters of type HttpMetadata -
Uses of HttpMetadata in org.apache.dubbo.remoting.http12.netty4.h2
Methods in org.apache.dubbo.remoting.http12.netty4.h2 with parameters of type HttpMetadata