Index
All Classes and Interfaces|All Packages
C
- com.linecorp.armeria.server.protobuf - package com.linecorp.armeria.server.protobuf
- 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, ResponseConverterFunction) - Method in class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunctionProvider
P
- ProtobufRequestConverterFunction - Class in com.linecorp.armeria.server.protobuf
-
A
RequestConverterFunctionwhich converts a Protocol Buffers or JSON body of theAggregatedHttpRequestto an object. - ProtobufRequestConverterFunction() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
-
Creates an instance with the default
JsonFormat.ParserandExtensionRegistry. - ProtobufRequestConverterFunction(JsonFormat.Parser, ExtensionRegistry) - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunction
-
Creates an instance with the specified
JsonFormat.ParserandExtensionRegistry. - ProtobufRequestConverterFunctionProvider - Class in com.linecorp.armeria.server.protobuf
-
Provides a
ProtobufRequestConverterFunctionto annotated services. - ProtobufRequestConverterFunctionProvider() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufRequestConverterFunctionProvider
- ProtobufResponseConverterFunction - Class in com.linecorp.armeria.server.protobuf
-
A
ResponseConverterFunctionwhich creates anHttpResponsewithcontent-type: application/protobuforcontent-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
ProtobufResponseConverterFunctionto annotated services. - ProtobufResponseConverterFunctionProvider() - Constructor for class com.linecorp.armeria.server.protobuf.ProtobufResponseConverterFunctionProvider
All Classes and Interfaces|All Packages