Index

C I N P 
All Classes and Interfaces|All Packages

C

com.linecorp.armeria.server.protobuf - package com.linecorp.armeria.server.protobuf
Provides the default ResponseConverterFunction which automatically converts a Message into an HttpResponse and the default RequestConverterFunction which automatically converts an AggregatedHttpRequest into a Message.
Conversion of multiple Protobuf messages - Search tag in class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
Section
Conversion of multiple Protobuf messages - Search tag in class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunction
Section
convertRequest(ServiceRequestContext, AggregatedHttpRequest, Class<?>, ParameterizedType) - Method in class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
 
convertResponse(ServiceRequestContext, ResponseHeaders, Object, HttpHeaders) - Method in class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunction
 
createRequestConverterFunction(Type, RequestConverterFunction) - Method in class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunctionProvider
 
createResponseConverterFunction(Type) - Method in class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunctionProvider
 

I

isResponseStreaming(Type, MediaType) - Method in class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunction
 

N

newDescriptiveTypeInfo(Object) - Method in class com.linecorp.armeria.server.protobuf.ProtobufDescriptiveTypeInfoProvider
 
newStructInfo(Descriptors.Descriptor) - Static method in class com.linecorp.armeria.server.protobuf.ProtobufDescriptiveTypeInfoProvider
Creates a new StructInfo from the specified Descriptors.Descriptor.

P

ProtobufDescriptiveTypeInfoProvider - Class in com.linecorp.armeria.server.protobuf
A DescriptiveTypeInfoProvider to create a DescriptiveTypeInfo from a protobuf Message.
ProtobufDescriptiveTypeInfoProvider() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufDescriptiveTypeInfoProvider
 
ProtobufRequestConverterFunction - Class in com.linecorp.armeria.server.protobuf
A RequestConverterFunction which converts a Protocol Buffers or JSON body of the AggregatedHttpRequest to an object.
ProtobufRequestConverterFunction() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
Creates an instance with the default JsonFormat.Parser and ExtensionRegistry.
ProtobufRequestConverterFunction(JsonFormat.Parser, ExtensionRegistry) - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
Creates an instance with the specified JsonFormat.Parser and ExtensionRegistry.
ProtobufRequestConverterFunctionProvider - Class in com.linecorp.armeria.server.protobuf
Provides a ProtobufRequestConverterFunction to annotated services.
ProtobufRequestConverterFunctionProvider() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunctionProvider
 
ProtobufResponseConverterFunction - Class in com.linecorp.armeria.server.protobuf
A ResponseConverterFunction which creates an HttpResponse with content-type: application/protobuf or content-type: application/json; charset=utf-8.
ProtobufResponseConverterFunction() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunction
Creates an instance with the default JsonFormat.Printer.
ProtobufResponseConverterFunction(JsonFormat.Printer) - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunction
Creates an instance with the specified JsonFormat.Printer.
ProtobufResponseConverterFunctionProvider - Class in com.linecorp.armeria.server.protobuf
Provides a ProtobufResponseConverterFunction to annotated services.
ProtobufResponseConverterFunctionProvider() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunctionProvider
 
C I N P 
All Classes and Interfaces|All Packages