Uses of Class
cronapp.framework.customization.GetSessionResponse
-
-
Uses of GetSessionResponse in cronapp.framework.customization
Fields in cronapp.framework.customization with type parameters of type GetSessionResponse Modifier and Type Field Description static io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse>CustomizationServiceGrpc. METHOD_GET_SESSIONDeprecated.Methods in cronapp.framework.customization that return GetSessionResponse Modifier and Type Method Description GetSessionResponseGetSessionResponse.Builder. build()GetSessionResponseGetSessionResponse.Builder. buildPartial()static GetSessionResponseGetSessionResponse. getDefaultInstance()GetSessionResponseGetSessionResponse.Builder. getDefaultInstanceForType()GetSessionResponseGetSessionResponse. getDefaultInstanceForType()GetSessionResponseCustomizationServiceGrpc.CustomizationServiceBlockingStub. getSession(GetSessionRequest request)static GetSessionResponseGetSessionResponse. parseDelimitedFrom(InputStream input)static GetSessionResponseGetSessionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseGetSessionResponse. parseFrom(byte[] data)static GetSessionResponseGetSessionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseGetSessionResponse. parseFrom(com.google.protobuf.ByteString data)static GetSessionResponseGetSessionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseGetSessionResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetSessionResponseGetSessionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseGetSessionResponse. parseFrom(InputStream input)static GetSessionResponseGetSessionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseGetSessionResponse. parseFrom(ByteBuffer data)static GetSessionResponseGetSessionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in cronapp.framework.customization that return types with arguments of type GetSessionResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse>CustomizationServiceGrpc. getGetSessionMethod()com.google.protobuf.Parser<GetSessionResponse>GetSessionResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<GetSessionResponse>CustomizationServiceGrpc.CustomizationServiceFutureStub. getSession(GetSessionRequest request)static com.google.protobuf.Parser<GetSessionResponse>GetSessionResponse. parser()Methods in cronapp.framework.customization with parameters of type GetSessionResponse Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. mergeFrom(GetSessionResponse other)static GetSessionResponse.BuilderGetSessionResponse. newBuilder(GetSessionResponse prototype)Method parameters in cronapp.framework.customization with type arguments of type GetSessionResponse Modifier and Type Method Description voidCustomizationServiceGrpc.CustomizationServiceImplBase. getSession(GetSessionRequest request, io.grpc.stub.StreamObserver<GetSessionResponse> responseObserver)voidCustomizationServiceGrpc.CustomizationServiceStub. getSession(GetSessionRequest request, io.grpc.stub.StreamObserver<GetSessionResponse> responseObserver)
-