Uses of Class
org.jaxxy.example.HelloProtos.HelloResponse
Packages that use HelloProtos.HelloResponse
-
Uses of HelloProtos.HelloResponse in org.jaxxy.example
Fields in org.jaxxy.example with type parameters of type HelloProtos.HelloResponseModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<HelloProtos.HelloResponse>HelloProtos.HelloResponse.PARSERDeprecated.Methods in org.jaxxy.example that return HelloProtos.HelloResponseModifier and TypeMethodDescriptionHelloProtos.HelloResponse.Builder.build()HelloProtos.HelloResponse.Builder.buildPartial()static HelloProtos.HelloResponseHelloProtos.HelloResponse.getDefaultInstance()HelloProtos.HelloResponse.Builder.getDefaultInstanceForType()HelloProtos.HelloResponse.getDefaultInstanceForType()static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseDelimitedFrom(InputStream input) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(byte[] data) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(com.google.protobuf.ByteString data) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(InputStream input) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(ByteBuffer data) static HelloProtos.HelloResponseHelloProtos.HelloResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.jaxxy.example that return types with arguments of type HelloProtos.HelloResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HelloProtos.HelloResponse>HelloProtos.HelloResponse.getParserForType()static com.google.protobuf.Parser<HelloProtos.HelloResponse>HelloProtos.HelloResponse.parser()Methods in org.jaxxy.example with parameters of type HelloProtos.HelloResponseModifier and TypeMethodDescriptionHelloProtos.HelloResponse.Builder.mergeFrom(HelloProtos.HelloResponse other) HelloProtos.HelloResponse.newBuilder(HelloProtos.HelloResponse prototype) -
Uses of HelloProtos.HelloResponse in org.jaxxy.example.service
Methods in org.jaxxy.example.service that return HelloProtos.HelloResponseModifier and TypeMethodDescriptionDefaultHelloService.helloProto(String name, int n) HelloService.helloProto(String name, int n)